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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: adressed comments from jwd Created 3 years, 9 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
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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "status_icons/status_icon_menu_model.h", 1259 "status_icons/status_icon_menu_model.h",
1260 "status_icons/status_icon_observer.h", 1260 "status_icons/status_icon_observer.h",
1261 "status_icons/status_tray.cc", 1261 "status_icons/status_tray.cc",
1262 "status_icons/status_tray.h", 1262 "status_icons/status_tray.h",
1263 "storage/durable_storage_permission_context.cc", 1263 "storage/durable_storage_permission_context.cc",
1264 "storage/durable_storage_permission_context.h", 1264 "storage/durable_storage_permission_context.h",
1265 "storage/storage_info_fetcher.cc", 1265 "storage/storage_info_fetcher.cc",
1266 "storage/storage_info_fetcher.h", 1266 "storage/storage_info_fetcher.h",
1267 "subresource_filter/chrome_subresource_filter_client.cc", 1267 "subresource_filter/chrome_subresource_filter_client.cc",
1268 "subresource_filter/chrome_subresource_filter_client.h", 1268 "subresource_filter/chrome_subresource_filter_client.h",
1269 "subresource_filter/navigation_throttle_util.cc",
1270 "subresource_filter/navigation_throttle_util.h",
1269 "sync/chrome_sync_client.cc", 1271 "sync/chrome_sync_client.cc",
1270 "sync/chrome_sync_client.h", 1272 "sync/chrome_sync_client.h",
1271 "sync/glue/extensions_activity_monitor.cc", 1273 "sync/glue/extensions_activity_monitor.cc",
1272 "sync/glue/extensions_activity_monitor.h", 1274 "sync/glue/extensions_activity_monitor.h",
1273 "sync/glue/sync_start_util.cc", 1275 "sync/glue/sync_start_util.cc",
1274 "sync/glue/sync_start_util.h", 1276 "sync/glue/sync_start_util.h",
1275 "sync/profile_sync_service_factory.cc", 1277 "sync/profile_sync_service_factory.cc",
1276 "sync/profile_sync_service_factory.h", 1278 "sync/profile_sync_service_factory.h",
1277 "sync/sessions/notification_service_sessions_router.cc", 1279 "sync/sessions/notification_service_sessions_router.cc",
1278 "sync/sessions/notification_service_sessions_router.h", 1280 "sync/sessions/notification_service_sessions_router.h",
(...skipping 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after
4558 "media/pepper_cdm_test_constants.cc", 4560 "media/pepper_cdm_test_constants.cc",
4559 "media/pepper_cdm_test_constants.h", 4561 "media/pepper_cdm_test_constants.h",
4560 ] 4562 ]
4561 } 4563 }
4562 } 4564 }
4563 4565
4564 service_manifest("preferences_manifest") { 4566 service_manifest("preferences_manifest") {
4565 name = "preferences" 4567 name = "preferences"
4566 source = "prefs/preferences_manifest.json" 4568 source = "prefs/preferences_manifest.json"
4567 } 4569 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698