diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 20:58:21 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 20:58:21 +0000 |
commit | 2cb1ecb7aa5b6bf5c17cfaa75293121c8bd73130 (patch) | |
tree | 7a78c33c623753dfd4fd88c208fe3e0f52ecc63c /webkit/webkit.gyp | |
parent | dff10201fea8dfa631a292739d921d5d0eb52704 (diff) | |
download | chromium_src-2cb1ecb7aa5b6bf5c17cfaa75293121c8bd73130.zip chromium_src-2cb1ecb7aa5b6bf5c17cfaa75293121c8bd73130.tar.gz chromium_src-2cb1ecb7aa5b6bf5c17cfaa75293121c8bd73130.tar.bz2 |
linux: users of glue require GTK in the include path.
Review URL: http://codereview.chromium.org/79018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 24b23f6..fae18c9 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4490,6 +4490,10 @@ 'dependencies': [ '../build/linux/system.gyp:gtk', ], + 'export_dependent_settings': [ + # Users of webcursor.h need the GTK include path. + '../build/linux/system.gyp:gtk', + ], 'sources!': [ 'glue/plugins/plugin_stubs.cc', ], |