Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index f5fa1f80c187da456f4d21b5f9dbb83eddb07dd1..c88160980cfbd05660585449a1e749885e00f9a3 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1676,18 +1676,18 @@ |
'browser/devtools/devtools.gyp:devtools_protocol_handler', |
'../cc/cc.gyp:cc', |
'../cc/cc.gyp:cc_surfaces', |
- '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
- '../mojo/mojo_public.gyp:mojo_js_bindings', |
'../net/net.gyp:http_server', |
'../storage/storage_browser.gyp:storage', |
'../storage/storage_common.gyp:storage_common', |
'../third_party/angle/src/angle.gyp:commit_id', |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
'../ui/surface/surface.gyp:surface', |
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
], |
'export_dependent_settings': [ |
- '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
], |
}], |
['enable_basic_printing==1 or enable_print_preview==1', { |