aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2014-10-23 13:02:55 -0400
committerJamie Madill <jmadill@chromium.org>2014-10-24 15:45:19 +0000
commit5ca41055d838a0bb16a698076a7b7df6730fefde (patch)
treea5d63daab17f86b0506ae68e7cbe132ffe22d425
parent2221f47bbee2384ac6311205d1b7703488c077e5 (diff)
downloadangle-5ca41055d838a0bb16a698076a7b7df6730fefde.tar.gz
Remove build_angle.gyp.
This file is a duplicate of angle.gyp, and we can remove it now that Chrome and Blink are finished with it. BUG=angle:460 Change-Id: Ida68c8343921ebe9a37b5bcd982e114c91febc3d Reviewed-on: https://chromium-review.googlesource.com/225053 Tested-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Reviewed-by: Shannon Woods <shannonwoods@chromium.org>
-rw-r--r--src/build_angle.gyp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/build_angle.gyp b/src/build_angle.gyp
deleted file mode 100644
index 024694ca..00000000
--- a/src/build_angle.gyp
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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',
- ],
-}