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

Unified Diff: Source/platform/BUILD.gn

Issue 635443002: Make platform depend on openmax_dl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/BUILD.gn
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
index 32f91be01019ab9a627350546ea0ade98a1f31a6..788bf845291bef4d21c9d4638082e4b2e34b747c 100644
--- a/Source/platform/BUILD.gn
+++ b/Source/platform/BUILD.gn
@@ -311,8 +311,7 @@ component("platform") {
}
if (use_openmax_dl_fft) {
include_dirs += [ "//third_party/openmax_dl" ]
- # TODO(GYP)
- # deps += [ "//third_party/openmax_dl/dl" ]
+ deps += [ "//third_party/openmax_dl/dl" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698