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

Unified Diff: content/browser/BUILD.gn

Issue 2494183002: Remove some global defines and build flags. (Closed)
Patch Set: 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/features.gni ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index af4cca18209cf165fabbab1edf3764d25ddd1fe8..0248825a887d7457aff6fdd0a6bfc1b3ec6cfb70 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
import("//printing/features/features.gni")
+import("//third_party/WebKit/public/public_features.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
source_set("browser") {
@@ -113,6 +114,7 @@ source_set("browser") {
"//storage/browser",
"//storage/common",
"//third_party/WebKit/public:blink_headers",
+ "//third_party/WebKit/public:features",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:mojo_bindings",
"//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
@@ -1942,7 +1944,6 @@ source_set("browser") {
"hyphenation/hyphenation_impl.cc",
"hyphenation/hyphenation_impl.h",
]
- defines += [ "USE_MINIKIN_HYPHENATION=1" ]
}
}
« no previous file with comments | « chrome/common/features.gni ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698