Commit 4e4b1967 by apatrick@chromium.org

Fix build_angle.gypi so libGLESv2 and libEGL can find precompiled.h.

parent 78c669d2
......@@ -223,6 +223,7 @@
'include_dirs': [
'.',
'../include',
'libGLESv2',
],
'sources': [
'third_party/murmurhash/MurmurHash3.h',
......@@ -373,6 +374,7 @@
'include_dirs': [
'.',
'../include',
'libGLESv2',
],
'sources': [
'common/angleutils.h',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment