Index: cloud_print/service/service.gyp |
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp |
index 04d612dc4a6bc21943ee4edbd98cbf17e5e955be..482bc198857f618d060b3fac5ecb180c3fbe9572 100644 |
--- a/cloud_print/service/service.gyp |
+++ b/cloud_print/service/service.gyp |
@@ -121,6 +121,16 @@ |
'secur32.lib', |
], |
}, |
+ 'conditions': [ |
+ ['clang==1', { |
+ # atlapp.h contains a global "using namespace WTL;". |
+ # TODO: Remove once cloud_print_service.cc no longer depends on |
+ # atlapp.h, http://crbug.com/5027 |
+ 'VCCLCompilerTool': { |
+ 'AdditionalOptions': ['-Wno-header-hygiene'], |
+ }, |
+ }], |
+ ], |
}, |
}, |
{ |