| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 | 10 |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 deps = [ | 234 deps = [ |
| 235 "//base/allocator", | 235 "//base/allocator", |
| 236 "//chrome/browser", | 236 "//chrome/browser", |
| 237 "//chrome/browser/devtools", | 237 "//chrome/browser/devtools", |
| 238 "//chrome/renderer", | 238 "//chrome/renderer", |
| 239 "//chrome/test:test_support", | 239 "//chrome/test:test_support", |
| 240 "//chrome:resources", | 240 "//chrome:resources", |
| 241 "//chrome:strings", | 241 "//chrome:strings", |
| 242 "//chrome:packed_extra_resources", | 242 "//chrome:packed_extra_resources", |
| 243 "//chrome:packed_resources", | 243 "//chrome:packed_resources", |
| 244 "//components/guest_view:test_support", |
| 244 "//content/app/resources", | 245 "//content/app/resources", |
| 245 "//crypto:platform", | 246 "//crypto:platform", |
| 246 "//crypto:test_support", | 247 "//crypto:test_support", |
| 247 "//google_apis:test_support", | 248 "//google_apis:test_support", |
| 248 "//net", | 249 "//net", |
| 249 "//net:net_resources", | 250 "//net:net_resources", |
| 250 "//net:test_support", | 251 "//net:test_support", |
| 251 "//skia", | 252 "//skia", |
| 252 "//sync", | 253 "//sync", |
| 253 "//testing/gmock", | 254 "//testing/gmock", |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "//chrome:strings", | 624 "//chrome:strings", |
| 624 "//chrome/browser", | 625 "//chrome/browser", |
| 625 "//chrome/browser/resources:extension_resource_demo", | 626 "//chrome/browser/resources:extension_resource_demo", |
| 626 "//chrome/common/extensions/api", | 627 "//chrome/common/extensions/api", |
| 627 "//chrome/renderer", | 628 "//chrome/renderer", |
| 628 "//components/autofill/content/browser:risk_proto", | 629 "//components/autofill/content/browser:risk_proto", |
| 629 "//components/autofill/content/browser:test_support", | 630 "//components/autofill/content/browser:test_support", |
| 630 "//components/captive_portal:test_support", | 631 "//components/captive_portal:test_support", |
| 631 "//components/dom_distiller/content", | 632 "//components/dom_distiller/content", |
| 632 "//components/dom_distiller/core:test_support", | 633 "//components/dom_distiller/core:test_support", |
| 634 "//components/guest_view:test_support", |
| 633 "//components/resources", | 635 "//components/resources", |
| 634 "//components/strings", | 636 "//components/strings", |
| 635 "//components/translate/core/common", | 637 "//components/translate/core/common", |
| 636 "//components/user_manager:test_support", | 638 "//components/user_manager:test_support", |
| 637 "//crypto:platform", | 639 "//crypto:platform", |
| 638 "//crypto:test_support", | 640 "//crypto:test_support", |
| 639 "//device/bluetooth:mocks", | 641 "//device/bluetooth:mocks", |
| 640 "//device/serial:test_support", | 642 "//device/serial:test_support", |
| 641 "//extensions/common/api", | 643 "//extensions/common/api", |
| 642 "//google_apis:test_support", | 644 "//google_apis:test_support", |
| (...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 } | 1755 } |
| 1754 | 1756 |
| 1755 if (cld_version == 0 || cld_version == 2) { | 1757 if (cld_version == 0 || cld_version == 2) { |
| 1756 # Use whatever CLD2 data access mode that the | 1758 # Use whatever CLD2 data access mode that the |
| 1757 # application embedder is using. | 1759 # application embedder is using. |
| 1758 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1760 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
| 1759 } | 1761 } |
| 1760 } | 1762 } |
| 1761 } | 1763 } |
| 1762 } | 1764 } |
| OLD | NEW |