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 |