| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 79ccbeb0a2b6843843f192c9152257f62b0cc42f..29b033b99b5738f608e4e2ddc0ee40140aeb7071 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -15,6 +15,7 @@
|
| '../mojo/mojo_base.gyp:mojo_application_base',
|
| '../mojo/mojo_base.gyp:mojo_geometry_lib',
|
| '../mojo/mojo_base.gyp:mojo_url_type_converters',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../mojo/mojo_services.gyp:network_service_bindings_lib',
|
| '../mojo/mojo_services.gyp:updater_bindings_lib',
|
| '../mojo/mojo_shell.gyp:mojo_shell_lib',
|
| @@ -25,7 +26,6 @@
|
| '../skia/skia.gyp:skia_mojo',
|
| '../sql/sql.gyp:sql',
|
| '../third_party/kasko/kasko.gyp:kasko_features',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../third_party/re2/re2.gyp:re2',
|
| '../third_party/zlib/google/zip.gyp:zip',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| @@ -1872,19 +1872,19 @@
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../device/usb/usb.gyp:device_usb',
|
| '../gin/gin.gyp:gin',
|
| + '../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/events/blink/events_blink.gyp:events_blink',
|
| '../ui/surface/surface.gyp:surface',
|
| '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
|
| ],
|
| 'export_dependent_settings': [
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| }],
|
| ['debug_devtools==1', {
|
|
|