| 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 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1904 "//chrome:strings", | 1904 "//chrome:strings", |
| 1905 "//chrome/browser", | 1905 "//chrome/browser", |
| 1906 "//chrome/renderer", | 1906 "//chrome/renderer", |
| 1907 "//components/autofill/content/browser:risk_proto", | 1907 "//components/autofill/content/browser:risk_proto", |
| 1908 "//components/autofill/content/renderer:test_support", | 1908 "//components/autofill/content/renderer:test_support", |
| 1909 "//components/captive_portal:test_support", | 1909 "//components/captive_portal:test_support", |
| 1910 "//components/dom_distiller/content/browser", | 1910 "//components/dom_distiller/content/browser", |
| 1911 "//components/dom_distiller/content/renderer", | 1911 "//components/dom_distiller/content/renderer", |
| 1912 "//components/dom_distiller/core:test_support", | 1912 "//components/dom_distiller/core:test_support", |
| 1913 "//components/guest_view/browser:test_support", | 1913 "//components/guest_view/browser:test_support", |
| 1914 "//components/policy:chrome_settings_proto_generated_compile", | 1914 "//components/policy:chrome_settings_proto", |
| 1915 "//components/resources", | 1915 "//components/resources", |
| 1916 "//components/safe_browsing_db:test_database_manager", | 1916 "//components/safe_browsing_db:test_database_manager", |
| 1917 "//components/strings", | 1917 "//components/strings", |
| 1918 "//components/sync", | 1918 "//components/sync", |
| 1919 "//components/translate/core/common", | 1919 "//components/translate/core/common", |
| 1920 "//content/public/common:features", | 1920 "//content/public/common:features", |
| 1921 "//content/test:test_support", | 1921 "//content/test:test_support", |
| 1922 "//crypto:platform", | 1922 "//crypto:platform", |
| 1923 "//crypto:test_support", | 1923 "//crypto:test_support", |
| 1924 "//device/bluetooth:mocks", | 1924 "//device/bluetooth:mocks", |
| (...skipping 3182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5107 } | 5107 } |
| 5108 | 5108 |
| 5109 if (is_win) { | 5109 if (is_win) { |
| 5110 loadable_module("conflicts_dll") { | 5110 loadable_module("conflicts_dll") { |
| 5111 testonly = true | 5111 testonly = true |
| 5112 sources = [ | 5112 sources = [ |
| 5113 "conflicts/conflicts_dll.cc", | 5113 "conflicts/conflicts_dll.cc", |
| 5114 ] | 5114 ] |
| 5115 } | 5115 } |
| 5116 } | 5116 } |
| OLD | NEW |