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

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: cleanup 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 590ba276f0ec01cdae933b3b8df04a787f9d54ac..78d12c1078ea914413c3306a5486d4121290f2f0 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1356,6 +1356,12 @@
'browser/gamepad/gamepad_platform_data_fetcher.cc',
]
}],
+ # TODO(sky): conditional temporary until mojo is building on android and mac.
+ ['OS=="win" or OS=="linux"', {
+ 'dependencies': [
+ '../mojo/mojo.gyp:mojo_system',
+ ],
+ }],
['OS=="ios"', {
'sources/': [
# iOS only needs a small portion of content; exclude all the

Powered by Google App Engine
This is Rietveld 408576698