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

Unified Diff: chrome/chrome_tests.gypi

Issue 998373004: Sync: Generalize entity injection in Android tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index ec2bd4646d152c4db515cce14f41b01c527a08ba..954a56c4c8b323cfb3e8f880b0cea31cbc359b9a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2965,6 +2965,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
'../content/content_shell_and_tests.gyp:content_java_test_support',
+ '../sync/sync.gyp:test_support_sync_proto_java',
Nicolas Zea 2015/04/09 20:38:16 what's the typical naming scheme here? it seems li
pval...(no longer on Chromium) 2015/04/09 21:28:05 Most test infra targets I've encountered are test_
Nicolas Zea 2015/04/09 21:40:42 I'm fine with this, as long as it's mostly consist
nyquist 2015/04/09 21:53:52 To be honest, I think I like the sync_proto_java_t
],
'variables': {
'apk_name': 'ChromeSyncShellTest',

Powered by Google App Engine
This is Rietveld 408576698