chromium/third_party/blink/renderer/core/speculation_rules/build.gni

# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

blink_core_sources_speculation_rules = [
  "auto_speculation_rules_config.cc",
  "auto_speculation_rules_config.h",
  "document_rule_predicate.cc",
  "document_rule_predicate.h",
  "document_speculation_rules.cc",
  "document_speculation_rules.h",
  "speculation_candidate.cc",
  "speculation_candidate.h",
  "speculation_rule.cc",
  "speculation_rule.h",
  "speculation_rule_set.cc",
  "speculation_rule_set.h",
  "speculation_rules_header.cc",
  "speculation_rules_header.h",
  "speculation_rules_metrics.cc",
  "speculation_rules_metrics.h",
]

blink_core_tests_speculation_rules = [
  "auto_speculation_rules_config_test.cc",
  "speculation_rule_set_test.cc",
  "speculation_rules_header_test.cc",
  "speculation_rules_origin_trial_test.cc",
  "stub_speculation_host.cc",
  "stub_speculation_host.h",
]