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

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

Issue 2846333003: Chrome cleaner: move Chrome Cleaner files to their own directory (Closed)
Patch Set: 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 | « WATCHLISTS ('k') | chrome/browser/component_updater/sw_reporter_installer_win.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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", 1126 "renderer_host/chrome_render_widget_host_view_mac_delegate.h",
1127 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", 1127 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm",
1128 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", 1128 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h",
1129 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", 1129 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm",
1130 "renderer_preferences_util.cc", 1130 "renderer_preferences_util.cc",
1131 "renderer_preferences_util.h", 1131 "renderer_preferences_util.h",
1132 "resource_delegate_mac.h", 1132 "resource_delegate_mac.h",
1133 "resource_delegate_mac.mm", 1133 "resource_delegate_mac.mm",
1134 "resources_util.cc", 1134 "resources_util.cc",
1135 "resources_util.h", 1135 "resources_util.h",
1136 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc",
1137 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h",
1138 "safe_browsing/chrome_cleaner/srt_client_info_win.cc",
1139 "safe_browsing/chrome_cleaner/srt_client_info_win.h",
1140 "safe_browsing/chrome_cleaner/srt_fetcher_win.cc",
1141 "safe_browsing/chrome_cleaner/srt_fetcher_win.h",
1142 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc",
1143 "safe_browsing/chrome_cleaner/srt_field_trial_win.h",
1144 "safe_browsing/chrome_cleaner/srt_global_error_win.cc",
1145 "safe_browsing/chrome_cleaner/srt_global_error_win.h",
1136 "safe_browsing/safe_browsing_tab_observer.cc", 1146 "safe_browsing/safe_browsing_tab_observer.cc",
1137 "safe_browsing/safe_browsing_tab_observer.h", 1147 "safe_browsing/safe_browsing_tab_observer.h",
1138 "safe_browsing/srt_chrome_prompt_impl.cc",
1139 "safe_browsing/srt_chrome_prompt_impl.h",
1140 "safe_browsing/srt_client_info_win.cc",
1141 "safe_browsing/srt_client_info_win.h",
1142 "safe_browsing/srt_fetcher_win.cc",
1143 "safe_browsing/srt_fetcher_win.h",
1144 "safe_browsing/srt_field_trial_win.cc",
1145 "safe_browsing/srt_field_trial_win.h",
1146 "safe_browsing/srt_global_error_win.cc",
1147 "safe_browsing/srt_global_error_win.h",
1148 "safe_search_api/safe_search_url_checker.cc", 1148 "safe_search_api/safe_search_url_checker.cc",
1149 "safe_search_api/safe_search_url_checker.h", 1149 "safe_search_api/safe_search_url_checker.h",
1150 "search/iframe_source.cc", 1150 "search/iframe_source.cc",
1151 "search/iframe_source.h", 1151 "search/iframe_source.h",
1152 "search/instant_io_context.cc", 1152 "search/instant_io_context.cc",
1153 "search/instant_io_context.h", 1153 "search/instant_io_context.h",
1154 "search/instant_service.cc", 1154 "search/instant_service.cc",
1155 "search/instant_service.h", 1155 "search/instant_service.h",
1156 "search/instant_service_factory.cc", 1156 "search/instant_service_factory.cc",
1157 "search/instant_service_factory.h", 1157 "search/instant_service_factory.h",
(...skipping 3540 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 | « WATCHLISTS ('k') | chrome/browser/component_updater/sw_reporter_installer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698