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

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: Use single enumerator 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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'browser/media_gallery/linux/mtp_get_file_info_worker.cc', 1029 'browser/media_gallery/linux/mtp_get_file_info_worker.cc',
1030 'browser/media_gallery/linux/mtp_get_file_info_worker.h', 1030 'browser/media_gallery/linux/mtp_get_file_info_worker.h',
1031 'browser/media_gallery/linux/mtp_open_storage_worker.cc', 1031 'browser/media_gallery/linux/mtp_open_storage_worker.cc',
1032 'browser/media_gallery/linux/mtp_open_storage_worker.h', 1032 'browser/media_gallery/linux/mtp_open_storage_worker.h',
1033 'browser/media_gallery/linux/mtp_read_directory_worker.cc', 1033 'browser/media_gallery/linux/mtp_read_directory_worker.cc',
1034 'browser/media_gallery/linux/mtp_read_directory_worker.h', 1034 'browser/media_gallery/linux/mtp_read_directory_worker.h',
1035 'browser/media_gallery/linux/mtp_read_file_worker.cc', 1035 'browser/media_gallery/linux/mtp_read_file_worker.cc',
1036 'browser/media_gallery/linux/mtp_read_file_worker.h', 1036 'browser/media_gallery/linux/mtp_read_file_worker.h',
1037 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.cc', 1037 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.cc',
1038 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.h', 1038 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.h',
1039 'browser/media_gallery/mac/mtp_device_delegate_impl_mac.h',
1040 'browser/media_gallery/mac/mtp_device_delegate_impl_mac.mm',
1039 'browser/media_gallery/media_file_system_registry.cc', 1041 'browser/media_gallery/media_file_system_registry.cc',
1040 'browser/media_gallery/media_file_system_registry.h', 1042 'browser/media_gallery/media_file_system_registry.h',
1041 'browser/media_gallery/media_galleries_dialog_controller.cc', 1043 'browser/media_gallery/media_galleries_dialog_controller.cc',
1042 'browser/media_gallery/media_galleries_dialog_controller.h', 1044 'browser/media_gallery/media_galleries_dialog_controller.h',
1043 'browser/media_gallery/media_galleries_preferences.cc', 1045 'browser/media_gallery/media_galleries_preferences.cc',
1044 'browser/media_gallery/media_galleries_preferences.h', 1046 'browser/media_gallery/media_galleries_preferences.h',
1045 'browser/media_gallery/media_galleries_preferences_factory.cc', 1047 'browser/media_gallery/media_galleries_preferences_factory.cc',
1046 'browser/media_gallery/media_galleries_preferences_factory.h', 1048 'browser/media_gallery/media_galleries_preferences_factory.h',
1047 'browser/media_gallery/media_gallery_database.cc', 1049 'browser/media_gallery/media_gallery_database.cc',
1048 'browser/media_gallery/media_gallery_database.h', 1050 'browser/media_gallery/media_gallery_database.h',
(...skipping 2105 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