diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b6e961d..f8d27cb 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -345,6 +345,9 @@ ['chromeos==1', { 'action': ['-D', 'chromeos'], }], + ['toolkit_views==1', { + 'action': ['-D', 'toolkit_views'], + }], ['use_titlecase_in_grd_files==1', { 'action': ['-D', 'use_titlecase'], }], |