Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2820333003: Revert of Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 "../browser/apps/app_browsertest_util.cc", 2076 "../browser/apps/app_browsertest_util.cc",
2077 "../browser/apps/app_browsertest_util.h", 2077 "../browser/apps/app_browsertest_util.h",
2078 "../browser/extensions/browsertest_util.cc", 2078 "../browser/extensions/browsertest_util.cc",
2079 "../browser/extensions/browsertest_util.h", 2079 "../browser/extensions/browsertest_util.h",
2080 "../browser/extensions/extension_apitest.cc", 2080 "../browser/extensions/extension_apitest.cc",
2081 "../browser/extensions/extension_apitest.h", 2081 "../browser/extensions/extension_apitest.h",
2082 "../browser/extensions/extension_browsertest.cc", 2082 "../browser/extensions/extension_browsertest.cc",
2083 "../browser/extensions/extension_browsertest.h", 2083 "../browser/extensions/extension_browsertest.h",
2084 "../browser/extensions/extension_function_test_utils.cc", 2084 "../browser/extensions/extension_function_test_utils.cc",
2085 "../browser/extensions/extension_function_test_utils.h", 2085 "../browser/extensions/extension_function_test_utils.h",
2086 "../browser/extensions/extension_with_management_policy_apitest.cc",
2087 "../browser/extensions/extension_with_management_policy_apitest.h",
2088 "../browser/extensions/updater/extension_cache_fake.cc", 2086 "../browser/extensions/updater/extension_cache_fake.cc",
2089 "../browser/extensions/updater/extension_cache_fake.h", 2087 "../browser/extensions/updater/extension_cache_fake.h",
2090 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc", 2088 "../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", 2089 "../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", 2090 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h",
2093 ] 2091 ]
2094 2092
2095 deps += [ 2093 deps += [
2096 "//chrome/common/extensions/api", 2094 "//chrome/common/extensions/api",
2097 2095
(...skipping 3142 matching lines...) Expand 10 before | Expand all | Expand 10 after
5240 } 5238 }
5241 5239
5242 if (is_win) { 5240 if (is_win) {
5243 loadable_module("conflicts_dll") { 5241 loadable_module("conflicts_dll") {
5244 testonly = true 5242 testonly = true
5245 sources = [ 5243 sources = [
5246 "conflicts/conflicts_dll.cc", 5244 "conflicts/conflicts_dll.cc",
5247 ] 5245 ]
5248 } 5246 }
5249 } 5247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698