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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: feature 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/chrome_content_browser_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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 "status_icons/status_icon_menu_model.h", 1268 "status_icons/status_icon_menu_model.h",
1269 "status_icons/status_icon_observer.h", 1269 "status_icons/status_icon_observer.h",
1270 "status_icons/status_tray.cc", 1270 "status_icons/status_tray.cc",
1271 "status_icons/status_tray.h", 1271 "status_icons/status_tray.h",
1272 "storage/durable_storage_permission_context.cc", 1272 "storage/durable_storage_permission_context.cc",
1273 "storage/durable_storage_permission_context.h", 1273 "storage/durable_storage_permission_context.h",
1274 "storage/storage_info_fetcher.cc", 1274 "storage/storage_info_fetcher.cc",
1275 "storage/storage_info_fetcher.h", 1275 "storage/storage_info_fetcher.h",
1276 "subresource_filter/chrome_subresource_filter_client.cc", 1276 "subresource_filter/chrome_subresource_filter_client.cc",
1277 "subresource_filter/chrome_subresource_filter_client.h", 1277 "subresource_filter/chrome_subresource_filter_client.h",
1278 "subresource_filter/navigation_throttle_util.cc",
1279 "subresource_filter/navigation_throttle_util.h",
1278 "sync/chrome_sync_client.cc", 1280 "sync/chrome_sync_client.cc",
1279 "sync/chrome_sync_client.h", 1281 "sync/chrome_sync_client.h",
1280 "sync/glue/extensions_activity_monitor.cc", 1282 "sync/glue/extensions_activity_monitor.cc",
1281 "sync/glue/extensions_activity_monitor.h", 1283 "sync/glue/extensions_activity_monitor.h",
1282 "sync/glue/sync_start_util.cc", 1284 "sync/glue/sync_start_util.cc",
1283 "sync/glue/sync_start_util.h", 1285 "sync/glue/sync_start_util.h",
1284 "sync/profile_sync_service_factory.cc", 1286 "sync/profile_sync_service_factory.cc",
1285 "sync/profile_sync_service_factory.h", 1287 "sync/profile_sync_service_factory.h",
1286 "sync/sessions/sync_sessions_router_tab_helper.cc", 1288 "sync/sessions/sync_sessions_router_tab_helper.cc",
1287 "sync/sessions/sync_sessions_router_tab_helper.h", 1289 "sync/sessions/sync_sessions_router_tab_helper.h",
(...skipping 3331 matching lines...) Expand 10 before | Expand all | Expand 10 after
4619 "media/pepper_cdm_test_constants.cc", 4621 "media/pepper_cdm_test_constants.cc",
4620 "media/pepper_cdm_test_constants.h", 4622 "media/pepper_cdm_test_constants.h",
4621 ] 4623 ]
4622 } 4624 }
4623 } 4625 }
4624 4626
4625 service_manifest("preferences_manifest") { 4627 service_manifest("preferences_manifest") {
4626 name = "preferences" 4628 name = "preferences"
4627 source = "prefs/preferences_manifest.json" 4629 source = "prefs/preferences_manifest.json"
4628 } 4630 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698