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

Unified Diff: public/BUILD.gn

Issue 1338993008: Fix webaudio's grit dependencies. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 4115f5917a8812739f882d21c0d9b8daf948fdac..628ca96fa2f467437244c773578371935c6c2cbc 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//third_party/WebKit/Source/config.gni")
import("//tools/grit/grit_rule.gni")
if (is_android) {
@@ -644,6 +645,12 @@ grit("resources") {
"grit/blink_resources.h",
"blink_resources.pak",
]
+ if (use_concatenated_impulse_responses) {
+ grit_flags = [
+ "-D",
+ "use_concatenated_impulse_responses",
+ ]
+ }
}
# GYP version: WebKit/public/blink_resources.gyp:blink_image_resources
« 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