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

Unified Diff: cloud_print/virtual_driver/posix/backend.gyp

Issue 7542016: Fix to bug 91320. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed GYP files. Created 9 years, 5 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 | cloud_print/virtual_driver/posix/virtual_driver_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' : [
{
« no previous file with comments | « no previous file | cloud_print/virtual_driver/posix/virtual_driver_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698