| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 775262d544bb8fc7bd2045daaf1296914027050b..82d1160d2fc6f0ef90f8c2ef6a22f88e9608ab7a 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -19,6 +19,7 @@
|
| '../third_party/libxml/libxml.gyp:*',
|
| '../third_party/sqlite/sqlite.gyp:*',
|
| '../third_party/zlib/zlib.gyp:*',
|
| + '../ui/ui.gyp:*',
|
| 'temp_gyp/googleurl.gyp:*',
|
| # Add new dependencies to the !ios section just below, not here (see
|
| # the comment there).
|
| @@ -32,7 +33,6 @@
|
| '../chrome/chrome.gyp:*',
|
| '../content/content.gyp:*',
|
| '../crypto/crypto.gyp:*',
|
| - '../ui/ui.gyp:*',
|
| '../gpu/gpu.gyp:*',
|
| '../gpu/tools/tools.gyp:*',
|
| '../ipc/ipc.gyp:*',
|
|
|