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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11416089: [Media Galleries] Filesystem interface for Mac PTP/MTP devices using ImageCaptureCore (part 3) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to current image capture api state Created 8 years 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
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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'browser/media_gallery/media_galleries_dialog_controller.h', 1042 'browser/media_gallery/media_galleries_dialog_controller.h',
1043 'browser/media_gallery/media_galleries_preferences.cc', 1043 'browser/media_gallery/media_galleries_preferences.cc',
1044 'browser/media_gallery/media_galleries_preferences.h', 1044 'browser/media_gallery/media_galleries_preferences.h',
1045 'browser/media_gallery/media_galleries_preferences_factory.cc', 1045 'browser/media_gallery/media_galleries_preferences_factory.cc',
1046 'browser/media_gallery/media_galleries_preferences_factory.h', 1046 'browser/media_gallery/media_galleries_preferences_factory.h',
1047 'browser/media_gallery/media_gallery_database.cc', 1047 'browser/media_gallery/media_gallery_database.cc',
1048 'browser/media_gallery/media_gallery_database.h', 1048 'browser/media_gallery/media_gallery_database.h',
1049 'browser/media_gallery/media_gallery_database_types.cc', 1049 'browser/media_gallery/media_gallery_database_types.cc',
1050 'browser/media_gallery/media_gallery_database_types.h', 1050 'browser/media_gallery/media_gallery_database_types.h',
1051 'browser/media_gallery/mtp_device_delegate_impl.h', 1051 'browser/media_gallery/mtp_device_delegate_impl.h',
1052 'browser/media_gallery/mtp_device_delegate_impl_mac.h',
Lei Zhang 2012/12/21 21:05:44 Move these guys to a mac sub-directory to be consi
Greg Billock 2012/12/22 00:10:28 Done.
1053 'browser/media_gallery/mtp_device_delegate_impl_mac.mm',
1052 'browser/media_gallery/scoped_mtp_device_map_entry.cc', 1054 'browser/media_gallery/scoped_mtp_device_map_entry.cc',
1053 'browser/media_gallery/scoped_mtp_device_map_entry.h', 1055 'browser/media_gallery/scoped_mtp_device_map_entry.h',
1054 'browser/media_gallery/transient_device_ids.cc', 1056 'browser/media_gallery/transient_device_ids.cc',
1055 'browser/media_gallery/transient_device_ids.h', 1057 'browser/media_gallery/transient_device_ids.h',
1056 'browser/memory_details.cc', 1058 'browser/memory_details.cc',
1057 'browser/memory_details.h', 1059 'browser/memory_details.h',
1058 'browser/memory_details_android.cc', 1060 'browser/memory_details_android.cc',
1059 'browser/memory_details_linux.cc', 1061 'browser/memory_details_linux.cc',
1060 'browser/memory_details_mac.cc', 1062 'browser/memory_details_mac.cc',
1061 'browser/memory_details_win.cc', 1063 'browser/memory_details_win.cc',
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
3154 'proto_in_dir': '../third_party/cros_system_api/dbus', 3156 'proto_in_dir': '../third_party/cros_system_api/dbus',
3155 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3157 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3156 }, 3158 },
3157 'includes': ['../build/protoc.gypi'], 3159 'includes': ['../build/protoc.gypi'],
3158 }, 3160 },
3159 ], 3161 ],
3160 }, 3162 },
3161 ], 3163 ],
3162 ], 3164 ],
3163 } 3165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698