Index: chrome/default_plugin/default_plugin.gyp |
diff --git a/chrome/default_plugin/default_plugin.gyp b/chrome/default_plugin/default_plugin.gyp |
index a0d8a6dde9991e731fe8ca8b36bfac348f7ca2e0..e82f15e9085270f438bb16e4fccb211ae7023b45 100644 |
--- a/chrome/default_plugin/default_plugin.gyp |
+++ b/chrome/default_plugin/default_plugin.gyp |
@@ -79,12 +79,8 @@ |
], |
'action': ['<@(grit_cmd)', |
'-i', '<(input_path)', 'build', |
- '-o', '<(grit_out_dir)/default_plugin_resources'], |
- 'conditions': [ |
- ['toolkit_views==1', { |
- 'action': ['-D', 'toolkit_views'], |
- }], |
- ], |
+ '-o', '<(grit_out_dir)/default_plugin_resources', |
+ '<@(grit_defines)'], |
'message': 'Generating resources from <(input_path)', |
}, |
], |