diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 0ca6e3a..2e7defb 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1673,6 +1673,14 @@ # Exclude all of views. ['exclude', '^browser/views/'], ], + 'conditions': [ + ['toolkit_views==1',{ + 'sources/': [ + ['include', '^browser/dock_info.cc'], + ['include', '^browser/dock_info.h'], + ], + }], + ], 'sources!': [ 'browser/autocomplete/autocomplete_accessibility.cc', 'browser/automation/ui_controls.cc', |