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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11297002: [Media Gallery] Added code to support mtp device media file system on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Fixed win compile error by implementing GetMTPStorageInfoFromDeviceId in TestStorageNotifi… Created 7 years, 11 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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'browser/media_gallery/media_galleries_preferences_factory.h', 1040 'browser/media_gallery/media_galleries_preferences_factory.h',
1041 'browser/media_gallery/media_gallery_database.cc', 1041 'browser/media_gallery/media_gallery_database.cc',
1042 'browser/media_gallery/media_gallery_database.h', 1042 'browser/media_gallery/media_gallery_database.h',
1043 'browser/media_gallery/media_gallery_database_types.cc', 1043 'browser/media_gallery/media_gallery_database_types.cc',
1044 'browser/media_gallery/media_gallery_database_types.h', 1044 'browser/media_gallery/media_gallery_database_types.h',
1045 'browser/media_gallery/mtp_device_delegate_impl.h', 1045 'browser/media_gallery/mtp_device_delegate_impl.h',
1046 'browser/media_gallery/scoped_mtp_device_map_entry.cc', 1046 'browser/media_gallery/scoped_mtp_device_map_entry.cc',
1047 'browser/media_gallery/scoped_mtp_device_map_entry.h', 1047 'browser/media_gallery/scoped_mtp_device_map_entry.h',
1048 'browser/media_gallery/transient_device_ids.cc', 1048 'browser/media_gallery/transient_device_ids.cc',
1049 'browser/media_gallery/transient_device_ids.h', 1049 'browser/media_gallery/transient_device_ids.h',
1050 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc',
1051 'browser/media_gallery/win/mtp_device_delegate_impl_win.h',
1052 'browser/media_gallery/win/mtp_device_object_entry.cc',
1053 'browser/media_gallery/win/mtp_device_object_entry.h',
1054 'browser/media_gallery/win/mtp_device_object_enumerator.cc',
1055 'browser/media_gallery/win/mtp_device_object_enumerator.h',
1056 'browser/media_gallery/win/mtp_device_operations_util.cc',
1057 'browser/media_gallery/win/mtp_device_operations_util.h',
1058 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc',
1059 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h',
1050 'browser/memory_details.cc', 1060 'browser/memory_details.cc',
1051 'browser/memory_details.h', 1061 'browser/memory_details.h',
1052 'browser/memory_details_android.cc', 1062 'browser/memory_details_android.cc',
1053 'browser/memory_details_linux.cc', 1063 'browser/memory_details_linux.cc',
1054 'browser/memory_details_mac.cc', 1064 'browser/memory_details_mac.cc',
1055 'browser/memory_details_win.cc', 1065 'browser/memory_details_win.cc',
1056 'browser/memory_purger.cc', 1066 'browser/memory_purger.cc',
1057 'browser/memory_purger.h', 1067 'browser/memory_purger.h',
1058 'browser/metrics/field_trial_synchronizer.cc', 1068 'browser/metrics/field_trial_synchronizer.cc',
1059 'browser/metrics/field_trial_synchronizer.h', 1069 'browser/metrics/field_trial_synchronizer.h',
(...skipping 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'variables': { 3138 'variables': {
3129 'jni_gen_dir': 'chrome', 3139 'jni_gen_dir': 'chrome',
3130 }, 3140 },
3131 'includes': [ '../build/jni_generator.gypi' ], 3141 'includes': [ '../build/jni_generator.gypi' ],
3132 }, 3142 },
3133 ], 3143 ],
3134 }, 3144 },
3135 ], 3145 ],
3136 ], 3146 ],
3137 } 3147 }
OLDNEW
« no previous file with comments | « chrome/browser/system_monitor/removable_storage_notifications_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698