| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 569e2bda7aaa126d0ffdec1859223cdf28214e23..ed5c37768f7dd5ff323ae08ca41dd17d9ea049de 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -24,7 +24,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../skia/skia.gyp:skia_mojo',
|
| '../sql/sql.gyp:sql',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../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',
|
| @@ -1844,13 +1844,13 @@
|
| '../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',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../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': [
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| }],
|
| ['debug_devtools==1', {
|
|
|