Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index 9c87e82f16a982893528cf87c253f975d33f6795..ab05ae9a85c2ddfcac0987b0dfaa25e919b0b6e4 100755 |
--- a/build/gyp_chromium |
+++ b/build/gyp_chromium |
@@ -79,7 +79,7 @@ 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 != 'darwin': |
+ if sys.platform not in ('darwin', 'linux2'): |
args.append('--no-circular-check') |
# If CHROMIUM_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check |