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

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: Respond to comments. 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'browser/status_icons/status_icon_menu_model.h', 600 'browser/status_icons/status_icon_menu_model.h',
601 'browser/status_icons/status_icon_observer.h', 601 'browser/status_icons/status_icon_observer.h',
602 'browser/status_icons/status_tray.cc', 602 'browser/status_icons/status_tray.cc',
603 'browser/status_icons/status_tray.h', 603 'browser/status_icons/status_tray.h',
604 'browser/storage/durable_storage_permission_context.cc', 604 'browser/storage/durable_storage_permission_context.cc',
605 'browser/storage/durable_storage_permission_context.h', 605 'browser/storage/durable_storage_permission_context.h',
606 'browser/storage/storage_info_fetcher.cc', 606 'browser/storage/storage_info_fetcher.cc',
607 'browser/storage/storage_info_fetcher.h', 607 'browser/storage/storage_info_fetcher.h',
608 'browser/tab_contents/navigation_metrics_recorder.cc', 608 'browser/tab_contents/navigation_metrics_recorder.cc',
609 'browser/tab_contents/navigation_metrics_recorder.h', 609 'browser/tab_contents/navigation_metrics_recorder.h',
610 'browser/tab_contents/origins_seen_service.cc',
611 'browser/tab_contents/origins_seen_service.h',
612 'browser/tab_contents/origins_seen_service_factory.cc',
613 'browser/tab_contents/origins_seen_service_factory.h',
610 'browser/tab_contents/retargeting_details.h', 614 'browser/tab_contents/retargeting_details.h',
611 'browser/tab_contents/tab_util.cc', 615 'browser/tab_contents/tab_util.cc',
612 'browser/tab_contents/tab_util.h', 616 'browser/tab_contents/tab_util.h',
613 'browser/task_management/web_contents_tags.cc', 617 'browser/task_management/web_contents_tags.cc',
614 'browser/task_management/web_contents_tags.h', 618 'browser/task_management/web_contents_tags.h',
615 'browser/task_profiler/task_profiler_data_serializer.cc', 619 'browser/task_profiler/task_profiler_data_serializer.cc',
616 'browser/task_profiler/task_profiler_data_serializer.h', 620 'browser/task_profiler/task_profiler_data_serializer.h',
617 'browser/thumbnails/content_analysis.cc', 621 'browser/thumbnails/content_analysis.cc',
618 'browser/thumbnails/content_analysis.h', 622 'browser/thumbnails/content_analysis.h',
619 'browser/thumbnails/content_based_thumbnailing_algorithm.cc', 623 'browser/thumbnails/content_based_thumbnailing_algorithm.cc',
(...skipping 3581 matching lines...) Expand 10 before | Expand all | Expand 10 after
4201 '../components/components.gyp:rlz', 4205 '../components/components.gyp:rlz',
4202 '../components/components.gyp:search_engines', 4206 '../components/components.gyp:search_engines',
4203 '../rlz/rlz.gyp:rlz_lib', 4207 '../rlz/rlz.gyp:rlz_lib',
4204 'common', 4208 'common',
4205 ], 4209 ],
4206 }, 4210 },
4207 ], 4211 ],
4208 }], 4212 }],
4209 ], 4213 ],
4210 } 4214 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/origins_seen_service_factory.cc ('k') | components/navigation_metrics/navigation_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698