OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
11 import("//chrome/chrome_repack_locales.gni") | 11 import("//chrome/chrome_repack_locales.gni") |
12 import("//chrome/test/base/js2gtest.gni") | 12 import("//chrome/test/base/js2gtest.gni") |
13 import("//components/os_crypt/features.gni") | 13 import("//components/os_crypt/features.gni") |
14 import("//components/spellcheck/spellcheck_build_features.gni") | 14 import("//components/spellcheck/spellcheck_build_features.gni") |
15 import("//extensions/features/features.gni") | 15 import("//extensions/features/features.gni") |
16 import("//media/media_options.gni") | 16 import("//media/media_options.gni") |
17 import("//ppapi/features/features.gni") | 17 import("//ppapi/features/features.gni") |
18 import("//remoting/remoting_enable.gni") | 18 import("//remoting/remoting_enable.gni") |
| 19 import("//rlz/features/features.gni") |
19 import("//services/service_manager/public/service_manifest.gni") | 20 import("//services/service_manager/public/service_manifest.gni") |
20 import("//testing/test.gni") | 21 import("//testing/test.gni") |
21 import("//ui/base/ui_features.gni") | 22 import("//ui/base/ui_features.gni") |
22 import("//v8/gni/v8.gni") | 23 import("//v8/gni/v8.gni") |
23 | 24 |
24 if (is_android) { | 25 if (is_android) { |
25 import("//build/config/android/rules.gni") | 26 import("//build/config/android/rules.gni") |
26 } | 27 } |
27 | 28 |
28 # This target exists to reference other test executables to bring these files | 29 # This target exists to reference other test executables to bring these files |
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 ":browser_tests_runner", | 1222 ":browser_tests_runner", |
1222 ":repack_pseudo_locales", | 1223 ":repack_pseudo_locales", |
1223 ":test_support", | 1224 ":test_support", |
1224 "//base", | 1225 "//base", |
1225 "//components/spellcheck:build_features", | 1226 "//components/spellcheck:build_features", |
1226 "//components/sync:test_support_model", | 1227 "//components/sync:test_support_model", |
1227 "//extensions/features", | 1228 "//extensions/features", |
1228 "//media:media_features", | 1229 "//media:media_features", |
1229 "//ppapi/features", | 1230 "//ppapi/features", |
1230 "//printing/features", | 1231 "//printing/features", |
| 1232 "//rlz/features", |
1231 "//third_party/WebKit/public:features", | 1233 "//third_party/WebKit/public:features", |
1232 ] | 1234 ] |
1233 | 1235 |
1234 data_deps = [ | 1236 data_deps = [ |
1235 "//testing/buildbot/filters:browser_tests_filters", | 1237 "//testing/buildbot/filters:browser_tests_filters", |
1236 ] | 1238 ] |
1237 | 1239 |
1238 data = [] | 1240 data = [] |
1239 | 1241 |
1240 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 1242 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
(...skipping 3877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5118 } | 5120 } |
5119 | 5121 |
5120 if (is_win) { | 5122 if (is_win) { |
5121 loadable_module("conflicts_dll") { | 5123 loadable_module("conflicts_dll") { |
5122 testonly = true | 5124 testonly = true |
5123 sources = [ | 5125 sources = [ |
5124 "conflicts/conflicts_dll.cc", | 5126 "conflicts/conflicts_dll.cc", |
5125 ] | 5127 ] |
5126 } | 5128 } |
5127 } | 5129 } |
OLD | NEW |