| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 7f41dcef4ba6a5562f676be7e4fd6b50312008dc..0e9dc488c87aba5cd2b5612ab8dcfed454c39175 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1659,8 +1659,8 @@
|
| 'browser/devtools/devtools.gyp:devtools_protocol_handler',
|
| '../cc/cc.gyp:cc',
|
| '../cc/cc.gyp:cc_surfaces',
|
| - '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| - '../mojo/public/mojo_public.gyp:mojo_js_bindings',
|
| + '../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',
|
| @@ -1670,7 +1670,7 @@
|
| '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
|
| ],
|
| 'export_dependent_settings': [
|
| - '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| }],
|
| ['enable_basic_printing==1 or enable_print_preview==1', {
|
|
|