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

Unified Diff: content/content_tests.gypi

Issue 302173006: [Android] Java Bridge with Gin: implement Java methods invocation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9656f2258d47d3a2cad8707060a2c00d8a81bf03..a9d0a5bbabb09b8ea413391c099a7f244d2a6042 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -877,6 +877,7 @@
}],
['OS == "android"', {
'sources': [
+ 'browser/renderer_host/java/gin_java_method_invocation_helper_unittest.cc',
'browser/renderer_host/java/jni_helper_unittest.cc',
'renderer/java/gin_java_bridge_value_converter_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698