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

Unified Diff: components/bookmarks.gypi

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor bookmarks.gypi clean up Created 6 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
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 68917367f2fcbbe50b20c52c16aaffdd34547bfe..d4953461eb2750a801ad75a0e40f3eb823a20a76 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -57,6 +57,20 @@
'bookmarks/core/browser/scoped_group_bookmark_actions.cc',
'bookmarks/core/browser/scoped_group_bookmark_actions.h',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources': [
+ 'bookmarks/core/browser/enhanced/image_store.h',
+ 'bookmarks/core/browser/enhanced/image_store.cc',
+ 'bookmarks/core/browser/enhanced/image_store_util.h',
+ 'bookmarks/core/browser/enhanced/image_store_util_android.cc',
+ 'bookmarks/core/browser/enhanced/memory_image_store.cc',
+ 'bookmarks/core/browser/enhanced/memory_image_store.h',
+ 'bookmarks/core/browser/enhanced/persistent_image_store.cc',
+ 'bookmarks/core/browser/enhanced/persistent_image_store.h',
+ ],
+ }],
+ ]
},
{
'target_name': 'bookmarks_core_common',

Powered by Google App Engine
This is Rietveld 408576698