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

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

Issue 2777093007: [subresource_filter] Add metrics for UI / related things (Closed)
Patch Set: rkaplow 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.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 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 1278 "subresource_filter/navigation_throttle_util.cc",
1279 "subresource_filter/navigation_throttle_util.h", 1279 "subresource_filter/navigation_throttle_util.h",
1280 "subresource_filter/subresource_filter_content_settings_observer_factory.cc" ,
1281 "subresource_filter/subresource_filter_content_settings_observer_factory.h",
1280 "sync/chrome_sync_client.cc", 1282 "sync/chrome_sync_client.cc",
1281 "sync/chrome_sync_client.h", 1283 "sync/chrome_sync_client.h",
1282 "sync/glue/extensions_activity_monitor.cc", 1284 "sync/glue/extensions_activity_monitor.cc",
1283 "sync/glue/extensions_activity_monitor.h", 1285 "sync/glue/extensions_activity_monitor.h",
1284 "sync/glue/sync_start_util.cc", 1286 "sync/glue/sync_start_util.cc",
1285 "sync/glue/sync_start_util.h", 1287 "sync/glue/sync_start_util.h",
1286 "sync/profile_sync_service_factory.cc", 1288 "sync/profile_sync_service_factory.cc",
1287 "sync/profile_sync_service_factory.h", 1289 "sync/profile_sync_service_factory.h",
1288 "sync/sessions/sync_sessions_router_tab_helper.cc", 1290 "sync/sessions/sync_sessions_router_tab_helper.cc",
1289 "sync/sessions/sync_sessions_router_tab_helper.h", 1291 "sync/sessions/sync_sessions_router_tab_helper.h",
(...skipping 3338 matching lines...) Expand 10 before | Expand all | Expand 10 after
4628 4630
4629 service_manifest("preferences_manifest") { 4631 service_manifest("preferences_manifest") {
4630 name = "preferences" 4632 name = "preferences"
4631 source = "prefs/preferences_manifest.json" 4633 source = "prefs/preferences_manifest.json"
4632 } 4634 }
4633 4635
4634 service_manifest("preferences_forwarder_manifest") { 4636 service_manifest("preferences_forwarder_manifest") {
4635 name = "preferences_forwarder" 4637 name = "preferences_forwarder"
4636 source = "prefs/forwarder_manifest.json" 4638 source = "prefs/forwarder_manifest.json"
4637 } 4639 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/chrome_subresource_filter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698