| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 62be61dc528598a51d794bd0c90b8845ec9bee7c..14eb9cf2ac2e7d68f552a12a5f655a463c780439 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -167,7 +167,6 @@
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../content/content.gyp:content_browsertests',
|
| @@ -183,6 +182,7 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| @@ -301,7 +301,6 @@
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../content/content.gyp:content_browsertests',
|
| @@ -315,6 +314,7 @@
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../rlz/rlz.gyp:*',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| @@ -330,7 +330,6 @@
|
| '../chrome/chrome.gyp:plugin_tests',
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../content/content.gyp:content_browsertests',
|
| @@ -343,6 +342,7 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| @@ -377,13 +377,13 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../content/content.gyp:content_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| @@ -408,7 +408,6 @@
|
| '../chrome/chrome.gyp:plugin_tests',
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../content/content.gyp:content_browsertests',
|
| @@ -431,6 +430,7 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
|
| @@ -585,10 +585,10 @@
|
| # Tests that currently only work on Linux.
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../content/content.gyp:content_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../sql/sql.gyp:sql_unittests',
|
| + '../sync/sync.gyp:sync_unit_tests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| ],
|
| }],
|
|
|