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

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: assign callback on io thread 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
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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 'browser/media_galleries/fileapi/mtp_device_async_delegate.h', 1092 'browser/media_galleries/fileapi/mtp_device_async_delegate.h',
1093 'browser/media_galleries/fileapi/mtp_device_map_service.cc', 1093 'browser/media_galleries/fileapi/mtp_device_map_service.cc',
1094 'browser/media_galleries/fileapi/mtp_device_map_service.h', 1094 'browser/media_galleries/fileapi/mtp_device_map_service.h',
1095 'browser/media_galleries/fileapi/native_media_file_util.cc', 1095 'browser/media_galleries/fileapi/native_media_file_util.cc',
1096 'browser/media_galleries/fileapi/native_media_file_util.h', 1096 'browser/media_galleries/fileapi/native_media_file_util.h',
1097 'browser/media_galleries/fileapi/picasa_finder.cc', 1097 'browser/media_galleries/fileapi/picasa_finder.cc',
1098 'browser/media_galleries/fileapi/picasa_finder.h', 1098 'browser/media_galleries/fileapi/picasa_finder.h',
1099 'browser/media_galleries/fileapi/picasa_finder_mac.mm', 1099 'browser/media_galleries/fileapi/picasa_finder_mac.mm',
1100 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', 1100 'browser/media_galleries/fileapi/safe_audio_video_checker.cc',
1101 'browser/media_galleries/fileapi/safe_audio_video_checker.h', 1101 'browser/media_galleries/fileapi/safe_audio_video_checker.h',
1102 'browser/media_galleries/fileapi/safe_media_metadata_parser.cc',
1103 'browser/media_galleries/fileapi/safe_media_metadata_parser.h',
1102 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', 1104 'browser/media_galleries/fileapi/supported_audio_video_checker.cc',
1103 'browser/media_galleries/fileapi/supported_audio_video_checker.h', 1105 'browser/media_galleries/fileapi/supported_audio_video_checker.h',
1104 'browser/media_galleries/fileapi/supported_image_type_validator.cc', 1106 'browser/media_galleries/fileapi/supported_image_type_validator.cc',
1105 'browser/media_galleries/fileapi/supported_image_type_validator.h', 1107 'browser/media_galleries/fileapi/supported_image_type_validator.h',
1106 'browser/media_galleries/imported_media_gallery_registry.cc', 1108 'browser/media_galleries/imported_media_gallery_registry.cc',
1107 'browser/media_galleries/imported_media_gallery_registry.h', 1109 'browser/media_galleries/imported_media_gallery_registry.h',
1108 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', 1110 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
1109 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', 1111 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
1110 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', 1112 'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
1111 'browser/media_galleries/linux/mtp_device_object_enumerator.h', 1113 'browser/media_galleries/linux/mtp_device_object_enumerator.h',
(...skipping 2510 matching lines...) Expand 10 before | Expand all | Expand 10 after
3622 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3624 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3623 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3625 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3624 }, 3626 },
3625 'includes': [ '../build/android/java_cpp_template.gypi' ], 3627 'includes': [ '../build/android/java_cpp_template.gypi' ],
3626 }, 3628 },
3627 ], 3629 ],
3628 }, 3630 },
3629 ], 3631 ],
3630 ], 3632 ],
3631 } 3633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698