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

Side by Side Diff: chrome/browser/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 | « no previous file | chrome/browser/safe_browsing/settings_reset_prompt/default_settings_fetcher.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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 "renderer_context_menu/context_menu_content_type_app_mode.cc", 1780 "renderer_context_menu/context_menu_content_type_app_mode.cc",
1781 "renderer_context_menu/context_menu_content_type_app_mode.h", 1781 "renderer_context_menu/context_menu_content_type_app_mode.h",
1782 "renderer_context_menu/context_menu_content_type_extension_popup.cc", 1782 "renderer_context_menu/context_menu_content_type_extension_popup.cc",
1783 "renderer_context_menu/context_menu_content_type_extension_popup.h", 1783 "renderer_context_menu/context_menu_content_type_extension_popup.h",
1784 "renderer_context_menu/context_menu_content_type_platform_app.cc", 1784 "renderer_context_menu/context_menu_content_type_platform_app.cc",
1785 "renderer_context_menu/context_menu_content_type_platform_app.h", 1785 "renderer_context_menu/context_menu_content_type_platform_app.h",
1786 "renderer_host/chrome_extension_message_filter.cc", 1786 "renderer_host/chrome_extension_message_filter.cc",
1787 "renderer_host/chrome_extension_message_filter.h", 1787 "renderer_host/chrome_extension_message_filter.h",
1788 "safe_browsing/chrome_cleaner_dialog_controller.cc", 1788 "safe_browsing/chrome_cleaner_dialog_controller.cc",
1789 "safe_browsing/chrome_cleaner_dialog_controller.h", 1789 "safe_browsing/chrome_cleaner_dialog_controller.h",
1790 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc",
1791 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h",
1790 "safe_browsing/settings_reset_prompt/extension_info.cc", 1792 "safe_browsing/settings_reset_prompt/extension_info.cc",
1791 "safe_browsing/settings_reset_prompt/extension_info.h", 1793 "safe_browsing/settings_reset_prompt/extension_info.h",
1792 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", 1794 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
1793 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", 1795 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
1794 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", 1796 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc",
1795 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", 1797 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h",
1796 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", 1798 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
1797 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", 1799 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
1798 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.c c", 1800 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.c c",
1799 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h ", 1801 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h ",
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after
4694 "media/pepper_cdm_test_constants.cc", 4696 "media/pepper_cdm_test_constants.cc",
4695 "media/pepper_cdm_test_constants.h", 4697 "media/pepper_cdm_test_constants.h",
4696 ] 4698 ]
4697 } 4699 }
4698 } 4700 }
4699 4701
4700 service_manifest("preferences_forwarder_manifest") { 4702 service_manifest("preferences_forwarder_manifest") {
4701 name = "preferences_forwarder" 4703 name = "preferences_forwarder"
4702 source = "prefs/forwarder_manifest.json" 4704 source = "prefs/forwarder_manifest.json"
4703 } 4705 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/settings_reset_prompt/default_settings_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698