diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 03:45:00 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 03:45:00 +0000 |
commit | 8d1a14a37173668f99a54b77f1ea604e16996704 (patch) | |
tree | 0b340251b3404448e98f437eafae40cb27f09af0 /views | |
parent | eea372e5ae883c1a9853086e54b43896aa72df36 (diff) | |
download | chromium_src-8d1a14a37173668f99a54b77f1ea604e16996704.zip chromium_src-8d1a14a37173668f99a54b77f1ea604e16996704.tar.gz chromium_src-8d1a14a37173668f99a54b77f1ea604e16996704.tar.bz2 |
Fixes toolkit_views build on linux.
BUG=none
TEST=none
TBR=ben
Review URL: http://codereview.chromium.org/115604
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/views.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/views/views.gyp b/views/views.gyp index d65a102..2165a52 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -214,9 +214,6 @@ ], 'conditions': [ ['OS=="linux"', { - 'dependencies': [ - '../build/linux/system.gyp:gtk', - ], 'sources!': [ 'accelerator.cc', 'accessibility/accessible_wrapper.cc', @@ -266,6 +263,7 @@ '../chrome/chrome.gyp:chrome_resources', '../chrome/chrome.gyp:chrome_strings', '../chrome/chrome.gyp:theme_resources', + '../build/linux/system.gyp:gtk', ], }], ['OS=="win"', { |