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

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

Issue 2906103002: Post-cleanup settings reset. (Closed)
Patch Set: Addressed Ali's final comments Created 3 years, 6 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 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 "../browser/extensions/extension_apitest.cc", 1965 "../browser/extensions/extension_apitest.cc",
1966 "../browser/extensions/extension_apitest.h", 1966 "../browser/extensions/extension_apitest.h",
1967 "../browser/extensions/extension_browsertest.cc", 1967 "../browser/extensions/extension_browsertest.cc",
1968 "../browser/extensions/extension_browsertest.h", 1968 "../browser/extensions/extension_browsertest.h",
1969 "../browser/extensions/extension_function_test_utils.cc", 1969 "../browser/extensions/extension_function_test_utils.cc",
1970 "../browser/extensions/extension_function_test_utils.h", 1970 "../browser/extensions/extension_function_test_utils.h",
1971 "../browser/extensions/extension_with_management_policy_apitest.cc", 1971 "../browser/extensions/extension_with_management_policy_apitest.cc",
1972 "../browser/extensions/extension_with_management_policy_apitest.h", 1972 "../browser/extensions/extension_with_management_policy_apitest.h",
1973 "../browser/extensions/updater/extension_cache_fake.cc", 1973 "../browser/extensions/updater/extension_cache_fake.cc",
1974 "../browser/extensions/updater/extension_cache_fake.h", 1974 "../browser/extensions/updater/extension_cache_fake.h",
1975 "../browser/safe_browsing/chrome_cleaner/settings_resetter_browsertest_w in.cc",
1975 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher _browsertest.cc", 1976 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher _browsertest.cc",
1976 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc", 1977 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc",
1977 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.cc", 1978 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.cc",
1978 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h", 1979 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h",
1979 ] 1980 ]
1980 1981
1981 deps += [ 1982 deps += [
1982 "//chrome/common/extensions/api", 1983 "//chrome/common/extensions/api",
1983 1984
1984 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target 1985 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target
(...skipping 3145 matching lines...) Expand 10 before | Expand all | Expand 10 after
5130 } 5131 }
5131 5132
5132 if (is_win) { 5133 if (is_win) {
5133 loadable_module("conflicts_dll") { 5134 loadable_module("conflicts_dll") {
5134 testonly = true 5135 testonly = true
5135 sources = [ 5136 sources = [
5136 "conflicts/conflicts_dll.cc", 5137 "conflicts/conflicts_dll.cc",
5137 ] 5138 ]
5138 } 5139 }
5139 } 5140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698