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

Unified Diff: content/content_shell.gypi

Issue 10848002: Upstream evaluateJavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Fixes Created 8 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: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index cfb8b422f2dddf711651f982647f83bba4a0fb51..ec404089649566263ad2b46b5fcd1cfbe8afe700 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -646,7 +646,10 @@
'-buildfile',
'shell/android/java/content_shell_apk.xml',
# '<(CONFIGURATION_NAME)',
- ]
+ ],
+ 'dependencies': [
+ 'content_java',
+ ],
}
],
},

Powered by Google App Engine
This is Rietveld 408576698