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 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1883 ":browser_tests_js_webui", | 1883 ":browser_tests_js_webui", |
1884 ":sync_integration_test_support", | 1884 ":sync_integration_test_support", |
1885 ":test_support_ui", | 1885 ":test_support_ui", |
1886 "//base:i18n", | 1886 "//base:i18n", |
1887 "//base/test:test_support", | 1887 "//base/test:test_support", |
1888 "//chrome:browser_tests_pak", | 1888 "//chrome:browser_tests_pak", |
1889 "//chrome:packed_resources", | 1889 "//chrome:packed_resources", |
1890 "//chrome:resources", | 1890 "//chrome:resources", |
1891 "//chrome:strings", | 1891 "//chrome:strings", |
1892 "//chrome/browser", | 1892 "//chrome/browser", |
1893 "//chrome/browser/resources:extension_resource_demo", | |
1894 "//chrome/renderer", | 1893 "//chrome/renderer", |
1895 "//components/autofill/content/browser:risk_proto", | 1894 "//components/autofill/content/browser:risk_proto", |
1896 "//components/autofill/content/renderer:test_support", | 1895 "//components/autofill/content/renderer:test_support", |
1897 "//components/captive_portal:test_support", | 1896 "//components/captive_portal:test_support", |
1898 "//components/dom_distiller/content/browser", | 1897 "//components/dom_distiller/content/browser", |
1899 "//components/dom_distiller/content/renderer", | 1898 "//components/dom_distiller/content/renderer", |
1900 "//components/dom_distiller/core:test_support", | 1899 "//components/dom_distiller/core:test_support", |
1901 "//components/guest_view/browser:test_support", | 1900 "//components/guest_view/browser:test_support", |
1902 "//components/policy:chrome_settings_proto", | 1901 "//components/policy:chrome_settings_proto", |
1903 "//components/resources", | 1902 "//components/resources", |
(...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5118 } | 5117 } |
5119 | 5118 |
5120 if (is_win) { | 5119 if (is_win) { |
5121 loadable_module("conflicts_dll") { | 5120 loadable_module("conflicts_dll") { |
5122 testonly = true | 5121 testonly = true |
5123 sources = [ | 5122 sources = [ |
5124 "conflicts/conflicts_dll.cc", | 5123 "conflicts/conflicts_dll.cc", |
5125 ] | 5124 ] |
5126 } | 5125 } |
5127 } | 5126 } |
OLD | NEW |