diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 03:05:11 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 03:05:11 +0000 |
commit | a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c (patch) | |
tree | b6b4bfbb1ff4cb319134f22e0760782c83bb01fc /chrome/chrome.gyp | |
parent | 7322c44018c4e7b8bd58c67f52986660fb365d76 (diff) | |
download | chromium_src-a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c.zip chromium_src-a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c.tar.gz chromium_src-a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c.tar.bz2 |
Refactors DockInfo so that it can be used on Linux. I haven't done the
gtk side yet.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/113424
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16142 0039d316-1c4b-4281-b951-d872f2087c98
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', |