Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 5984b98702feb7cb41d27313f47d102a4708fcb5..bcefc2e2b13f7873dfaa6d0f019eab3b8cf1842a 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -28,7 +28,13 @@ |
'../sdch/sdch.gyp:*', |
'../skia/skia.gyp:*', |
'../sql/sql.gyp:*', |
- '../sync/sync.gyp:*', |
+ |
+ # Build sync.gyp targets individually until http://crbug.com/118371 |
+ # is resolved. |
+ '../sync/sync.gyp:sync', |
+ '../sync/sync.gyp:test_support_sync', |
+ '../sync/sync.gyp:sync_unit_tests_canary', |
+ |
'../testing/gmock.gyp:*', |
'../testing/gtest.gyp:*', |
'../third_party/bzip2/bzip2.gyp:*', |