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

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: Addressed review comments 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 | 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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'browser/media_gallery/media_galleries_preferences.h', 1015 'browser/media_gallery/media_galleries_preferences.h',
1016 'browser/media_gallery/media_galleries_preferences_factory.cc', 1016 'browser/media_gallery/media_galleries_preferences_factory.cc',
1017 'browser/media_gallery/media_galleries_preferences_factory.h', 1017 'browser/media_gallery/media_galleries_preferences_factory.h',
1018 'browser/media_gallery/media_gallery_database.cc', 1018 'browser/media_gallery/media_gallery_database.cc',
1019 'browser/media_gallery/media_gallery_database.h', 1019 'browser/media_gallery/media_gallery_database.h',
1020 'browser/media_gallery/media_gallery_database_types.cc', 1020 'browser/media_gallery/media_gallery_database_types.cc',
1021 'browser/media_gallery/media_gallery_database_types.h', 1021 'browser/media_gallery/media_gallery_database_types.h',
1022 'browser/media_gallery/mtp_device_delegate_impl.h', 1022 'browser/media_gallery/mtp_device_delegate_impl.h',
1023 'browser/media_gallery/mtp_device_delegate_impl_linux.cc', 1023 'browser/media_gallery/mtp_device_delegate_impl_linux.cc',
1024 'browser/media_gallery/mtp_device_delegate_impl_linux.h', 1024 'browser/media_gallery/mtp_device_delegate_impl_linux.h',
1025 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc',
1026 'browser/media_gallery/win/mtp_device_delegate_impl_win.h',
1027 'browser/media_gallery/win/mtp_device_object_entry.cc',
1028 'browser/media_gallery/win/mtp_device_object_entry.h',
1029 'browser/media_gallery/win/mtp_device_object_enumerator.cc',
1030 'browser/media_gallery/win/mtp_device_object_enumerator.h',
1031 'browser/media_gallery/win/mtp_device_operations_util.cc',
1032 'browser/media_gallery/win/mtp_device_operations_util.h',
1033 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc',
1034 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h',
1025 'browser/memory_details.cc', 1035 'browser/memory_details.cc',
1026 'browser/memory_details.h', 1036 'browser/memory_details.h',
1027 'browser/memory_details_android.cc', 1037 'browser/memory_details_android.cc',
1028 'browser/memory_details_linux.cc', 1038 'browser/memory_details_linux.cc',
1029 'browser/memory_details_mac.cc', 1039 'browser/memory_details_mac.cc',
1030 'browser/memory_details_win.cc', 1040 'browser/memory_details_win.cc',
1031 'browser/memory_purger.cc', 1041 'browser/memory_purger.cc',
1032 'browser/memory_purger.h', 1042 'browser/memory_purger.h',
1033 'browser/metrics/field_trial_synchronizer.cc', 1043 'browser/metrics/field_trial_synchronizer.cc',
1034 'browser/metrics/field_trial_synchronizer.h', 1044 'browser/metrics/field_trial_synchronizer.h',
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 'proto_in_dir': '../third_party/cros_system_api/dbus', 3080 'proto_in_dir': '../third_party/cros_system_api/dbus',
3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3081 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3072 }, 3082 },
3073 'includes': ['../build/protoc.gypi'], 3083 'includes': ['../build/protoc.gypi'],
3074 }, 3084 },
3075 ], 3085 ],
3076 }, 3086 },
3077 ], 3087 ],
3078 ], 3088 ],
3079 } 3089 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698