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

Unified Diff: content/content_tests.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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index bb1a53f7e0a6d0e46e4ce5488fee65f2216469e6..c103f4caaca8178bec345e6600e15449e39c32d3 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1255,8 +1255,8 @@
}],
['OS=="win"', {
'dependencies': [
- '../third_party/angle_dx11/src/build_angle.gyp:libEGL',
- '../third_party/angle_dx11/src/build_angle.gyp:libGLESv2',
+ '../third_party/angle/src/build_angle.gyp:libEGL',
Zhenyao Mo 2013/12/09 20:18:34 use angle_path here.
+ '../third_party/angle/src/build_angle.gyp:libGLESv2',
],
}],
['(OS=="win" and win_use_allocator_shim==1) or '

Powered by Google App Engine
This is Rietveld 408576698