| 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("//ppapi/features/features.gni") | 17 import("//ppapi/features/features.gni") |
| 17 import("//remoting/remoting_enable.gni") | 18 import("//remoting/remoting_enable.gni") |
| 18 import("//services/service_manager/public/service_manifest.gni") | 19 import("//services/service_manager/public/service_manifest.gni") |
| 19 import("//testing/test.gni") | 20 import("//testing/test.gni") |
| 20 import("//v8/gni/v8.gni") | 21 import("//v8/gni/v8.gni") |
| 21 | 22 |
| 22 if (is_android) { | 23 if (is_android) { |
| 23 import("//build/config/android/rules.gni") | 24 import("//build/config/android/rules.gni") |
| 24 } | 25 } |
| 25 | 26 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "//components/sync:test_support_driver", | 119 "//components/sync:test_support_driver", |
| 119 "//components/sync_preferences:test_support", | 120 "//components/sync_preferences:test_support", |
| 120 "//components/sync_sessions:test_support", | 121 "//components/sync_sessions:test_support", |
| 121 "//components/toolbar:test_support", | 122 "//components/toolbar:test_support", |
| 122 "//components/update_client:test_support", | 123 "//components/update_client:test_support", |
| 123 "//components/zoom:test_support", | 124 "//components/zoom:test_support", |
| 124 "//content/public/app:both", | 125 "//content/public/app:both", |
| 125 "//content/test:test_support", | 126 "//content/test:test_support", |
| 126 "//extensions/features", | 127 "//extensions/features", |
| 127 "//gpu/ipc/service", | 128 "//gpu/ipc/service", |
| 129 "//media:media_features", |
| 128 "//net", | 130 "//net", |
| 129 "//net:test_support", | 131 "//net:test_support", |
| 130 "//ppapi/features", | 132 "//ppapi/features", |
| 131 "//printing/features", | 133 "//printing/features", |
| 132 "//skia", | 134 "//skia", |
| 133 "//sql", | 135 "//sql", |
| 134 "//sql:test_support", | 136 "//sql:test_support", |
| 135 "//testing/gmock", | 137 "//testing/gmock", |
| 136 "//testing/gtest", | 138 "//testing/gtest", |
| 137 "//third_party/zlib", | 139 "//third_party/zlib", |
| (...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1225 configs += [ "//build/config:precompiled_headers" ] | 1227 configs += [ "//build/config:precompiled_headers" ] |
| 1226 | 1228 |
| 1227 deps = [ | 1229 deps = [ |
| 1228 ":browser_tests_runner", | 1230 ":browser_tests_runner", |
| 1229 ":repack_pseudo_locales", | 1231 ":repack_pseudo_locales", |
| 1230 ":test_support", | 1232 ":test_support", |
| 1231 "//base", | 1233 "//base", |
| 1232 "//components/spellcheck:build_features", | 1234 "//components/spellcheck:build_features", |
| 1233 "//components/sync:test_support_model", | 1235 "//components/sync:test_support_model", |
| 1234 "//extensions/features", | 1236 "//extensions/features", |
| 1237 "//media:media_features", |
| 1235 "//ppapi/features", | 1238 "//ppapi/features", |
| 1236 "//printing/features", | 1239 "//printing/features", |
| 1237 "//third_party/WebKit/public:features", | 1240 "//third_party/WebKit/public:features", |
| 1238 ] | 1241 ] |
| 1239 | 1242 |
| 1240 data_deps = [ | 1243 data_deps = [ |
| 1241 "//testing/buildbot/filters:browser_tests_filters", | 1244 "//testing/buildbot/filters:browser_tests_filters", |
| 1242 ] | 1245 ] |
| 1243 | 1246 |
| 1244 data = [] | 1247 data = [] |
| (...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3452 "//chrome:resources", | 3455 "//chrome:resources", |
| 3453 "//chrome:strings", | 3456 "//chrome:strings", |
| 3454 "//components/component_updater:test_support", | 3457 "//components/component_updater:test_support", |
| 3455 "//components/safe_browsing_db:test_database_manager", | 3458 "//components/safe_browsing_db:test_database_manager", |
| 3456 "//components/spellcheck:build_features", | 3459 "//components/spellcheck:build_features", |
| 3457 "//components/subresource_filter/core/browser:test_support", | 3460 "//components/subresource_filter/core/browser:test_support", |
| 3458 "//components/version_info:generate_version_info", | 3461 "//components/version_info:generate_version_info", |
| 3459 "//courgette:courgette_lib", | 3462 "//courgette:courgette_lib", |
| 3460 "//extensions/features", | 3463 "//extensions/features", |
| 3461 "//google_apis", | 3464 "//google_apis", |
| 3465 "//media:media_features", |
| 3462 "//ppapi/features", | 3466 "//ppapi/features", |
| 3463 "//skia", | 3467 "//skia", |
| 3464 "//third_party/cacheinvalidation", | 3468 "//third_party/cacheinvalidation", |
| 3465 "//third_party/icu", | 3469 "//third_party/icu", |
| 3466 "//third_party/libxml", | 3470 "//third_party/libxml", |
| 3467 "//ui/base:test_support", | 3471 "//ui/base:test_support", |
| 3468 "//ui/display:test_support", | 3472 "//ui/display:test_support", |
| 3469 "//ui/gfx:test_support", | 3473 "//ui/gfx:test_support", |
| 3470 "//ui/resources", | 3474 "//ui/resources", |
| 3471 ] | 3475 ] |
| (...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5100 "touch_hud", | 5104 "touch_hud", |
| 5101 "ui", | 5105 "ui", |
| 5102 ] | 5106 ] |
| 5103 | 5107 |
| 5104 if (is_linux && !is_android) { | 5108 if (is_linux && !is_android) { |
| 5105 deps += [ "//components/font_service:manifest" ] | 5109 deps += [ "//components/font_service:manifest" ] |
| 5106 packaged_services += [ "font_service" ] | 5110 packaged_services += [ "font_service" ] |
| 5107 } | 5111 } |
| 5108 } | 5112 } |
| 5109 } | 5113 } |
| OLD | NEW |