Commit 1ee5b60a by Corentin Wallez

Merge separate definitions of include_dirs for perftests

BUG=angleproject:892 Change-Id: Ifd108b3119ea73c05e984ca9138536fb8cf6839c Reviewed-on: https://chromium-review.googlesource.com/273137Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent f34d1db9
...@@ -43,15 +43,12 @@ ...@@ -43,15 +43,12 @@
'include_dirs': 'include_dirs':
[ [
'<(angle_path)/include', '<(angle_path)/include',
'<(angle_path)/src/tests'
], ],
'sources': 'sources':
[ [
'<@(angle_perf_tests_sources)', '<@(angle_perf_tests_sources)',
], ],
'include_dirs':
[
'<(angle_path)/src/tests'
],
'conditions': 'conditions':
[ [
['OS=="win"', ['OS=="win"',
......
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