| 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 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1895 "//chrome:strings", | 1895 "//chrome:strings", |
| 1896 "//chrome/browser", | 1896 "//chrome/browser", |
| 1897 "//chrome/renderer", | 1897 "//chrome/renderer", |
| 1898 "//components/autofill/content/browser:risk_proto", | 1898 "//components/autofill/content/browser:risk_proto", |
| 1899 "//components/autofill/content/renderer:test_support", | 1899 "//components/autofill/content/renderer:test_support", |
| 1900 "//components/captive_portal:test_support", | 1900 "//components/captive_portal:test_support", |
| 1901 "//components/dom_distiller/content/browser", | 1901 "//components/dom_distiller/content/browser", |
| 1902 "//components/dom_distiller/content/renderer", | 1902 "//components/dom_distiller/content/renderer", |
| 1903 "//components/dom_distiller/core:test_support", | 1903 "//components/dom_distiller/core:test_support", |
| 1904 "//components/guest_view/browser:test_support", | 1904 "//components/guest_view/browser:test_support", |
| 1905 "//components/policy:chrome_settings_proto", | 1905 "//components/policy:chrome_settings_proto_generated_compile", |
| 1906 "//components/resources", | 1906 "//components/resources", |
| 1907 "//components/safe_browsing_db:test_database_manager", | 1907 "//components/safe_browsing_db:test_database_manager", |
| 1908 "//components/strings", | 1908 "//components/strings", |
| 1909 "//components/sync", | 1909 "//components/sync", |
| 1910 "//components/translate/core/common", | 1910 "//components/translate/core/common", |
| 1911 "//content/public/common:features", | 1911 "//content/public/common:features", |
| 1912 "//content/test:test_support", | 1912 "//content/test:test_support", |
| 1913 "//crypto:platform", | 1913 "//crypto:platform", |
| 1914 "//crypto:test_support", | 1914 "//crypto:test_support", |
| 1915 "//device/bluetooth:mocks", | 1915 "//device/bluetooth:mocks", |
| (...skipping 3178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5094 } | 5094 } |
| 5095 | 5095 |
| 5096 if (is_win) { | 5096 if (is_win) { |
| 5097 loadable_module("conflicts_dll") { | 5097 loadable_module("conflicts_dll") { |
| 5098 testonly = true | 5098 testonly = true |
| 5099 sources = [ | 5099 sources = [ |
| 5100 "conflicts/conflicts_dll.cc", | 5100 "conflicts/conflicts_dll.cc", |
| 5101 ] | 5101 ] |
| 5102 } | 5102 } |
| 5103 } | 5103 } |
| OLD | NEW |