Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index ab05ae9a85c2ddfcac0987b0dfaa25e919b0b6e4..998d131e1b4521caaed242f7fe64c4918506c718 100755 |
--- a/build/gyp_chromium |
+++ b/build/gyp_chromium |
@@ -79,7 +79,9 @@ if __name__ == '__main__': |
# violation of the rule causes Xcode to misbehave badly. |
# TODO(mark): Find and kill remaining circular dependencies, and remove this |
# option. http://crbug.com/35878. |
- if sys.platform not in ('darwin', 'linux2'): |
+ # TODO(tc): Fix circular dependencies in ChromiumOS then add linux2 to the |
+ # list. |
+ if sys.platform not in ('darwin',): |
args.append('--no-circular-check') |
# If CHROMIUM_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check |