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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « chrome/common/url_constants.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 47d60abaf51366fba427660a9451b667ca827ae3..637b99d9dc83eee143dbd593b781881e5d48309c 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/features.gni")
import("//chrome/common/features.gni")
+import("//extensions/features/features.gni")
import("//tools/grit/grit_rule.gni")
grit("resources") {
@@ -115,6 +116,7 @@ static_library("renderer") {
"//content/app/strings",
"//content/public/common",
"//content/public/renderer",
+ "//extensions/features",
"//media",
"//media/capture",
"//net",
@@ -370,6 +372,7 @@ static_library("test_support") {
deps = [
":renderer",
"//content/test:test_support",
+ "//extensions/features",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « chrome/common/url_constants.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698