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/command_buffer_common.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/command_buffer_common.gypi')
-rw-r--r-- | gpu/command_buffer_common.gypi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gpu/command_buffer_common.gypi b/gpu/command_buffer_common.gypi index b8047b2..3134a2a 100644 --- a/gpu/command_buffer_common.gypi +++ b/gpu/command_buffer_common.gypi @@ -3,14 +3,9 @@ # found in the LICENSE file. { - 'include_dirs': [ - '<(DEPTH)/third_party/khronos', + 'dependencies': [ + '../third_party/khronos/khronos.gyp:headers', ], - 'all_dependent_settings': { - 'include_dirs': [ - '<(DEPTH)/third_party/khronos', - ], - }, 'sources': [ 'command_buffer/common/bitfield_helpers.h', 'command_buffer/common/buffer.h', |