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

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

Issue 2727063006: Settings reset prompt: add startup logic (Closed)
Patch Set: Nits Created 3 years, 9 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/chrome_browser_main_win.cc » ('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 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 "renderer_host/chrome_extension_message_filter.cc", 1709 "renderer_host/chrome_extension_message_filter.cc",
1710 "renderer_host/chrome_extension_message_filter.h", 1710 "renderer_host/chrome_extension_message_filter.h",
1711 "safe_browsing/settings_reset_prompt/extension_info.cc", 1711 "safe_browsing/settings_reset_prompt/extension_info.cc",
1712 "safe_browsing/settings_reset_prompt/extension_info.h", 1712 "safe_browsing/settings_reset_prompt/extension_info.h",
1713 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", 1713 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
1714 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", 1714 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
1715 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", 1715 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc",
1716 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", 1716 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h",
1717 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", 1717 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
1718 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", 1718 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
1719 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.c c",
1720 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h ",
1719 "search/hotword_audio_history_handler.cc", 1721 "search/hotword_audio_history_handler.cc",
1720 "search/hotword_audio_history_handler.h", 1722 "search/hotword_audio_history_handler.h",
1721 "search/hotword_client.h", 1723 "search/hotword_client.h",
1722 "search/hotword_service.cc", 1724 "search/hotword_service.cc",
1723 "search/hotword_service.h", 1725 "search/hotword_service.h",
1724 "search/hotword_service_factory.cc", 1726 "search/hotword_service_factory.cc",
1725 "search/hotword_service_factory.h", 1727 "search/hotword_service_factory.h",
1726 "signin/chrome_proximity_auth_client.cc", 1728 "signin/chrome_proximity_auth_client.cc",
1727 "signin/chrome_proximity_auth_client.h", 1729 "signin/chrome_proximity_auth_client.h",
1728 "signin/easy_unlock_app_manager.cc", 1730 "signin/easy_unlock_app_manager.cc",
(...skipping 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after
4544 "media/pepper_cdm_test_constants.cc", 4546 "media/pepper_cdm_test_constants.cc",
4545 "media/pepper_cdm_test_constants.h", 4547 "media/pepper_cdm_test_constants.h",
4546 ] 4548 ]
4547 } 4549 }
4548 } 4550 }
4549 4551
4550 service_manifest("preferences_manifest") { 4552 service_manifest("preferences_manifest") {
4551 name = "preferences" 4553 name = "preferences"
4552 source = "prefs/preferences_manifest.json" 4554 source = "prefs/preferences_manifest.json"
4553 } 4555 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698