Index: cloud_print/virtual_driver/posix/backend.gyp |
diff --git a/cloud_print/virtual_driver/posix/backend.gyp b/cloud_print/virtual_driver/posix/backend.gyp |
index f77fabf8da8f29916d4cac481b65ca5c410f2bd0..6f25dba3c8ef89def629ba1d393dc3f2669d6aa2 100644 |
--- a/cloud_print/virtual_driver/posix/backend.gyp |
+++ b/cloud_print/virtual_driver/posix/backend.gyp |
@@ -7,6 +7,9 @@ |
'include_dirs': [ |
'../..' |
], |
+ 'variables': { |
Nico
2011/08/04 22:29:04
'variables' is toplevel, not part of 'target_defau
abeera
2011/08/04 22:41:36
Setting variables like this threw the compile erro
|
+ 'chromium_code': 1 |
+ } |
}, |
'targets' : [ |
{ |