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

Unified Diff: Source/core/BUILD.gn

Issue 561173006: Fix some android gn configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « Source/config.gni ('k') | Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 5eddca6809cee34f9ecc27cb288c88304442ae0e..a617cf2f4aeb4347f376a06f845867b272bf74cd 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -113,6 +113,12 @@ source_set("prerequisites") {
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:inside_blink",
]
+
+ if (use_openmax_dl_fft) {
+ deps += [
+ "//third_party/openmax_dl/dl"
+ ]
+ }
}
# Note that this is a source set rather than a group, even though it has no
« no previous file with comments | « Source/config.gni ('k') | Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698