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 |