Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2504)

Unified Diff: build/all.gyp

Issue 9702065: Work around xcode gyp generator breakage caused by 126872 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:*',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698