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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2003553003: Report user actions for interactions with the Windows Settings app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml typo Created 4 years, 7 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 | « chrome/browser/win/settings_app_monitor.cc ('k') | tools/metrics/actions/actions.xml » ('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 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'browser/usb/usb_chooser_context_factory.cc', 661 'browser/usb/usb_chooser_context_factory.cc',
662 'browser/usb/usb_chooser_context_factory.h', 662 'browser/usb/usb_chooser_context_factory.h',
663 'browser/usb/usb_tab_helper.cc', 663 'browser/usb/usb_tab_helper.cc',
664 'browser/usb/usb_tab_helper.h', 664 'browser/usb/usb_tab_helper.h',
665 'browser/usb/web_usb_histograms.cc', 665 'browser/usb/web_usb_histograms.cc',
666 'browser/usb/web_usb_histograms.h', 666 'browser/usb/web_usb_histograms.h',
667 'browser/usb/web_usb_permission_provider.cc', 667 'browser/usb/web_usb_permission_provider.cc',
668 'browser/usb/web_usb_permission_provider.h', 668 'browser/usb/web_usb_permission_provider.h',
669 'browser/web_data_service_factory.cc', 669 'browser/web_data_service_factory.cc',
670 'browser/web_data_service_factory.h', 670 'browser/web_data_service_factory.h',
671 'browser/win/settings_app_monitor.cc',
672 'browser/win/settings_app_monitor.h',
671 ], 673 ],
672 # Android sources included regardless of android_java_ui. 674 # Android sources included regardless of android_java_ui.
673 'chrome_browser_android_sources': [ 675 'chrome_browser_android_sources': [
674 'browser/media/protected_media_identifier_permission_context.cc', 676 'browser/media/protected_media_identifier_permission_context.cc',
675 'browser/media/protected_media_identifier_permission_context.h', 677 'browser/media/protected_media_identifier_permission_context.h',
676 ], 678 ],
677 # Browser sources used when android_java_ui is enabled. 679 # Browser sources used when android_java_ui is enabled.
678 'chrome_browser_android_java_ui_sources': [ 680 'chrome_browser_android_java_ui_sources': [
679 'browser/after_startup_task_utils_android.cc', 681 'browser/after_startup_task_utils_android.cc',
680 'browser/after_startup_task_utils_android.h', 682 'browser/after_startup_task_utils_android.h',
(...skipping 3573 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 '../components/components.gyp:rlz', 4256 '../components/components.gyp:rlz',
4255 '../components/components.gyp:search_engines', 4257 '../components/components.gyp:search_engines',
4256 '../rlz/rlz.gyp:rlz_lib', 4258 '../rlz/rlz.gyp:rlz_lib',
4257 'common', 4259 'common',
4258 ], 4260 ],
4259 }, 4261 },
4260 ], 4262 ],
4261 }], 4263 }],
4262 ], 4264 ],
4263 } 4265 }
OLDNEW
« no previous file with comments | « chrome/browser/win/settings_app_monitor.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698