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

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 1338193003: Remove webkit dependency in grit_rule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 13bb8e0ec9c59dbd98e28be52de925376b4f2885..260cf8d8d1be6f7050c6787e244eaba7d614ee0d 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -79,7 +79,6 @@
# # files.
# }
import("//build/config/chrome_build.gni")
-import("//third_party/WebKit/Source/config.gni")
import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
@@ -251,13 +250,6 @@ if (enable_google_now) {
]
}
-if (use_concatenated_impulse_responses) {
- grit_defines += [
- "-D",
- "use_concatenated_impulse_responses",
- ]
-}
-
if (enable_webrtc) {
grit_defines += [
"-D",
« 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