| 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 "../browser/extensions/extension_apitest.cc", | 1963 "../browser/extensions/extension_apitest.cc", |
| 1964 "../browser/extensions/extension_apitest.h", | 1964 "../browser/extensions/extension_apitest.h", |
| 1965 "../browser/extensions/extension_browsertest.cc", | 1965 "../browser/extensions/extension_browsertest.cc", |
| 1966 "../browser/extensions/extension_browsertest.h", | 1966 "../browser/extensions/extension_browsertest.h", |
| 1967 "../browser/extensions/extension_function_test_utils.cc", | 1967 "../browser/extensions/extension_function_test_utils.cc", |
| 1968 "../browser/extensions/extension_function_test_utils.h", | 1968 "../browser/extensions/extension_function_test_utils.h", |
| 1969 "../browser/extensions/extension_with_management_policy_apitest.cc", | 1969 "../browser/extensions/extension_with_management_policy_apitest.cc", |
| 1970 "../browser/extensions/extension_with_management_policy_apitest.h", | 1970 "../browser/extensions/extension_with_management_policy_apitest.h", |
| 1971 "../browser/extensions/updater/extension_cache_fake.cc", | 1971 "../browser/extensions/updater/extension_cache_fake.cc", |
| 1972 "../browser/extensions/updater/extension_cache_fake.h", | 1972 "../browser/extensions/updater/extension_cache_fake.h", |
| 1973 "../browser/safe_browsing/chrome_cleaner/settings_resetter_browsertest_w
in.cc", |
| 1973 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher
_browsertest.cc", | 1974 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher
_browsertest.cc", |
| 1974 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", | 1975 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", |
| 1975 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", | 1976 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", |
| 1976 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", | 1977 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", |
| 1977 ] | 1978 ] |
| 1978 | 1979 |
| 1979 deps += [ | 1980 deps += [ |
| 1980 "//chrome/common/extensions/api", | 1981 "//chrome/common/extensions/api", |
| 1981 | 1982 |
| 1982 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target | 1983 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target |
| (...skipping 3144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5127 } | 5128 } |
| 5128 | 5129 |
| 5129 if (is_win) { | 5130 if (is_win) { |
| 5130 loadable_module("conflicts_dll") { | 5131 loadable_module("conflicts_dll") { |
| 5131 testonly = true | 5132 testonly = true |
| 5132 sources = [ | 5133 sources = [ |
| 5133 "conflicts/conflicts_dll.cc", | 5134 "conflicts/conflicts_dll.cc", |
| 5134 ] | 5135 ] |
| 5135 } | 5136 } |
| 5136 } | 5137 } |
| OLD | NEW |