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

Unified Diff: components/invalidation.gypi

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SYNC_EXPORT and rebase. Created 5 years, 5 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/invalidation.gypi
diff --git a/components/invalidation.gypi b/components/invalidation.gypi
index 4e361f845e761ad7a5dc3af81259b819b436ee8a..affc2b39fc2c29e33f12706d0c4e44c29ca2b51e 100644
--- a/components/invalidation.gypi
+++ b/components/invalidation.gypi
@@ -224,6 +224,7 @@
'dependencies': [
'invalidation_java',
'../base/base.gyp:base_java_test_support',
+ '../content/content_shell_and_tests.gyp:content_java_test_support',
Nicolas Zea 2015/07/30 01:02:04 I don't think you can depend on content/ from comp
maxbogue 2015/07/30 21:15:15 I think it's fine for tests: https://code.google.c
],
'variables': {
'java_in_dir': 'invalidation/impl/android/javatests',

Powered by Google App Engine
This is Rietveld 408576698