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

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

Issue 2883673002: Chrome Cleaner: Update modal dialog's strings (Closed)
Patch Set: Moved to the non-android section in BUILD file. 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/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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 "metrics/extensions_metrics_provider.cc", 1793 "metrics/extensions_metrics_provider.cc",
1794 "metrics/extensions_metrics_provider.h", 1794 "metrics/extensions_metrics_provider.h",
1795 "renderer_context_menu/context_menu_content_type_app_mode.cc", 1795 "renderer_context_menu/context_menu_content_type_app_mode.cc",
1796 "renderer_context_menu/context_menu_content_type_app_mode.h", 1796 "renderer_context_menu/context_menu_content_type_app_mode.h",
1797 "renderer_context_menu/context_menu_content_type_extension_popup.cc", 1797 "renderer_context_menu/context_menu_content_type_extension_popup.cc",
1798 "renderer_context_menu/context_menu_content_type_extension_popup.h", 1798 "renderer_context_menu/context_menu_content_type_extension_popup.h",
1799 "renderer_context_menu/context_menu_content_type_platform_app.cc", 1799 "renderer_context_menu/context_menu_content_type_platform_app.cc",
1800 "renderer_context_menu/context_menu_content_type_platform_app.h", 1800 "renderer_context_menu/context_menu_content_type_platform_app.h",
1801 "renderer_host/chrome_extension_message_filter.cc", 1801 "renderer_host/chrome_extension_message_filter.cc",
1802 "renderer_host/chrome_extension_message_filter.h", 1802 "renderer_host/chrome_extension_message_filter.h",
1803 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.cc", 1803 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.cc",
1804 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h", 1804 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h",
1805 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc", 1805 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc",
1806 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h", 1806 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h",
1807 "safe_browsing/settings_reset_prompt/extension_info.cc", 1807 "safe_browsing/settings_reset_prompt/extension_info.cc",
1808 "safe_browsing/settings_reset_prompt/extension_info.h", 1808 "safe_browsing/settings_reset_prompt/extension_info.h",
1809 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", 1809 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
1810 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", 1810 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
1811 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", 1811 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc",
1812 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", 1812 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h",
1813 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", 1813 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
1814 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", 1814 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
(...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after
4738 "media/pepper_cdm_test_constants.cc", 4738 "media/pepper_cdm_test_constants.cc",
4739 "media/pepper_cdm_test_constants.h", 4739 "media/pepper_cdm_test_constants.h",
4740 ] 4740 ]
4741 } 4741 }
4742 } 4742 }
4743 4743
4744 service_manifest("preferences_forwarder_manifest") { 4744 service_manifest("preferences_forwarder_manifest") {
4745 name = "preferences_forwarder" 4745 name = "preferences_forwarder"
4746 source = "prefs/forwarder_manifest.json" 4746 source = "prefs/forwarder_manifest.json"
4747 } 4747 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698