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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1968 "//third_party/chaijs/chai.js", | 1967 "//third_party/chaijs/chai.js", |
1969 "//third_party/mocha/mocha.js", | 1968 "//third_party/mocha/mocha.js", |
1970 "//third_party/pyftpdlib/", | 1969 "//third_party/pyftpdlib/", |
1971 "//third_party/pywebsocket/", | 1970 "//third_party/pywebsocket/", |
1972 "//third_party/simplejson/", | 1971 "//third_party/simplejson/", |
1973 "//third_party/tlslite/", | 1972 "//third_party/tlslite/", |
1974 "//ui/webui/resources/js/", | 1973 "//ui/webui/resources/js/", |
1975 "$root_out_dir/pyproto/", | 1974 "$root_out_dir/pyproto/", |
1976 "$root_out_dir/browser_tests.pak", | 1975 "$root_out_dir/browser_tests.pak", |
1977 "$root_out_dir/remoting/unittests/", | 1976 "$root_out_dir/remoting/unittests/", |
1978 "$root_out_dir/resources/extension/", | |
1979 "$root_out_dir/test_case.html", | 1977 "$root_out_dir/test_case.html", |
1980 "$root_out_dir/test_case.html.mock-http-headers", | 1978 "$root_out_dir/test_case.html.mock-http-headers", |
1981 "$root_out_dir/test_data/", | 1979 "$root_out_dir/test_data/", |
1982 "$root_out_dir/test_page.css", | 1980 "$root_out_dir/test_page.css", |
1983 "$root_out_dir/test_page.css.mock-http-headers", | 1981 "$root_out_dir/test_page.css.mock-http-headers", |
1984 "$root_out_dir/test_url_loader_data/", | 1982 "$root_out_dir/test_url_loader_data/", |
1985 ] | 1983 ] |
1986 | 1984 |
1987 if (!is_mac) { | 1985 if (!is_mac) { |
1988 data += [ | 1986 data += [ |
(...skipping 3129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5118 } | 5116 } |
5119 | 5117 |
5120 if (is_win) { | 5118 if (is_win) { |
5121 loadable_module("conflicts_dll") { | 5119 loadable_module("conflicts_dll") { |
5122 testonly = true | 5120 testonly = true |
5123 sources = [ | 5121 sources = [ |
5124 "conflicts/conflicts_dll.cc", | 5122 "conflicts/conflicts_dll.cc", |
5125 ] | 5123 ] |
5126 } | 5124 } |
5127 } | 5125 } |
OLD | NEW |