summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/angle/src/angle.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/angle/src/angle.gyp')
-rw-r--r--chromium/third_party/angle/src/angle.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/third_party/angle/src/angle.gyp b/chromium/third_party/angle/src/angle.gyp
new file mode 100644
index 00000000000..024694ca921
--- /dev/null
+++ b/chromium/third_party/angle/src/angle.gyp
@@ -0,0 +1,10 @@
+# Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes':
+ [
+ 'angle.gypi',
+ ],
+}