| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "//chrome/utility", | 113 "//chrome/utility", |
| 114 "//components/autofill/core/browser:test_support", | 114 "//components/autofill/core/browser:test_support", |
| 115 "//components/bookmarks/test", | 115 "//components/bookmarks/test", |
| 116 "//components/captive_portal:test_support", | 116 "//components/captive_portal:test_support", |
| 117 "//components/gcm_driver:test_support", | 117 "//components/gcm_driver:test_support", |
| 118 "//components/gcm_driver/crypto:test_support", | 118 "//components/gcm_driver/crypto:test_support", |
| 119 "//components/gcm_driver/instance_id:test_support", | 119 "//components/gcm_driver/instance_id:test_support", |
| 120 "//components/history/core/test:test", | 120 "//components/history/core/test:test", |
| 121 "//components/infobars/core", | 121 "//components/infobars/core", |
| 122 "//components/metrics:test_support", | 122 "//components/metrics:test_support", |
| 123 "//components/network_session_configurator/common", |
| 123 "//components/network_time:network_time_test_support", | 124 "//components/network_time:network_time_test_support", |
| 124 "//components/omnibox/browser:test_support", | 125 "//components/omnibox/browser:test_support", |
| 125 "//components/password_manager/core/browser:test_support", | 126 "//components/password_manager/core/browser:test_support", |
| 126 "//components/prefs:test_support", | 127 "//components/prefs:test_support", |
| 127 "//components/rappor:test_support", | 128 "//components/rappor:test_support", |
| 128 "//components/search_engines:test_support", | 129 "//components/search_engines:test_support", |
| 129 "//components/sessions:test_support", | 130 "//components/sessions:test_support", |
| 130 "//components/signin/core/browser:test_support", | 131 "//components/signin/core/browser:test_support", |
| 131 "//components/subresource_filter/content/browser:test_support", | 132 "//components/subresource_filter/content/browser:test_support", |
| 132 "//components/subresource_filter/core/common", | 133 "//components/subresource_filter/core/common", |
| (...skipping 5018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5151 } | 5152 } |
| 5152 | 5153 |
| 5153 if (is_win) { | 5154 if (is_win) { |
| 5154 loadable_module("conflicts_dll") { | 5155 loadable_module("conflicts_dll") { |
| 5155 testonly = true | 5156 testonly = true |
| 5156 sources = [ | 5157 sources = [ |
| 5157 "conflicts/conflicts_dll.cc", | 5158 "conflicts/conflicts_dll.cc", |
| 5158 ] | 5159 ] |
| 5159 } | 5160 } |
| 5160 } | 5161 } |
| OLD | NEW |