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

Unified Diff: chrome/chrome_tests_unit.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 258de6b133779dae7fb4cde4114eaad49a797151..fac4f2bb87fc91633261b07e077b1e97ffb60b61 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -358,6 +358,11 @@
'service',
],
}],
+ ['OS=="android"', {
+ 'sources/': [
+ ['exclude', '^browser/media_galleries/'],
+ ],
+ }],
['OS=="win"', {
'dependencies': [
'../ui/snapshot/snapshot.gyp:snapshot_test_support',
@@ -884,6 +889,7 @@
'browser/managed_mode/managed_user_passphrase_unittest.cc',
'browser/managed_mode/managed_user_service_unittest.cc',
'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
+ 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader_unittest.cc',
'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc',
'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc',
'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698