| 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 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2080 "../browser/extensions/browsertest_util.cc", | 2080 "../browser/extensions/browsertest_util.cc", |
| 2081 "../browser/extensions/browsertest_util.h", | 2081 "../browser/extensions/browsertest_util.h", |
| 2082 "../browser/extensions/extension_apitest.cc", | 2082 "../browser/extensions/extension_apitest.cc", |
| 2083 "../browser/extensions/extension_apitest.h", | 2083 "../browser/extensions/extension_apitest.h", |
| 2084 "../browser/extensions/extension_browsertest.cc", | 2084 "../browser/extensions/extension_browsertest.cc", |
| 2085 "../browser/extensions/extension_browsertest.h", | 2085 "../browser/extensions/extension_browsertest.h", |
| 2086 "../browser/extensions/extension_function_test_utils.cc", | 2086 "../browser/extensions/extension_function_test_utils.cc", |
| 2087 "../browser/extensions/extension_function_test_utils.h", | 2087 "../browser/extensions/extension_function_test_utils.h", |
| 2088 "../browser/extensions/updater/extension_cache_fake.cc", | 2088 "../browser/extensions/updater/extension_cache_fake.cc", |
| 2089 "../browser/extensions/updater/extension_cache_fake.h", | 2089 "../browser/extensions/updater/extension_cache_fake.h", |
| 2090 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest.cc", | 2090 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", |
| 2091 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", | 2091 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", |
| 2092 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", | 2092 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", |
| 2093 ] | 2093 ] |
| 2094 | 2094 |
| 2095 deps += [ | 2095 deps += [ |
| 2096 "//chrome/common/extensions/api", | 2096 "//chrome/common/extensions/api", |
| 2097 | 2097 |
| 2098 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target | 2098 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target |
| 2099 # should be deleted and this line removed. See the | 2099 # should be deleted and this line removed. See the |
| 2100 # chrome_extensions_browsertests target for more. | 2100 # chrome_extensions_browsertests target for more. |
| (...skipping 3088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5189 } | 5189 } |
| 5190 | 5190 |
| 5191 if (is_win) { | 5191 if (is_win) { |
| 5192 loadable_module("conflicts_dll") { | 5192 loadable_module("conflicts_dll") { |
| 5193 testonly = true | 5193 testonly = true |
| 5194 sources = [ | 5194 sources = [ |
| 5195 "conflicts/conflicts_dll.cc", | 5195 "conflicts/conflicts_dll.cc", |
| 5196 ] | 5196 ] |
| 5197 } | 5197 } |
| 5198 } | 5198 } |
| OLD | NEW |