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

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

Issue 2906103002: Post-cleanup settings reset. (Closed)
Patch Set: Use base::DoNothing 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/chrome_cleaner/public/constants/constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1963 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 "../browser/extensions/updater/extension_cache_fake.h", 1974 "../browser/extensions/updater/extension_cache_fake.h",
1975 "../browser/extensions/wake_event_page_apitest.cc", 1975 "../browser/extensions/wake_event_page_apitest.cc",
1976 "../browser/extensions/web_contents_browsertest.cc", 1976 "../browser/extensions/web_contents_browsertest.cc",
1977 "../browser/extensions/webstore_inline_installer_browsertest.cc", 1977 "../browser/extensions/webstore_inline_installer_browsertest.cc",
1978 "../browser/extensions/webstore_installer_browsertest.cc", 1978 "../browser/extensions/webstore_installer_browsertest.cc",
1979 "../browser/extensions/webstore_installer_test.cc", 1979 "../browser/extensions/webstore_installer_test.cc",
1980 "../browser/extensions/webstore_installer_test.h", 1980 "../browser/extensions/webstore_installer_test.h",
1981 "../browser/extensions/webstore_reinstaller_browsertest.cc", 1981 "../browser/extensions/webstore_reinstaller_browsertest.cc",
1982 "../browser/extensions/webstore_startup_installer_browsertest.cc", 1982 "../browser/extensions/webstore_startup_installer_browsertest.cc",
1983 "../browser/extensions/window_open_apitest.cc", 1983 "../browser/extensions/window_open_apitest.cc",
1984 "../browser/safe_browsing/chrome_cleaner/settings_resetter_browsertest_w in.cc",
1984 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher _browsertest.cc", 1985 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher _browsertest.cc",
1985 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc", 1986 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc",
1986 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.cc", 1987 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.cc",
1987 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h", 1988 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h",
1988 ] 1989 ]
1989 1990
1990 deps += [ 1991 deps += [
1991 "//chrome/common/extensions/api", 1992 "//chrome/common/extensions/api",
1992 "//components/guest_view/browser:test_support", 1993 "//components/guest_view/browser:test_support",
1993 1994
(...skipping 3169 matching lines...) Expand 10 before | Expand all | Expand 10 after
5163 } 5164 }
5164 5165
5165 if (is_win) { 5166 if (is_win) {
5166 loadable_module("conflicts_dll") { 5167 loadable_module("conflicts_dll") {
5167 testonly = true 5168 testonly = true
5168 sources = [ 5169 sources = [
5169 "conflicts/conflicts_dll.cc", 5170 "conflicts/conflicts_dll.cc",
5170 ] 5171 ]
5171 } 5172 }
5172 } 5173 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/chrome_cleaner/public/constants/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698