Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1080)

Unified Diff: build/common.gypi

Issue 604413002: Add a temporary variable to store ANGLE gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698