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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1844753002: Histogram the scheme of an origin on the 1st navigation to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplifications thanks to avi. Created 4 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'browser/status_icons/status_tray.cc', 609 'browser/status_icons/status_tray.cc',
610 'browser/status_icons/status_tray.h', 610 'browser/status_icons/status_tray.h',
611 'browser/storage/durable_storage_permission_context.cc', 611 'browser/storage/durable_storage_permission_context.cc',
612 'browser/storage/durable_storage_permission_context.h', 612 'browser/storage/durable_storage_permission_context.h',
613 'browser/storage/durable_storage_permission_context_factory.cc', 613 'browser/storage/durable_storage_permission_context_factory.cc',
614 'browser/storage/durable_storage_permission_context_factory.h', 614 'browser/storage/durable_storage_permission_context_factory.h',
615 'browser/storage/storage_info_fetcher.cc', 615 'browser/storage/storage_info_fetcher.cc',
616 'browser/storage/storage_info_fetcher.h', 616 'browser/storage/storage_info_fetcher.h',
617 'browser/tab_contents/navigation_metrics_recorder.cc', 617 'browser/tab_contents/navigation_metrics_recorder.cc',
618 'browser/tab_contents/navigation_metrics_recorder.h', 618 'browser/tab_contents/navigation_metrics_recorder.h',
619 'browser/tab_contents/origins_seen_service.cc',
620 'browser/tab_contents/origins_seen_service.h',
621 'browser/tab_contents/origins_seen_service_factory.cc',
622 'browser/tab_contents/origins_seen_service_factory.h',
619 'browser/tab_contents/retargeting_details.h', 623 'browser/tab_contents/retargeting_details.h',
620 'browser/tab_contents/tab_util.cc', 624 'browser/tab_contents/tab_util.cc',
621 'browser/tab_contents/tab_util.h', 625 'browser/tab_contents/tab_util.h',
622 'browser/task_management/web_contents_tags.cc', 626 'browser/task_management/web_contents_tags.cc',
623 'browser/task_management/web_contents_tags.h', 627 'browser/task_management/web_contents_tags.h',
624 'browser/task_profiler/task_profiler_data_serializer.cc', 628 'browser/task_profiler/task_profiler_data_serializer.cc',
625 'browser/task_profiler/task_profiler_data_serializer.h', 629 'browser/task_profiler/task_profiler_data_serializer.h',
626 'browser/thumbnails/content_analysis.cc', 630 'browser/thumbnails/content_analysis.cc',
627 'browser/thumbnails/content_analysis.h', 631 'browser/thumbnails/content_analysis.h',
628 'browser/thumbnails/content_based_thumbnailing_algorithm.cc', 632 'browser/thumbnails/content_based_thumbnailing_algorithm.cc',
(...skipping 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 '../components/components.gyp:rlz', 4227 '../components/components.gyp:rlz',
4224 '../components/components.gyp:search_engines', 4228 '../components/components.gyp:search_engines',
4225 '../rlz/rlz.gyp:rlz_lib', 4229 '../rlz/rlz.gyp:rlz_lib',
4226 'common', 4230 'common',
4227 ], 4231 ],
4228 }, 4232 },
4229 ], 4233 ],
4230 }], 4234 }],
4231 ], 4235 ],
4232 } 4236 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698