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

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: Review fixes 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
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 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'browser/media_gallery/linux/mtp_get_file_info_worker.cc', 1028 'browser/media_gallery/linux/mtp_get_file_info_worker.cc',
1029 'browser/media_gallery/linux/mtp_get_file_info_worker.h', 1029 'browser/media_gallery/linux/mtp_get_file_info_worker.h',
1030 'browser/media_gallery/linux/mtp_open_storage_worker.cc', 1030 'browser/media_gallery/linux/mtp_open_storage_worker.cc',
1031 'browser/media_gallery/linux/mtp_open_storage_worker.h', 1031 'browser/media_gallery/linux/mtp_open_storage_worker.h',
1032 'browser/media_gallery/linux/mtp_read_directory_worker.cc', 1032 'browser/media_gallery/linux/mtp_read_directory_worker.cc',
1033 'browser/media_gallery/linux/mtp_read_directory_worker.h', 1033 'browser/media_gallery/linux/mtp_read_directory_worker.h',
1034 'browser/media_gallery/linux/mtp_read_file_worker.cc', 1034 'browser/media_gallery/linux/mtp_read_file_worker.cc',
1035 'browser/media_gallery/linux/mtp_read_file_worker.h', 1035 'browser/media_gallery/linux/mtp_read_file_worker.h',
1036 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.cc', 1036 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.cc',
1037 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.h', 1037 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.h',
1038 'browser/media_gallery/mac/mtp_device_delegate_impl_mac.h',
1039 'browser/media_gallery/mac/mtp_device_delegate_impl_mac.mm',
1038 'browser/media_gallery/media_file_system_registry.cc', 1040 'browser/media_gallery/media_file_system_registry.cc',
1039 'browser/media_gallery/media_file_system_registry.h', 1041 'browser/media_gallery/media_file_system_registry.h',
1040 'browser/media_gallery/media_galleries_dialog_controller.cc', 1042 'browser/media_gallery/media_galleries_dialog_controller.cc',
1041 'browser/media_gallery/media_galleries_dialog_controller.h', 1043 'browser/media_gallery/media_galleries_dialog_controller.h',
1042 'browser/media_gallery/media_galleries_preferences.cc', 1044 'browser/media_gallery/media_galleries_preferences.cc',
1043 'browser/media_gallery/media_galleries_preferences.h', 1045 'browser/media_gallery/media_galleries_preferences.h',
1044 'browser/media_gallery/media_galleries_preferences_factory.cc', 1046 'browser/media_gallery/media_galleries_preferences_factory.cc',
1045 'browser/media_gallery/media_galleries_preferences_factory.h', 1047 'browser/media_gallery/media_galleries_preferences_factory.h',
1046 'browser/media_gallery/media_gallery_database.cc', 1048 'browser/media_gallery/media_gallery_database.cc',
1047 'browser/media_gallery/media_gallery_database.h', 1049 'browser/media_gallery/media_gallery_database.h',
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 'proto_in_dir': '../third_party/cros_system_api/dbus', 3166 'proto_in_dir': '../third_party/cros_system_api/dbus',
3165 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3167 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3166 }, 3168 },
3167 'includes': ['../build/protoc.gypi'], 3169 'includes': ['../build/protoc.gypi'],
3168 }, 3170 },
3169 ], 3171 ],
3170 }, 3172 },
3171 ], 3173 ],
3172 ], 3174 ],
3173 } 3175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698