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 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1625 "//chrome/test/media_router:media_router_browsertests", | 1625 "//chrome/test/media_router:media_router_browsertests", |
1626 "//components/autofill/content/browser:risk_proto", | 1626 "//components/autofill/content/browser:risk_proto", |
1627 "//components/autofill/content/renderer:test_support", | 1627 "//components/autofill/content/renderer:test_support", |
1628 "//components/captive_portal:test_support", | 1628 "//components/captive_portal:test_support", |
1629 "//components/dom_distiller/content/browser", | 1629 "//components/dom_distiller/content/browser", |
1630 "//components/dom_distiller/content/renderer", | 1630 "//components/dom_distiller/content/renderer", |
1631 "//components/dom_distiller/core:test_support", | 1631 "//components/dom_distiller/core:test_support", |
1632 "//components/policy:chrome_settings_proto", | 1632 "//components/policy:chrome_settings_proto", |
1633 "//components/resources", | 1633 "//components/resources", |
1634 "//components/safe_browsing_db:test_database_manager", | 1634 "//components/safe_browsing_db:test_database_manager", |
| 1635 "//components/safe_browsing_db:v4_feature_list", |
1635 "//components/strings", | 1636 "//components/strings", |
1636 "//components/sync", | 1637 "//components/sync", |
1637 "//components/translate/core/common", | 1638 "//components/translate/core/common", |
1638 "//content/public/common:features", | 1639 "//content/public/common:features", |
1639 "//content/test:test_support", | 1640 "//content/test:test_support", |
1640 "//crypto:platform", | 1641 "//crypto:platform", |
1641 "//crypto:test_support", | 1642 "//crypto:test_support", |
1642 "//device/base:mocks", | 1643 "//device/base:mocks", |
1643 "//device/bluetooth:mocks", | 1644 "//device/bluetooth:mocks", |
1644 "//device/serial:test_support", | 1645 "//device/serial:test_support", |
(...skipping 3560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5205 } | 5206 } |
5206 | 5207 |
5207 if (is_win) { | 5208 if (is_win) { |
5208 loadable_module("conflicts_dll") { | 5209 loadable_module("conflicts_dll") { |
5209 testonly = true | 5210 testonly = true |
5210 sources = [ | 5211 sources = [ |
5211 "conflicts/conflicts_dll.cc", | 5212 "conflicts/conflicts_dll.cc", |
5212 ] | 5213 ] |
5213 } | 5214 } |
5214 } | 5215 } |
OLD | NEW |