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

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

Issue 2823233003: Deprecate Once-Per-Origin Navigation histograms (Closed)
Patch Set: Remove deleted .h from .mm 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/tab_contents/navigation_metrics_recorder.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 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 "sync/sessions/sync_sessions_web_contents_router.cc", 1302 "sync/sessions/sync_sessions_web_contents_router.cc",
1303 "sync/sessions/sync_sessions_web_contents_router.h", 1303 "sync/sessions/sync_sessions_web_contents_router.h",
1304 "sync/sessions/sync_sessions_web_contents_router_factory.cc", 1304 "sync/sessions/sync_sessions_web_contents_router_factory.cc",
1305 "sync/sessions/sync_sessions_web_contents_router_factory.h", 1305 "sync/sessions/sync_sessions_web_contents_router_factory.h",
1306 "sync/supervised_user_signin_manager_wrapper.cc", 1306 "sync/supervised_user_signin_manager_wrapper.cc",
1307 "sync/supervised_user_signin_manager_wrapper.h", 1307 "sync/supervised_user_signin_manager_wrapper.h",
1308 "sync/sync_startup_tracker.cc", 1308 "sync/sync_startup_tracker.cc",
1309 "sync/sync_startup_tracker.h", 1309 "sync/sync_startup_tracker.h",
1310 "tab_contents/navigation_metrics_recorder.cc", 1310 "tab_contents/navigation_metrics_recorder.cc",
1311 "tab_contents/navigation_metrics_recorder.h", 1311 "tab_contents/navigation_metrics_recorder.h",
1312 "tab_contents/origins_seen_service_factory.cc",
1313 "tab_contents/origins_seen_service_factory.h",
1314 "tab_contents/retargeting_details.h", 1312 "tab_contents/retargeting_details.h",
1315 "tab_contents/tab_util.cc", 1313 "tab_contents/tab_util.cc",
1316 "tab_contents/tab_util.h", 1314 "tab_contents/tab_util.h",
1317 "task_manager/web_contents_tags.cc", 1315 "task_manager/web_contents_tags.cc",
1318 "task_manager/web_contents_tags.h", 1316 "task_manager/web_contents_tags.h",
1319 "task_profiler/task_profiler_data_serializer.cc", 1317 "task_profiler/task_profiler_data_serializer.cc",
1320 "task_profiler/task_profiler_data_serializer.h", 1318 "task_profiler/task_profiler_data_serializer.h",
1321 "themes/theme_service_win.cc", 1319 "themes/theme_service_win.cc",
1322 "themes/theme_service_win.h", 1320 "themes/theme_service_win.h",
1323 "thumbnails/content_analysis.cc", 1321 "thumbnails/content_analysis.cc",
(...skipping 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after
4691 "media/pepper_cdm_test_constants.cc", 4689 "media/pepper_cdm_test_constants.cc",
4692 "media/pepper_cdm_test_constants.h", 4690 "media/pepper_cdm_test_constants.h",
4693 ] 4691 ]
4694 } 4692 }
4695 } 4693 }
4696 4694
4697 service_manifest("preferences_forwarder_manifest") { 4695 service_manifest("preferences_forwarder_manifest") {
4698 name = "preferences_forwarder" 4696 name = "preferences_forwarder"
4699 source = "prefs/forwarder_manifest.json" 4697 source = "prefs/forwarder_manifest.json"
4700 } 4698 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/navigation_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698