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

Side by Side Diff: content/content_tests.gypi

Issue 12704024: Simple PMP reader to parse Picasa's metadata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory issue. Created 7 years, 9 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 '../webkit/fileapi/isolated_file_util_unittest.cc', 459 '../webkit/fileapi/isolated_file_util_unittest.cc',
460 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc', 460 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc',
461 '../webkit/fileapi/local_file_system_operation_unittest.cc', 461 '../webkit/fileapi/local_file_system_operation_unittest.cc',
462 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', 462 '../webkit/fileapi/local_file_system_operation_write_unittest.cc',
463 '../webkit/fileapi/local_file_system_quota_unittest.cc', 463 '../webkit/fileapi/local_file_system_quota_unittest.cc',
464 '../webkit/fileapi/local_file_system_test_helper.cc', 464 '../webkit/fileapi/local_file_system_test_helper.cc',
465 '../webkit/fileapi/local_file_system_test_helper.h', 465 '../webkit/fileapi/local_file_system_test_helper.h',
466 '../webkit/fileapi/local_file_stream_writer_unittest.cc', 466 '../webkit/fileapi/local_file_stream_writer_unittest.cc',
467 '../webkit/fileapi/local_file_util_unittest.cc', 467 '../webkit/fileapi/local_file_util_unittest.cc',
468 '../webkit/fileapi/media/native_media_file_util_unittest.cc', 468 '../webkit/fileapi/media/native_media_file_util_unittest.cc',
469 '../webkit/fileapi/media/picasa/pmp_column_reader.cc',
vandebo (ex-Chrome) 2013/03/26 01:12:14 You don't want pmp_column_reader.* in here, unless
tommycli 2013/03/26 22:30:43 Ohhhh.... I just had to add WEBKIT_STORAGE_EXPORT_
470 '../webkit/fileapi/media/picasa/pmp_column_reader.h',
471 '../webkit/fileapi/media/picasa/pmp_column_reader_unittest.cc',
469 '../webkit/fileapi/mock_file_change_observer.cc', 472 '../webkit/fileapi/mock_file_change_observer.cc',
470 '../webkit/fileapi/mock_file_change_observer.h', 473 '../webkit/fileapi/mock_file_change_observer.h',
471 '../webkit/fileapi/native_file_util_unittest.cc', 474 '../webkit/fileapi/native_file_util_unittest.cc',
472 '../webkit/fileapi/obfuscated_file_util_unittest.cc', 475 '../webkit/fileapi/obfuscated_file_util_unittest.cc',
473 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', 476 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc',
474 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 477 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
475 '../webkit/fileapi/syncable/canned_syncable_file_system.h', 478 '../webkit/fileapi/syncable/canned_syncable_file_system.h',
476 '../webkit/fileapi/syncable/file_change_unittest.cc', 479 '../webkit/fileapi/syncable/file_change_unittest.cc',
477 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc', 480 '../webkit/fileapi/syncable/local_file_change_tracker_unittest.cc',
478 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc', 481 '../webkit/fileapi/syncable/local_file_sync_context_unittest.cc',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'additional_src_dirs': ['../content/public/android/javatests/',], 1066 'additional_src_dirs': ['../content/public/android/javatests/',],
1064 'resource_dir': '../shell_apk/res', 1067 'resource_dir': '../shell_apk/res',
1065 'is_test_apk': 1, 1068 'is_test_apk': 1,
1066 }, 1069 },
1067 'includes': [ '../build/java_apk.gypi' ], 1070 'includes': [ '../build/java_apk.gypi' ],
1068 }, 1071 },
1069 ], 1072 ],
1070 }], 1073 }],
1071 ], 1074 ],
1072 } 1075 }
OLDNEW
« no previous file with comments | « no previous file | webkit/fileapi/media/picasa/pmp_column_reader.h » ('j') | webkit/fileapi/media/picasa/pmp_column_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698