| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index b4fc1bf002f141ffe857719913af6d7929c0c92e..dc1a2945f730f6e8071eb39383924e827f4c5a6f 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -147,6 +147,7 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:nacl_ui_tests',
|
| + '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| @@ -162,6 +163,7 @@
|
| '../chrome/chrome.gyp:nacl_ui_tests',
|
| '../chrome/chrome.gyp:page_cycler_tests',
|
| '../chrome/chrome.gyp:startup_tests',
|
| + '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:tab_switching_test',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| @@ -180,6 +182,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| + '../chrome/chrome.gyp:sync_unit_tests',
|
| '../net/net.gyp:net_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../media/media.gyp:media_unittests',
|
| @@ -251,6 +254,7 @@
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../media/media.gyp:media_unittests',
|
| '../printing/printing.gyp:printing_unittests',
|
| + '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| ],
|
| },
|
| @@ -275,6 +279,7 @@
|
| '../chrome/chrome.gyp:memory_test',
|
| '../chrome/chrome.gyp:page_cycler_tests',
|
| '../chrome/chrome.gyp:startup_tests',
|
| + '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:tab_switching_test',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
|
|