| 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") |
| (...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 ":browser_tests_runner", | 1223 ":browser_tests_runner", |
| 1224 ":repack_pseudo_locales", | 1224 ":repack_pseudo_locales", |
| 1225 ":test_support", | 1225 ":test_support", |
| 1226 "//base", | 1226 "//base", |
| 1227 "//components/sync:test_support_model", | 1227 "//components/sync:test_support_model", |
| 1228 "//printing/features", | 1228 "//printing/features", |
| 1229 "//third_party/WebKit/public:features", | 1229 "//third_party/WebKit/public:features", |
| 1230 ] | 1230 ] |
| 1231 | 1231 |
| 1232 data_deps = [ | 1232 data_deps = [ |
| 1233 "//testing/buildbot/filters:browser_tests", | 1233 "//testing/buildbot/filters:browser_tests_filters", |
| 1234 ] | 1234 ] |
| 1235 | 1235 |
| 1236 data = [] | 1236 data = [] |
| 1237 | 1237 |
| 1238 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 1238 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 1239 | 1239 |
| 1240 if (is_win) { | 1240 if (is_win) { |
| 1241 data += [ "$root_out_dir/chrome_200_percent.pak" ] | 1241 data += [ "$root_out_dir/chrome_200_percent.pak" ] |
| 1242 deps += [ "//chrome/app:chrome_dll_resources" ] | 1242 deps += [ "//chrome/app:chrome_dll_resources" ] |
| 1243 } | 1243 } |
| (...skipping 3810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5054 "touch_hud", | 5054 "touch_hud", |
| 5055 "ui", | 5055 "ui", |
| 5056 ] | 5056 ] |
| 5057 | 5057 |
| 5058 if (is_linux && !is_android) { | 5058 if (is_linux && !is_android) { |
| 5059 deps += [ "//components/font_service:manifest" ] | 5059 deps += [ "//components/font_service:manifest" ] |
| 5060 packaged_services += [ "font_service" ] | 5060 packaged_services += [ "font_service" ] |
| 5061 } | 5061 } |
| 5062 } | 5062 } |
| 5063 } | 5063 } |
| OLD | NEW |