| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "//chrome/plugin", | 126 "//chrome/plugin", |
| 127 "//chrome/renderer", | 127 "//chrome/renderer", |
| 128 "//chrome/utility", | 128 "//chrome/utility", |
| 129 "//content/public/child", | 129 "//content/public/child", |
| 130 "//content/public/common", | 130 "//content/public/common", |
| 131 "//content/public/plugin", | 131 "//content/public/plugin", |
| 132 "//content/public/renderer", | 132 "//content/public/renderer", |
| 133 "//content/public/utility", | 133 "//content/public/utility", |
| 134 "//components/autofill/core/browser:test_support", | 134 "//components/autofill/core/browser:test_support", |
| 135 "//components/captive_portal:test_support", | 135 "//components/captive_portal:test_support", |
| 136 "//components/guest_view:test_support", |
| 136 "//components/infobars/core", | 137 "//components/infobars/core", |
| 137 "//components/sessions:test_support", | 138 "//components/sessions:test_support", |
| 138 "//components/user_manager:test_support", | 139 "//components/user_manager:test_support", |
| 139 "//components/web_resource:test_support", | 140 "//components/web_resource:test_support", |
| 140 "//google_apis:test_support", | 141 "//google_apis:test_support", |
| 141 "//ipc:test_support", | 142 "//ipc:test_support", |
| 142 "//media:test_support", | 143 "//media:test_support", |
| 143 "//ppapi/shared_impl", | 144 "//ppapi/shared_impl", |
| 144 "//sql:test_support", | 145 "//sql:test_support", |
| 145 "//third_party/leveldatabase", | 146 "//third_party/leveldatabase", |
| (...skipping 477 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 } | 1743 } |
| 1742 | 1744 |
| 1743 if (cld_version == 0 || cld_version == 2) { | 1745 if (cld_version == 0 || cld_version == 2) { |
| 1744 # Use whatever CLD2 data access mode that the | 1746 # Use whatever CLD2 data access mode that the |
| 1745 # application embedder is using. | 1747 # application embedder is using. |
| 1746 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1748 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
| 1747 } | 1749 } |
| 1748 } | 1750 } |
| 1749 } | 1751 } |
| 1750 } | 1752 } |
| OLD | NEW |