| 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 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1911 "//chrome:strings", | 1911 "//chrome:strings", |
| 1912 "//chrome/browser", | 1912 "//chrome/browser", |
| 1913 "//chrome/renderer", | 1913 "//chrome/renderer", |
| 1914 "//components/autofill/content/browser:risk_proto", | 1914 "//components/autofill/content/browser:risk_proto", |
| 1915 "//components/autofill/content/renderer:test_support", | 1915 "//components/autofill/content/renderer:test_support", |
| 1916 "//components/captive_portal:test_support", | 1916 "//components/captive_portal:test_support", |
| 1917 "//components/dom_distiller/content/browser", | 1917 "//components/dom_distiller/content/browser", |
| 1918 "//components/dom_distiller/content/renderer", | 1918 "//components/dom_distiller/content/renderer", |
| 1919 "//components/dom_distiller/core:test_support", | 1919 "//components/dom_distiller/core:test_support", |
| 1920 "//components/guest_view/browser:test_support", | 1920 "//components/guest_view/browser:test_support", |
| 1921 "//components/image_fetcher/content", |
| 1921 "//components/policy:chrome_settings_proto", | 1922 "//components/policy:chrome_settings_proto", |
| 1922 "//components/resources", | 1923 "//components/resources", |
| 1923 "//components/safe_browsing_db:test_database_manager", | 1924 "//components/safe_browsing_db:test_database_manager", |
| 1924 "//components/strings", | 1925 "//components/strings", |
| 1925 "//components/sync", | 1926 "//components/sync", |
| 1926 "//components/translate/core/common", | 1927 "//components/translate/core/common", |
| 1927 "//content/public/common:features", | 1928 "//content/public/common:features", |
| 1928 "//content/test:test_support", | 1929 "//content/test:test_support", |
| 1929 "//crypto:platform", | 1930 "//crypto:platform", |
| 1930 "//crypto:test_support", | 1931 "//crypto:test_support", |
| (...skipping 3290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5221 } | 5222 } |
| 5222 | 5223 |
| 5223 if (is_win) { | 5224 if (is_win) { |
| 5224 loadable_module("conflicts_dll") { | 5225 loadable_module("conflicts_dll") { |
| 5225 testonly = true | 5226 testonly = true |
| 5226 sources = [ | 5227 sources = [ |
| 5227 "conflicts/conflicts_dll.cc", | 5228 "conflicts/conflicts_dll.cc", |
| 5228 ] | 5229 ] |
| 5229 } | 5230 } |
| 5230 } | 5231 } |
| OLD | NEW |