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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 103283003: Media Galleries API Metadata: SafeMediaMetadataParser and IPCTunnelDataReader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review 2 Created 7 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 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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 'browser/media_galleries/fileapi/mtp_device_async_delegate.h', 1078 'browser/media_galleries/fileapi/mtp_device_async_delegate.h',
1079 'browser/media_galleries/fileapi/mtp_device_map_service.cc', 1079 'browser/media_galleries/fileapi/mtp_device_map_service.cc',
1080 'browser/media_galleries/fileapi/mtp_device_map_service.h', 1080 'browser/media_galleries/fileapi/mtp_device_map_service.h',
1081 'browser/media_galleries/fileapi/native_media_file_util.cc', 1081 'browser/media_galleries/fileapi/native_media_file_util.cc',
1082 'browser/media_galleries/fileapi/native_media_file_util.h', 1082 'browser/media_galleries/fileapi/native_media_file_util.h',
1083 'browser/media_galleries/fileapi/picasa_finder.cc', 1083 'browser/media_galleries/fileapi/picasa_finder.cc',
1084 'browser/media_galleries/fileapi/picasa_finder.h', 1084 'browser/media_galleries/fileapi/picasa_finder.h',
1085 'browser/media_galleries/fileapi/picasa_finder_mac.mm', 1085 'browser/media_galleries/fileapi/picasa_finder_mac.mm',
1086 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', 1086 'browser/media_galleries/fileapi/safe_audio_video_checker.cc',
1087 'browser/media_galleries/fileapi/safe_audio_video_checker.h', 1087 'browser/media_galleries/fileapi/safe_audio_video_checker.h',
1088 'browser/media_galleries/fileapi/safe_media_metadata_parser.cc',
1089 'browser/media_galleries/fileapi/safe_media_metadata_parser.h',
1088 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', 1090 'browser/media_galleries/fileapi/supported_audio_video_checker.cc',
1089 'browser/media_galleries/fileapi/supported_audio_video_checker.h', 1091 'browser/media_galleries/fileapi/supported_audio_video_checker.h',
1090 'browser/media_galleries/fileapi/supported_image_type_validator.cc', 1092 'browser/media_galleries/fileapi/supported_image_type_validator.cc',
1091 'browser/media_galleries/fileapi/supported_image_type_validator.h', 1093 'browser/media_galleries/fileapi/supported_image_type_validator.h',
1092 'browser/media_galleries/imported_media_gallery_registry.cc', 1094 'browser/media_galleries/imported_media_gallery_registry.cc',
1093 'browser/media_galleries/imported_media_gallery_registry.h', 1095 'browser/media_galleries/imported_media_gallery_registry.h',
1094 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', 1096 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
1095 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', 1097 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
1096 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', 1098 'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
1097 'browser/media_galleries/linux/mtp_device_object_enumerator.h', 1099 'browser/media_galleries/linux/mtp_device_object_enumerator.h',
(...skipping 2644 matching lines...) Expand 10 before | Expand all | Expand 10 after
3742 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3744 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3743 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3745 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3744 }, 3746 },
3745 'includes': [ '../build/android/java_cpp_template.gypi' ], 3747 'includes': [ '../build/android/java_cpp_template.gypi' ],
3746 }, 3748 },
3747 ], 3749 ],
3748 }, 3750 },
3749 ], 3751 ],
3750 ], 3752 ],
3751 } 3753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698