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

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

Issue 2701313002: Adds a modal dialog implementation of the settings reset prompt. (Closed)
Patch Set: Created 3 years, 10 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/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 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 "renderer_context_menu/context_menu_content_type_extension_popup.cc", 1696 "renderer_context_menu/context_menu_content_type_extension_popup.cc",
1697 "renderer_context_menu/context_menu_content_type_extension_popup.h", 1697 "renderer_context_menu/context_menu_content_type_extension_popup.h",
1698 "renderer_context_menu/context_menu_content_type_platform_app.cc", 1698 "renderer_context_menu/context_menu_content_type_platform_app.cc",
1699 "renderer_context_menu/context_menu_content_type_platform_app.h", 1699 "renderer_context_menu/context_menu_content_type_platform_app.h",
1700 "renderer_host/chrome_extension_message_filter.cc", 1700 "renderer_host/chrome_extension_message_filter.cc",
1701 "renderer_host/chrome_extension_message_filter.h", 1701 "renderer_host/chrome_extension_message_filter.h",
1702 "safe_browsing/settings_reset_prompt/extension_info.cc", 1702 "safe_browsing/settings_reset_prompt/extension_info.cc",
1703 "safe_browsing/settings_reset_prompt/extension_info.h", 1703 "safe_browsing/settings_reset_prompt/extension_info.h",
1704 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", 1704 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
1705 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", 1705 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
1706 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc",
1707 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h",
1706 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", 1708 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
1707 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", 1709 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
1708 "search/hotword_audio_history_handler.cc", 1710 "search/hotword_audio_history_handler.cc",
1709 "search/hotword_audio_history_handler.h", 1711 "search/hotword_audio_history_handler.h",
1710 "search/hotword_client.h", 1712 "search/hotword_client.h",
1711 "search/hotword_service.cc", 1713 "search/hotword_service.cc",
1712 "search/hotword_service.h", 1714 "search/hotword_service.h",
1713 "search/hotword_service_factory.cc", 1715 "search/hotword_service_factory.cc",
1714 "search/hotword_service_factory.h", 1716 "search/hotword_service_factory.h",
1715 "signin/chrome_proximity_auth_client.cc", 1717 "signin/chrome_proximity_auth_client.cc",
(...skipping 2813 matching lines...) Expand 10 before | Expand all | Expand 10 after
4529 "media/pepper_cdm_test_constants.cc", 4531 "media/pepper_cdm_test_constants.cc",
4530 "media/pepper_cdm_test_constants.h", 4532 "media/pepper_cdm_test_constants.h",
4531 ] 4533 ]
4532 } 4534 }
4533 } 4535 }
4534 4536
4535 service_manifest("preferences_manifest") { 4537 service_manifest("preferences_manifest") {
4536 name = "preferences" 4538 name = "preferences"
4537 source = "prefs/preferences_manifest.json" 4539 source = "prefs/preferences_manifest.json"
4538 } 4540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698