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

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

Issue 2829313002: Add SubresourceFilterProfileContext for all profile scoped context (Closed)
Patch Set: engedy review Created 3 years, 8 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/subresource_filter/chrome_subresource_filter_client.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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 "storage/durable_storage_permission_context.cc", 1288 "storage/durable_storage_permission_context.cc",
1289 "storage/durable_storage_permission_context.h", 1289 "storage/durable_storage_permission_context.h",
1290 "storage/storage_info_fetcher.cc", 1290 "storage/storage_info_fetcher.cc",
1291 "storage/storage_info_fetcher.h", 1291 "storage/storage_info_fetcher.h",
1292 "subresource_filter/chrome_subresource_filter_client.cc", 1292 "subresource_filter/chrome_subresource_filter_client.cc",
1293 "subresource_filter/chrome_subresource_filter_client.h", 1293 "subresource_filter/chrome_subresource_filter_client.h",
1294 "subresource_filter/navigation_throttle_util.cc", 1294 "subresource_filter/navigation_throttle_util.cc",
1295 "subresource_filter/navigation_throttle_util.h", 1295 "subresource_filter/navigation_throttle_util.h",
1296 "subresource_filter/subresource_filter_content_settings_manager.cc", 1296 "subresource_filter/subresource_filter_content_settings_manager.cc",
1297 "subresource_filter/subresource_filter_content_settings_manager.h", 1297 "subresource_filter/subresource_filter_content_settings_manager.h",
1298 "subresource_filter/subresource_filter_content_settings_manager_factory.cc", 1298 "subresource_filter/subresource_filter_profile_context.cc",
1299 "subresource_filter/subresource_filter_content_settings_manager_factory.h", 1299 "subresource_filter/subresource_filter_profile_context.h",
1300 "subresource_filter/subresource_filter_profile_context_factory.cc",
1301 "subresource_filter/subresource_filter_profile_context_factory.h",
1300 "sync/chrome_sync_client.cc", 1302 "sync/chrome_sync_client.cc",
1301 "sync/chrome_sync_client.h", 1303 "sync/chrome_sync_client.h",
1302 "sync/glue/extensions_activity_monitor.cc", 1304 "sync/glue/extensions_activity_monitor.cc",
1303 "sync/glue/extensions_activity_monitor.h", 1305 "sync/glue/extensions_activity_monitor.h",
1304 "sync/glue/sync_start_util.cc", 1306 "sync/glue/sync_start_util.cc",
1305 "sync/glue/sync_start_util.h", 1307 "sync/glue/sync_start_util.h",
1306 "sync/profile_sync_service_factory.cc", 1308 "sync/profile_sync_service_factory.cc",
1307 "sync/profile_sync_service_factory.h", 1309 "sync/profile_sync_service_factory.h",
1308 "sync/sessions/sync_sessions_router_tab_helper.cc", 1310 "sync/sessions/sync_sessions_router_tab_helper.cc",
1309 "sync/sessions/sync_sessions_router_tab_helper.h", 1311 "sync/sessions/sync_sessions_router_tab_helper.h",
(...skipping 3371 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 "media/pepper_cdm_test_constants.cc", 4683 "media/pepper_cdm_test_constants.cc",
4682 "media/pepper_cdm_test_constants.h", 4684 "media/pepper_cdm_test_constants.h",
4683 ] 4685 ]
4684 } 4686 }
4685 } 4687 }
4686 4688
4687 service_manifest("preferences_forwarder_manifest") { 4689 service_manifest("preferences_forwarder_manifest") {
4688 name = "preferences_forwarder" 4690 name = "preferences_forwarder"
4689 source = "prefs/forwarder_manifest.json" 4691 source = "prefs/forwarder_manifest.json"
4690 } 4692 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/chrome_subresource_filter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698