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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index cd362a5cfca9062093f9f803c441cf7ad6eb6b8d..c8cafaad694cd7d024036dc3ab4d6b8ab5f02ea1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -466,6 +466,9 @@
'../webkit/fileapi/local_file_stream_writer_unittest.cc',
'../webkit/fileapi/local_file_util_unittest.cc',
'../webkit/fileapi/media/native_media_file_util_unittest.cc',
+ '../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_
+ '../webkit/fileapi/media/picasa/pmp_column_reader.h',
+ '../webkit/fileapi/media/picasa/pmp_column_reader_unittest.cc',
'../webkit/fileapi/mock_file_change_observer.cc',
'../webkit/fileapi/mock_file_change_observer.h',
'../webkit/fileapi/native_file_util_unittest.cc',
« 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