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

Unified Diff: content/content_browser.gypi

Issue 8383001: Add ENABLE_JAVA_BRIDGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use 'sources!' Created 9 years, 2 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
« no previous file with comments | « build/common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bfd5f5304e256eaf66883d57ad046e1b0a9c00a7..11420216f17138df1b53c4892763544e3251d47a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -720,7 +720,19 @@
['exclude', '^browser/renderer_host/accelerated_surface_container_linux.cc'],
['exclude', '^browser/renderer_host/accelerated_surface_container_linux.h'],
],
- }],
- ],
+ }],
+ ['java_bridge==1', {
+ 'defines': [
+ 'ENABLE_JAVA_BRIDGE',
+ ],
+ }, {
+ 'sources!': [
+ 'browser/renderer_host/java_bridge_channel_host.cc',
+ 'browser/renderer_host/java_bridge_channel_host.h',
+ 'browser/renderer_host/java_bridge_dispatcher_host.cc',
+ 'browser/renderer_host/java_bridge_dispatcher_host.h',
+ ],
+ }],
+ ],
}
« no previous file with comments | « build/common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698