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

Unified Diff: content/test/BUILD.gn

Issue 610703002: Link VPX into GN build more. (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 | remoting/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 313c9b7bd3fb997500ec6d71091971f258c9931c..d229e837565a9d0ab91f8d2d7f094b7b965a673a 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -117,7 +117,7 @@ static_library("test_support") {
}
if (!is_android && !is_ios) {
- #deps += [ "//third_party/libvpx" ] TODO(GYP)
+ deps += [ "//third_party/libvpx" ]
}
if (is_android) {
« no previous file with comments | « no previous file | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698