diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 00:31:48 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 00:31:48 +0000 |
commit | 9ffb05d3f5d550c4c3219404bf41841bde3edc90 (patch) | |
tree | 37652cef3351edd8399c2fcfeeee4a4a5ecb428f /gpu/gpu_ipc.gypi | |
parent | 0ed0b7e7673321d88c2aacdd1034086e138a6688 (diff) | |
download | chromium_src-9ffb05d3f5d550c4c3219404bf41841bde3edc90.zip chromium_src-9ffb05d3f5d550c4c3219404bf41841bde3edc90.tar.gz chromium_src-9ffb05d3f5d550c4c3219404bf41841bde3edc90.tar.bz2 |
Encapsulate khronos include paths in khronos.gyp,
instead of hardcoding it all over the place (literally).
This is one of the steps towards use_system_mesa build option.
BUG=161389
Review URL: https://chromiumcodereview.appspot.com/11416085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_ipc.gypi')
-rw-r--r-- | gpu/gpu_ipc.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu_ipc.gypi b/gpu/gpu_ipc.gypi index 8bf0ac1..de287ab 100644 --- a/gpu/gpu_ipc.gypi +++ b/gpu/gpu_ipc.gypi @@ -5,10 +5,10 @@ { 'dependencies': [ '../ipc/ipc.gyp:ipc', + '../third_party/khronos/khronos.gyp:headers', ], 'include_dirs': [ '..', - '<(DEPTH)/third_party/khronos', ], 'sources': [ 'ipc/command_buffer_proxy.h', |