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

Unified Diff: third_party/ced/BUILD.gn

Issue 2746843002: Enable CED HTML5 mode (Closed)
Patch Set: Created 3 years, 9 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 | « third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ced/BUILD.gn
diff --git a/third_party/ced/BUILD.gn b/third_party/ced/BUILD.gn
index ca90dca2ff8c3c519498a0529fa31030fdf563f5..3323c1e4a69da4b4064628bba0931afb6fd7bd1d 100644
--- a/third_party/ced/BUILD.gn
+++ b/third_party/ced/BUILD.gn
@@ -64,6 +64,8 @@ static_library("ced") {
} else {
defines = [ "COMPILER_GCC" ]
}
+
+ defines += [ "HTML5_MODE" ]
}
test("ced_unittests") {
@@ -86,6 +88,8 @@ test("ced_unittests") {
defines = [ "COMPILER_GCC" ]
}
+ defines += [ "HTML5_MODE" ]
+
deps = [
":ced",
"//testing/gtest",
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698