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

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: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'browser/media_galleries/fileapi/mtp_device_async_delegate.h', 1106 'browser/media_galleries/fileapi/mtp_device_async_delegate.h',
1107 'browser/media_galleries/fileapi/mtp_device_map_service.cc', 1107 'browser/media_galleries/fileapi/mtp_device_map_service.cc',
1108 'browser/media_galleries/fileapi/mtp_device_map_service.h', 1108 'browser/media_galleries/fileapi/mtp_device_map_service.h',
1109 'browser/media_galleries/fileapi/native_media_file_util.cc', 1109 'browser/media_galleries/fileapi/native_media_file_util.cc',
1110 'browser/media_galleries/fileapi/native_media_file_util.h', 1110 'browser/media_galleries/fileapi/native_media_file_util.h',
1111 'browser/media_galleries/fileapi/picasa_finder.cc', 1111 'browser/media_galleries/fileapi/picasa_finder.cc',
1112 'browser/media_galleries/fileapi/picasa_finder.h', 1112 'browser/media_galleries/fileapi/picasa_finder.h',
1113 'browser/media_galleries/fileapi/picasa_finder_mac.mm', 1113 'browser/media_galleries/fileapi/picasa_finder_mac.mm',
1114 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', 1114 'browser/media_galleries/fileapi/safe_audio_video_checker.cc',
1115 'browser/media_galleries/fileapi/safe_audio_video_checker.h', 1115 'browser/media_galleries/fileapi/safe_audio_video_checker.h',
1116 'browser/media_galleries/fileapi/safe_media_metadata_parser.cc',
1117 'browser/media_galleries/fileapi/safe_media_metadata_parser.h',
1116 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', 1118 'browser/media_galleries/fileapi/supported_audio_video_checker.cc',
1117 'browser/media_galleries/fileapi/supported_audio_video_checker.h', 1119 'browser/media_galleries/fileapi/supported_audio_video_checker.h',
1118 'browser/media_galleries/fileapi/supported_image_type_validator.cc', 1120 'browser/media_galleries/fileapi/supported_image_type_validator.cc',
1119 'browser/media_galleries/fileapi/supported_image_type_validator.h', 1121 'browser/media_galleries/fileapi/supported_image_type_validator.h',
1120 'browser/media_galleries/imported_media_gallery_registry.cc', 1122 'browser/media_galleries/imported_media_gallery_registry.cc',
1121 'browser/media_galleries/imported_media_gallery_registry.h', 1123 'browser/media_galleries/imported_media_gallery_registry.h',
1122 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', 1124 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
1123 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', 1125 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
1124 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', 1126 'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
1125 'browser/media_galleries/linux/mtp_device_object_enumerator.h', 1127 'browser/media_galleries/linux/mtp_device_object_enumerator.h',
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
3633 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3635 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3634 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3636 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3635 }, 3637 },
3636 'includes': [ '../build/android/java_cpp_template.gypi' ], 3638 'includes': [ '../build/android/java_cpp_template.gypi' ],
3637 }, 3639 },
3638 ], 3640 ],
3639 }, 3641 },
3640 ], 3642 ],
3641 ], 3643 ],
3642 } 3644 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698