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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10919185: Implement RemovableDeviceNotifications for Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments 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 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 'browser/sync/retry_verifier.h', 1893 'browser/sync/retry_verifier.h',
1894 'browser/sync/sync_global_error.cc', 1894 'browser/sync/sync_global_error.cc',
1895 'browser/sync/sync_global_error.h', 1895 'browser/sync/sync_global_error.h',
1896 'browser/sync/sync_prefs.cc', 1896 'browser/sync/sync_prefs.cc',
1897 'browser/sync/sync_prefs.h', 1897 'browser/sync/sync_prefs.h',
1898 'browser/sync/sync_ui_util.cc', 1898 'browser/sync/sync_ui_util.cc',
1899 'browser/sync/sync_ui_util.h', 1899 'browser/sync/sync_ui_util.h',
1900 'browser/sync/sync_ui_util_mac.h', 1900 'browser/sync/sync_ui_util_mac.h',
1901 'browser/sync/sync_ui_util_mac.mm', 1901 'browser/sync/sync_ui_util_mac.mm',
1902 'browser/sync/user_selectable_sync_type.h', 1902 'browser/sync/user_selectable_sync_type.h',
1903 'browser/system_monitor/disk_info_mac.h',
1904 'browser/system_monitor/disk_info_mac.mm',
1903 'browser/system_monitor/media_device_notifications_utils.cc', 1905 'browser/system_monitor/media_device_notifications_utils.cc',
1904 'browser/system_monitor/media_device_notifications_utils.h', 1906 'browser/system_monitor/media_device_notifications_utils.h',
1905 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc', 1907 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .cc',
1906 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h', 1908 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos .h',
1907 'browser/system_monitor/removable_device_constants.cc', 1909 'browser/system_monitor/removable_device_constants.cc',
1908 'browser/system_monitor/removable_device_constants.h', 1910 'browser/system_monitor/removable_device_constants.h',
1909 'browser/system_monitor/media_storage_util.cc', 1911 'browser/system_monitor/media_storage_util.cc',
1910 'browser/system_monitor/media_storage_util.h', 1912 'browser/system_monitor/media_storage_util.h',
1911 'browser/system_monitor/media_storage_util_linux.cc', 1913 'browser/system_monitor/media_storage_util_linux.cc',
1912 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1914 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1913 'browser/system_monitor/removable_device_notifications_chromeos.h', 1915 'browser/system_monitor/removable_device_notifications_chromeos.h',
1914 'browser/system_monitor/removable_device_notifications_linux.cc', 1916 'browser/system_monitor/removable_device_notifications_linux.cc',
1915 'browser/system_monitor/removable_device_notifications_linux.h', 1917 'browser/system_monitor/removable_device_notifications_linux.h',
1918 'browser/system_monitor/removable_device_notifications_mac.h',
1919 'browser/system_monitor/removable_device_notifications_mac.mm',
1916 'browser/system_monitor/removable_device_notifications_window_win.cc', 1920 'browser/system_monitor/removable_device_notifications_window_win.cc',
1917 'browser/system_monitor/removable_device_notifications_window_win.h', 1921 'browser/system_monitor/removable_device_notifications_window_win.h',
1918 'browser/tab_contents/background_contents.cc', 1922 'browser/tab_contents/background_contents.cc',
1919 'browser/tab_contents/background_contents.h', 1923 'browser/tab_contents/background_contents.h',
1920 'browser/tab_contents/language_state.cc', 1924 'browser/tab_contents/language_state.cc',
1921 'browser/tab_contents/language_state.h', 1925 'browser/tab_contents/language_state.h',
1922 'browser/tab_contents/navigation_metrics_recorder.cc', 1926 'browser/tab_contents/navigation_metrics_recorder.cc',
1923 'browser/tab_contents/navigation_metrics_recorder.h', 1927 'browser/tab_contents/navigation_metrics_recorder.h',
1924 'browser/tab_contents/render_view_context_menu.cc', 1928 'browser/tab_contents/render_view_context_menu.cc',
1925 'browser/tab_contents/render_view_context_menu.h', 1929 'browser/tab_contents/render_view_context_menu.h',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
2806 'includes': [ '../build/jni_generator.gypi' ], 2810 'includes': [ '../build/jni_generator.gypi' ],
2807 'dependencies': [ 2811 'dependencies': [
2808 'android_jar_jni_headers', 2812 'android_jar_jni_headers',
2809 ], 2813 ],
2810 }, 2814 },
2811 ], 2815 ],
2812 }, 2816 },
2813 ], 2817 ],
2814 ], 2818 ],
2815 } 2819 }
OLDNEW
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_mac_unittest.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698