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 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2060 "../browser/apps/app_browsertest_util.cc", | 2060 "../browser/apps/app_browsertest_util.cc", |
2061 "../browser/apps/app_browsertest_util.h", | 2061 "../browser/apps/app_browsertest_util.h", |
2062 "../browser/extensions/browsertest_util.cc", | 2062 "../browser/extensions/browsertest_util.cc", |
2063 "../browser/extensions/browsertest_util.h", | 2063 "../browser/extensions/browsertest_util.h", |
2064 "../browser/extensions/extension_apitest.cc", | 2064 "../browser/extensions/extension_apitest.cc", |
2065 "../browser/extensions/extension_apitest.h", | 2065 "../browser/extensions/extension_apitest.h", |
2066 "../browser/extensions/extension_browsertest.cc", | 2066 "../browser/extensions/extension_browsertest.cc", |
2067 "../browser/extensions/extension_browsertest.h", | 2067 "../browser/extensions/extension_browsertest.h", |
2068 "../browser/extensions/extension_function_test_utils.cc", | 2068 "../browser/extensions/extension_function_test_utils.cc", |
2069 "../browser/extensions/extension_function_test_utils.h", | 2069 "../browser/extensions/extension_function_test_utils.h", |
| 2070 "../browser/extensions/extension_with_management_policy_apitest.cc", |
| 2071 "../browser/extensions/extension_with_management_policy_apitest.h", |
2070 "../browser/extensions/updater/extension_cache_fake.cc", | 2072 "../browser/extensions/updater/extension_cache_fake.cc", |
2071 "../browser/extensions/updater/extension_cache_fake.h", | 2073 "../browser/extensions/updater/extension_cache_fake.h", |
2072 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", | 2074 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", |
2073 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", | 2075 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", |
2074 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", | 2076 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", |
2075 ] | 2077 ] |
2076 | 2078 |
2077 deps += [ | 2079 deps += [ |
2078 "//chrome/common/extensions/api", | 2080 "//chrome/common/extensions/api", |
2079 | 2081 |
(...skipping 3153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5233 } | 5235 } |
5234 | 5236 |
5235 if (is_win) { | 5237 if (is_win) { |
5236 loadable_module("conflicts_dll") { | 5238 loadable_module("conflicts_dll") { |
5237 testonly = true | 5239 testonly = true |
5238 sources = [ | 5240 sources = [ |
5239 "conflicts/conflicts_dll.cc", | 5241 "conflicts/conflicts_dll.cc", |
5240 ] | 5242 ] |
5241 } | 5243 } |
5242 } | 5244 } |
OLD | NEW |