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

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: removed unneeded header include Created 6 years, 7 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 43fbbefd350d818872aa96f3f1470307d2bf65bf..db4f7f568a0ce8dc5d039ab2bfeffb8308b0bf20 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -415,6 +415,16 @@
'../third_party/libusb/libusb.gyp:libusb',
],
}],
+ ['OS == "android"', {
+ 'sources': [
+ 'bookmarks_enhanced/image_store_unittest.cc',
tfarina 2014/05/08 15:41:08 I think we keep tests grouped in the main sources
Kibeom Kim (inactive) 2014/05/08 17:56:33 Done. (I wasn't sure that running tests on other p
+ 'bookmarks_enhanced/memory_image_store.cc',
tfarina 2014/05/08 15:41:08 is memory_image_store.* test code only?
Kibeom Kim (inactive) 2014/05/08 17:56:33 Yes, just renamed to TestImageStore.
+ 'bookmarks_enhanced/memory_image_store.h',
+ ],
+ 'dependencies': [
+ 'components.gyp:bookmarks_enhanced',
+ ],
+ }],
['OS == "android" and gtest_target_type == "shared_library"', {
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
« components/bookmarks_enhanced/memory_image_store.h ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698