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

Unified Diff: build/common.gypi

Issue 106623003: Update dependencies to use new angle repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b1f041d4de40dace90dc0be646831a81fa6be443..f0da96f925428d494aaf83521424470fb20fafb5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1901,11 +1901,10 @@
}],
],
-
- # The path to the ANGLE library. TODO(apatrick): This is to help
+ # The path to the ANGLE library. TODO(geofflang): This is to help
# transition to a new version of ANGLE at a new location. After the
# transition is complete, this can be removed.
- 'angle_path': '<(DEPTH)/third_party/angle_dx11',
+ 'angle_path': '<(DEPTH)/third_party/angle',
# 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,

Powered by Google App Engine
This is Rietveld 408576698