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

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

Issue 2848683002: Chrome Cleaner UI: Rename SRT to ChromeCleaner (Closed)
Patch Set: Rebase 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/chrome_cleaner_dialog_controller.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 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1778 "metrics/extensions_metrics_provider.cc", 1778 "metrics/extensions_metrics_provider.cc",
1779 "metrics/extensions_metrics_provider.h", 1779 "metrics/extensions_metrics_provider.h",
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",
1789 "safe_browsing/chrome_cleaner_dialog_controller.h",
1788 "safe_browsing/settings_reset_prompt/extension_info.cc", 1790 "safe_browsing/settings_reset_prompt/extension_info.cc",
1789 "safe_browsing/settings_reset_prompt/extension_info.h", 1791 "safe_browsing/settings_reset_prompt/extension_info.h",
1790 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", 1792 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
1791 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", 1793 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
1792 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", 1794 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc",
1793 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", 1795 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h",
1794 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", 1796 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
1795 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", 1797 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
1796 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.c c", 1798 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.c c",
1797 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h ", 1799 "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h ",
1798 "safe_browsing/srt_prompt_controller.cc",
1799 "safe_browsing/srt_prompt_controller.h",
1800 "search/hotword_audio_history_handler.cc", 1800 "search/hotword_audio_history_handler.cc",
1801 "search/hotword_audio_history_handler.h", 1801 "search/hotword_audio_history_handler.h",
1802 "search/hotword_client.h", 1802 "search/hotword_client.h",
1803 "search/hotword_service.cc", 1803 "search/hotword_service.cc",
1804 "search/hotword_service.h", 1804 "search/hotword_service.h",
1805 "search/hotword_service_factory.cc", 1805 "search/hotword_service_factory.cc",
1806 "search/hotword_service_factory.h", 1806 "search/hotword_service_factory.h",
1807 "signin/chrome_proximity_auth_client.cc", 1807 "signin/chrome_proximity_auth_client.cc",
1808 "signin/chrome_proximity_auth_client.h", 1808 "signin/chrome_proximity_auth_client.h",
1809 "signin/easy_unlock_app_manager.cc", 1809 "signin/easy_unlock_app_manager.cc",
(...skipping 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 "media/pepper_cdm_test_constants.cc", 4698 "media/pepper_cdm_test_constants.cc",
4699 "media/pepper_cdm_test_constants.h", 4699 "media/pepper_cdm_test_constants.h",
4700 ] 4700 ]
4701 } 4701 }
4702 } 4702 }
4703 4703
4704 service_manifest("preferences_forwarder_manifest") { 4704 service_manifest("preferences_forwarder_manifest") {
4705 name = "preferences_forwarder" 4705 name = "preferences_forwarder"
4706 source = "prefs/forwarder_manifest.json" 4706 source = "prefs/forwarder_manifest.json"
4707 } 4707 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/chrome_cleaner_dialog_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698