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

Unified Diff: components/components_tests.gyp

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/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1a4229ee6cd141936de60e2136197d10e37a4a66..b2cac67ba5cd5208b9c37d96ee647c9e07cbecfe 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -412,6 +412,15 @@
'../third_party/libusb/libusb.gyp:libusb',
],
}],
+ ['OS == "android"', {
+ 'sources': [
+ 'bookmarks/core/browser/enhanced/image_store_unittest.cc',
+ ],
+ 'dependencies': [
+ 'components.gyp:bookmarks_core_browser',
+ 'components.gyp:bookmarks_core_common',
+ ],
+ }],
['OS == "android" and gtest_target_type == "shared_library"', {
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',

Powered by Google App Engine
This is Rietveld 408576698