diff options
Diffstat (limited to 'views/views.gyp')
-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"', { |