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

Unified Diff: app/app.gyp

Issue 1765006: cros: Use Vista-style window decorations. (Closed)
Patch Set: Created 10 years, 8 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 | app/resources/app_resources.grd » ('j') | app/resources/app_resources.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index adc1f76fa3627cd44258699ce366131a1845b585..f03cc0a43dcb75114754a4f3478654c0b97de8a7 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -143,6 +143,11 @@
'action': ['<@(grit_cmd)',
'-i', '<(input_path)', 'build',
'-o', '<(grit_out_dir)/app_resources'],
+ 'conditions': [
+ ['toolkit_views==1', {
+ 'action': ['-D', 'toolkit_views'],
+ }],
+ ],
'message': 'Generating resources from <(input_path)',
},
],
« no previous file with comments | « no previous file | app/resources/app_resources.grd » ('j') | app/resources/app_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698