| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "//chrome/plugin", | 125 "//chrome/plugin", |
| 126 "//chrome/renderer", | 126 "//chrome/renderer", |
| 127 "//chrome/utility", | 127 "//chrome/utility", |
| 128 "//content/public/child", | 128 "//content/public/child", |
| 129 "//content/public/common", | 129 "//content/public/common", |
| 130 "//content/public/plugin", | 130 "//content/public/plugin", |
| 131 "//content/public/renderer", | 131 "//content/public/renderer", |
| 132 "//content/public/utility", | 132 "//content/public/utility", |
| 133 "//components/autofill/core/browser:test_support", | 133 "//components/autofill/core/browser:test_support", |
| 134 "//components/captive_portal:test_support", | 134 "//components/captive_portal:test_support", |
| 135 "//components/guest_view:test_support", |
| 135 "//components/infobars/core", | 136 "//components/infobars/core", |
| 136 "//components/sessions:test_support", | 137 "//components/sessions:test_support", |
| 137 "//components/user_manager:test_support", | 138 "//components/user_manager:test_support", |
| 138 "//components/web_resource:test_support", | 139 "//components/web_resource:test_support", |
| 139 "//google_apis:test_support", | 140 "//google_apis:test_support", |
| 140 "//ipc:test_support", | 141 "//ipc:test_support", |
| 141 "//media:test_support", | 142 "//media:test_support", |
| 142 "//ppapi/shared_impl", | 143 "//ppapi/shared_impl", |
| 143 "//sql:test_support", | 144 "//sql:test_support", |
| 144 "//third_party/leveldatabase", | 145 "//third_party/leveldatabase", |
| (...skipping 478 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 |