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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13529028: PicasaAlbumTableReader for Media Galleries API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0005-picasa-import-pmp-reader
Patch Set: Update gypi file to exclude test on android. Created 7 years, 8 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
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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'browser/media/media_stream_infobar_delegate.h', 926 'browser/media/media_stream_infobar_delegate.h',
927 'browser/media_galleries/fileapi/filtering_file_enumerator.cc', 927 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
928 'browser/media_galleries/fileapi/filtering_file_enumerator.h', 928 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
929 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc', 929 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
930 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h', 930 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
931 'browser/media_galleries/fileapi/media_path_filter.cc', 931 'browser/media_galleries/fileapi/media_path_filter.cc',
932 'browser/media_galleries/fileapi/media_path_filter.h', 932 'browser/media_galleries/fileapi/media_path_filter.h',
933 'browser/media_galleries/fileapi/mtp_device_file_system_config.h', 933 'browser/media_galleries/fileapi/mtp_device_file_system_config.h',
934 'browser/media_galleries/fileapi/native_media_file_util.cc', 934 'browser/media_galleries/fileapi/native_media_file_util.cc',
935 'browser/media_galleries/fileapi/native_media_file_util.h', 935 'browser/media_galleries/fileapi/native_media_file_util.h',
936 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.cc',
937 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.h',
936 'browser/media_galleries/fileapi/picasa/pmp_column_reader.cc', 938 'browser/media_galleries/fileapi/picasa/pmp_column_reader.cc',
937 'browser/media_galleries/fileapi/picasa/pmp_column_reader.h', 939 'browser/media_galleries/fileapi/picasa/pmp_column_reader.h',
938 'browser/media_galleries/fileapi/picasa/pmp_constants.h', 940 'browser/media_galleries/fileapi/picasa/pmp_constants.h',
939 'browser/media_galleries/fileapi/picasa/pmp_table_reader.cc', 941 'browser/media_galleries/fileapi/picasa/pmp_table_reader.cc',
940 'browser/media_galleries/fileapi/picasa/pmp_table_reader.h', 942 'browser/media_galleries/fileapi/picasa/pmp_table_reader.h',
941 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', 943 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
942 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', 944 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
943 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', 945 'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
944 'browser/media_galleries/linux/mtp_device_object_enumerator.h', 946 'browser/media_galleries/linux/mtp_device_object_enumerator.h',
945 'browser/media_galleries/linux/mtp_device_task_helper.cc', 947 'browser/media_galleries/linux/mtp_device_task_helper.cc',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3077 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3079 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3078 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3080 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3079 }, 3081 },
3080 'includes': [ '../build/android/java_cpp_template.gypi' ], 3082 'includes': [ '../build/android/java_cpp_template.gypi' ],
3081 }, 3083 },
3082 ], 3084 ],
3083 }, 3085 },
3084 ], 3086 ],
3085 ], 3087 ],
3086 } 3088 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/picasa/pmp_test_helper.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698