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

Unified Diff: content/content_browser.gypi

Issue 195993010: Adds the ability for the renderer to create the mojo channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use_mojo Created 6 years, 9 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 | « content/common/mojo/mojo_messages.h ('k') | content/content_common.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 850dabf7bdde7a4fd0641acd9ae3c17856893507..9fbf0fd3216bc5ceaf7955b9cae636d8c371eb9a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1370,6 +1370,11 @@
'browser/gamepad/gamepad_platform_data_fetcher.cc',
]
}],
+ ['use_mojo==1', {
+ 'dependencies': [
+ '../mojo/mojo.gyp:mojo_system',
+ ],
+ }],
['OS=="ios"', {
'sources/': [
# iOS only needs a small portion of content; exclude all the
« no previous file with comments | « content/common/mojo/mojo_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698