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

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

Issue 2850103002: Settings reset prompt: Add a test for the default settings fetcher. (Closed)
Patch Set: Nits Created 3 years, 7 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/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc ('k') | no next file » | 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 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1896 "../browser/extensions/extension_apitest.cc", 1896 "../browser/extensions/extension_apitest.cc",
1897 "../browser/extensions/extension_apitest.h", 1897 "../browser/extensions/extension_apitest.h",
1898 "../browser/extensions/extension_browsertest.cc", 1898 "../browser/extensions/extension_browsertest.cc",
1899 "../browser/extensions/extension_browsertest.h", 1899 "../browser/extensions/extension_browsertest.h",
1900 "../browser/extensions/extension_function_test_utils.cc", 1900 "../browser/extensions/extension_function_test_utils.cc",
1901 "../browser/extensions/extension_function_test_utils.h", 1901 "../browser/extensions/extension_function_test_utils.h",
1902 "../browser/extensions/extension_with_management_policy_apitest.cc", 1902 "../browser/extensions/extension_with_management_policy_apitest.cc",
1903 "../browser/extensions/extension_with_management_policy_apitest.h", 1903 "../browser/extensions/extension_with_management_policy_apitest.h",
1904 "../browser/extensions/updater/extension_cache_fake.cc", 1904 "../browser/extensions/updater/extension_cache_fake.cc",
1905 "../browser/extensions/updater/extension_cache_fake.h", 1905 "../browser/extensions/updater/extension_cache_fake.h",
1906 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher _browsertest.cc",
1906 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc", 1907 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo del_browsertest_win.cc",
1907 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.cc", 1908 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.cc",
1908 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h", 1909 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te st_utils.h",
1909 ] 1910 ]
1910 1911
1911 deps += [ 1912 deps += [
1912 "//chrome/common/extensions/api", 1913 "//chrome/common/extensions/api",
1913 1914
1914 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target 1915 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target
1915 # should be deleted and this line removed. See the 1916 # should be deleted and this line removed. See the
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
5025 } 5026 }
5026 5027
5027 if (is_win) { 5028 if (is_win) {
5028 loadable_module("conflicts_dll") { 5029 loadable_module("conflicts_dll") {
5029 testonly = true 5030 testonly = true
5030 sources = [ 5031 sources = [
5031 "conflicts/conflicts_dll.cc", 5032 "conflicts/conflicts_dll.cc",
5032 ] 5033 ]
5033 } 5034 }
5034 } 5035 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698