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 10918259: [Chrome OS]Implement MediaStorageUtil::GetDeviceInfoForPath function to support media gallery permi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed 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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'browser/sync/user_selectable_sync_type.h', 1910 'browser/sync/user_selectable_sync_type.h',
1911 'browser/system_monitor/disk_info_mac.h', 1911 'browser/system_monitor/disk_info_mac.h',
1912 'browser/system_monitor/disk_info_mac.mm', 1912 'browser/system_monitor/disk_info_mac.mm',
1913 'browser/system_monitor/media_device_notifications_utils.cc', 1913 'browser/system_monitor/media_device_notifications_utils.cc',
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_chromeos.cc',
vandebo (ex-Chrome) 2012/09/16 23:03:19 Also not needed
kmadhusu 2012/09/17 21:47:55 Done.
1920 'browser/system_monitor/media_storage_util.h', 1921 'browser/system_monitor/media_storage_util.h',
1921 'browser/system_monitor/media_storage_util_linux.cc', 1922 'browser/system_monitor/media_storage_util_linux.cc',
1922 'browser/system_monitor/removable_device_notifications_chromeos.cc', 1923 'browser/system_monitor/removable_device_notifications_chromeos.cc',
1923 'browser/system_monitor/removable_device_notifications_chromeos.h', 1924 'browser/system_monitor/removable_device_notifications_chromeos.h',
1924 'browser/system_monitor/removable_device_notifications_linux.cc', 1925 'browser/system_monitor/removable_device_notifications_linux.cc',
1925 'browser/system_monitor/removable_device_notifications_linux.h', 1926 'browser/system_monitor/removable_device_notifications_linux.h',
1926 'browser/system_monitor/removable_device_notifications_mac.h', 1927 'browser/system_monitor/removable_device_notifications_mac.h',
1927 'browser/system_monitor/removable_device_notifications_mac.mm', 1928 'browser/system_monitor/removable_device_notifications_mac.mm',
1928 'browser/system_monitor/removable_device_notifications_window_win.cc', 1929 'browser/system_monitor/removable_device_notifications_window_win.cc',
1929 'browser/system_monitor/removable_device_notifications_window_win.h', 1930 'browser/system_monitor/removable_device_notifications_window_win.h',
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
2824 'includes': [ '../build/jni_generator.gypi' ], 2825 'includes': [ '../build/jni_generator.gypi' ],
2825 'dependencies': [ 2826 'dependencies': [
2826 'android_jar_jni_headers', 2827 'android_jar_jni_headers',
2827 ], 2828 ],
2828 }, 2829 },
2829 ], 2830 ],
2830 }, 2831 },
2831 ], 2832 ],
2832 ], 2833 ],
2833 } 2834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698