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

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: update include order and rebase 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
« no previous file with comments | « build/sanitizers/tsan_suppressions.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 7912e313314062e4e8fc11448aef3dd97c346e51..d8377ea83320bcadc9282e5e5638db7a6f6dfd5c 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -985,7 +985,7 @@
],
'dependencies': [
'../ui/compositor/compositor.gyp:compositor',
- '../third_party/libvpx/libvpx.gyp:libvpx',
+ '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
],
}],
['OS=="android"', {
@@ -1189,7 +1189,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"', {
« no previous file with comments | « build/sanitizers/tsan_suppressions.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698