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

Unified Diff: content/content_tests.gypi

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep checklicenses exception for old directory, add exe bit to run_perl.py Created 5 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 49ee18660e0f53fccdcb481fe9347c5fe68b5014..96e38390f169b3a06d670bf08e996e44a7916ae6 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -983,7 +983,7 @@
],
'dependencies': [
'../ui/compositor/compositor.gyp:compositor',
- '../third_party/libvpx/libvpx.gyp:libvpx',
+ '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
],
}],
['OS=="android"', {
@@ -1187,7 +1187,7 @@
}],
['OS != "android" and OS != "ios"', {
'dependencies': [
- '../third_party/libvpx/libvpx.gyp:libvpx',
+ '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
],
}],
['use_aura!=1 and OS!="android"', {

Powered by Google App Engine
This is Rietveld 408576698