| 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 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1977 "../browser/extensions/extension_apitest.cc", | 1977 "../browser/extensions/extension_apitest.cc", |
| 1978 "../browser/extensions/extension_apitest.h", | 1978 "../browser/extensions/extension_apitest.h", |
| 1979 "../browser/extensions/extension_browsertest.cc", | 1979 "../browser/extensions/extension_browsertest.cc", |
| 1980 "../browser/extensions/extension_browsertest.h", | 1980 "../browser/extensions/extension_browsertest.h", |
| 1981 "../browser/extensions/extension_function_test_utils.cc", | 1981 "../browser/extensions/extension_function_test_utils.cc", |
| 1982 "../browser/extensions/extension_function_test_utils.h", | 1982 "../browser/extensions/extension_function_test_utils.h", |
| 1983 "../browser/extensions/extension_with_management_policy_apitest.cc", | 1983 "../browser/extensions/extension_with_management_policy_apitest.cc", |
| 1984 "../browser/extensions/extension_with_management_policy_apitest.h", | 1984 "../browser/extensions/extension_with_management_policy_apitest.h", |
| 1985 "../browser/extensions/updater/extension_cache_fake.cc", | 1985 "../browser/extensions/updater/extension_cache_fake.cc", |
| 1986 "../browser/extensions/updater/extension_cache_fake.h", | 1986 "../browser/extensions/updater/extension_cache_fake.h", |
| 1987 "../browser/safe_browsing/chrome_cleaner/settings_resetter_browsertest_w
in.cc", |
| 1987 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher
_browsertest.cc", | 1988 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher
_browsertest.cc", |
| 1988 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", | 1989 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", |
| 1989 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", | 1990 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", |
| 1990 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", | 1991 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", |
| 1991 ] | 1992 ] |
| 1992 | 1993 |
| 1993 deps += [ | 1994 deps += [ |
| 1994 "//chrome/common/extensions/api", | 1995 "//chrome/common/extensions/api", |
| 1995 | 1996 |
| 1996 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target | 1997 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target |
| (...skipping 3153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5150 } | 5151 } |
| 5151 | 5152 |
| 5152 if (is_win) { | 5153 if (is_win) { |
| 5153 loadable_module("conflicts_dll") { | 5154 loadable_module("conflicts_dll") { |
| 5154 testonly = true | 5155 testonly = true |
| 5155 sources = [ | 5156 sources = [ |
| 5156 "conflicts/conflicts_dll.cc", | 5157 "conflicts/conflicts_dll.cc", |
| 5157 ] | 5158 ] |
| 5158 } | 5159 } |
| 5159 } | 5160 } |
| OLD | NEW |