aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeoff Lang <geofflang@google.com>2013-09-05 11:12:14 -0400
committerGeoff Lang <geofflang@chromium.org>2013-10-17 09:37:03 -0400
commitc3597523bc92ed32dfe34fa9d54a9a0a09e071fc (patch)
tree787eb31370b66cd1af8574cb38e9a732df7ab9ee /build
parent0e43546701586592e5ffa7222719c10b27ebcb1f (diff)
downloadangle-c3597523bc92ed32dfe34fa9d54a9a0a09e071fc.tar.gz
Refactored the tests.gyp file.
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp
index a8642ccd..fc17c906 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -8,13 +8,9 @@
'target_name': 'all',
'type': 'none',
'dependencies': [
- # TODO(alokp): build_ prefix should be removed from the gyp files
- # as soon as we can get rid of manually-maintained sln files.
- # Otherwise auto-generated sln files will overwrite/conflict the
- # manually maintained ones.
'../samples/samples.gyp:*',
'../src/angle.gyp:*',
- '../tests/build_tests.gyp:*',
+ '../tests/tests.gyp:*',
],
},
],