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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10933114: Combine boolean MediaDeviceNotifications histograms to an enumerated histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1903 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 'browser/system_monitor/media_device_notifications_utils.h', 1914 'browser/system_monitor/media_device_notifications_utils.h',
1915 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc', 1915 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc',
1916 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h', 1916 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h',
1917 'browser/system_monitor/removable_device_constants.cc', 1917 'browser/system_monitor/removable_device_constants.cc',
1918 'browser/system_monitor/removable_device_constants.h', 1918 'browser/system_monitor/removable_device_constants.h',
1919 'browser/system_monitor/media_storage_util.cc', 1919 'browser/system_monitor/media_storage_util.cc',
1920 'browser/system_monitor/media_storage_util.h', 1920 'browser/system_monitor/media_storage_util.h',
1921 'browser/system_monitor/media_storage_util_linux.cc', 1921 'browser/system_monitor/media_storage_util_linux.cc',
1922 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1922 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1923 'browser/system_monitor/removable_device_notifications_chromeos.h', 1923 'browser/system_monitor/removable_device_notifications_chromeos.h',
1924 'browser/system_monitor/removable_device_notifications_histogram.cc',
1925 'browser/system_monitor/removable_device_notifications_histogram.h',
1924 'browser/system_monitor/removable_device_notifications_linux.cc', 1926 'browser/system_monitor/removable_device_notifications_linux.cc',
1925 'browser/system_monitor/removable_device_notifications_linux.h', 1927 'browser/system_monitor/removable_device_notifications_linux.h',
1926 'browser/system_monitor/removable_device_notifications_mac.h', 1928 'browser/system_monitor/removable_device_notifications_mac.h',
1927 'browser/system_monitor/removable_device_notifications_mac.mm', 1929 'browser/system_monitor/removable_device_notifications_mac.mm',
1928 'browser/system_monitor/removable_device_notifications_window_win.cc', 1930 'browser/system_monitor/removable_device_notifications_window_win.cc',
1929 'browser/system_monitor/removable_device_notifications_window_win.h', 1931 'browser/system_monitor/removable_device_notifications_window_win.h',
1930 'browser/tab_contents/background_contents.cc', 1932 'browser/tab_contents/background_contents.cc',
1931 'browser/tab_contents/background_contents.h', 1933 'browser/tab_contents/background_contents.h',
1932 'browser/tab_contents/language_state.cc', 1934 'browser/tab_contents/language_state.cc',
1933 'browser/tab_contents/language_state.h', 1935 'browser/tab_contents/language_state.h',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
2824 'includes': [ '../build/jni_generator.gypi' ], 2826 'includes': [ '../build/jni_generator.gypi' ],
2825 'dependencies': [ 2827 'dependencies': [
2826 'android_jar_jni_headers', 2828 'android_jar_jni_headers',
2827 ], 2829 ],
2828 }, 2830 },
2829 ], 2831 ],
2830 }, 2832 },
2831 ], 2833 ],
2832 ], 2834 ],
2833 } 2835 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698