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

Unified Diff: content/content_browser.gypi

Issue 302173006: [Android] Java Bridge with Gin: implement Java methods invocation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compilation of tests Created 6 years, 6 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 7144e6b493027849489c4fbb7dc70b3263bcff28..23a57fe87f4e9b2efd5c78e0027089a9728b5684 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -964,6 +964,11 @@
'browser/renderer_host/input/web_input_event_util.h',
'browser/renderer_host/input/web_input_event_util_posix.cc',
'browser/renderer_host/input/web_input_event_util_posix.h',
+ 'browser/renderer_host/java/gin_java_bound_object.h',
+ 'browser/renderer_host/java/gin_java_method_invocation_helper.cc',
+ 'browser/renderer_host/java/gin_java_method_invocation_helper.h',
+ 'browser/renderer_host/java/gin_java_script_to_java_types_coercion.cc',
+ 'browser/renderer_host/java/gin_java_script_to_java_types_coercion.h',
'browser/renderer_host/java/java_bound_object.cc',
'browser/renderer_host/java/java_bound_object.h',
'browser/renderer_host/java/java_bridge_channel_host.cc',
« no previous file with comments | « content/browser/renderer_host/java/gin_java_script_to_java_types_coercion.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698