Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index ff91ec6f5b981641baa597a9a6de085e879fde48..dc0f525141895df11559638b088c6a236bf3dbb3 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2339,6 +2339,12 @@ |
# The path to the ANGLE library. |
'angle_path': '<(DEPTH)/third_party/angle', |
+ # TODO(jmadill): remove angle_gyp. http://crbug.com/415983 |
+ # This temporary variable lets us change the name of the gyp file |
+ # in blink and in chromium simultaneously. It should go away after |
+ # we're done changing the path. |
+ 'angle_gyp': 'build_angle.gyp', |
+ |
# List of default apps to install in new profiles. The first list contains |
# the source files as found in svn. The second list, used only for linux, |
# contains the destination location for each of the files. When a crx |