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

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: fix function definition formatting 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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'browser/media_galleries/fileapi/mtp_device_async_delegate.h', 1098 'browser/media_galleries/fileapi/mtp_device_async_delegate.h',
1099 'browser/media_galleries/fileapi/mtp_device_map_service.cc', 1099 'browser/media_galleries/fileapi/mtp_device_map_service.cc',
1100 'browser/media_galleries/fileapi/mtp_device_map_service.h', 1100 'browser/media_galleries/fileapi/mtp_device_map_service.h',
1101 'browser/media_galleries/fileapi/native_media_file_util.cc', 1101 'browser/media_galleries/fileapi/native_media_file_util.cc',
1102 'browser/media_galleries/fileapi/native_media_file_util.h', 1102 'browser/media_galleries/fileapi/native_media_file_util.h',
1103 'browser/media_galleries/fileapi/picasa_finder.cc', 1103 'browser/media_galleries/fileapi/picasa_finder.cc',
1104 'browser/media_galleries/fileapi/picasa_finder.h', 1104 'browser/media_galleries/fileapi/picasa_finder.h',
1105 'browser/media_galleries/fileapi/picasa_finder_mac.mm', 1105 'browser/media_galleries/fileapi/picasa_finder_mac.mm',
1106 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', 1106 'browser/media_galleries/fileapi/safe_audio_video_checker.cc',
1107 'browser/media_galleries/fileapi/safe_audio_video_checker.h', 1107 'browser/media_galleries/fileapi/safe_audio_video_checker.h',
1108 'browser/media_galleries/fileapi/safe_media_metadata_parser.cc',
1109 'browser/media_galleries/fileapi/safe_media_metadata_parser.h',
1108 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', 1110 'browser/media_galleries/fileapi/supported_audio_video_checker.cc',
1109 'browser/media_galleries/fileapi/supported_audio_video_checker.h', 1111 'browser/media_galleries/fileapi/supported_audio_video_checker.h',
1110 'browser/media_galleries/fileapi/supported_image_type_validator.cc', 1112 'browser/media_galleries/fileapi/supported_image_type_validator.cc',
1111 'browser/media_galleries/fileapi/supported_image_type_validator.h', 1113 'browser/media_galleries/fileapi/supported_image_type_validator.h',
1112 'browser/media_galleries/imported_media_gallery_registry.cc', 1114 'browser/media_galleries/imported_media_gallery_registry.cc',
1113 'browser/media_galleries/imported_media_gallery_registry.h', 1115 'browser/media_galleries/imported_media_gallery_registry.h',
1114 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', 1116 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
1115 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', 1117 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
1116 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', 1118 'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
1117 'browser/media_galleries/linux/mtp_device_object_enumerator.h', 1119 'browser/media_galleries/linux/mtp_device_object_enumerator.h',
(...skipping 2512 matching lines...) Expand 10 before | Expand all | Expand 10 after
3630 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3632 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3631 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3633 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3632 }, 3634 },
3633 'includes': [ '../build/android/java_cpp_template.gypi' ], 3635 'includes': [ '../build/android/java_cpp_template.gypi' ],
3634 }, 3636 },
3635 ], 3637 ],
3636 }, 3638 },
3637 ], 3639 ],
3638 ], 3640 ],
3639 } 3641 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698