| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 5db0467786b74c03da0ac68d56c500c806b9ee66..b5d7028c62f6e1967534b119dd98a7f83be95d28 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -62,6 +62,7 @@
|
| }, {
|
| 'dependencies': [
|
| '../content/content_shell_and_tests.gyp:*',
|
| + '../mojo/mojo.gyp:*',
|
| # TODO: This should build on Android and the target should move to the list above.
|
| '../sync/sync.gyp:*',
|
| ],
|
| @@ -81,7 +82,6 @@
|
| '../jingle/jingle.gyp:*',
|
| '../media/cast/cast.gyp:*',
|
| '../media/media.gyp:*',
|
| - '../mojo/mojo.gyp:*',
|
| '../ppapi/ppapi.gyp:*',
|
| '../ppapi/ppapi_internal.gyp:*',
|
| '../ppapi/tools/ppapi_tools.gyp:*',
|
|
|