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

Unified Diff: build/config/BUILD.gn

Issue 214883005: Add Skia to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 8 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index e0426ebfd92ea8857109f9c0f88c67ec66dd7670..21158f9de3d0cb43c6042b1822f7b3d867414ea2 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -44,7 +44,11 @@ config("feature_flags") {
"ENABLE_APP_LIST=1",
"ENABLE_SETTINGS_APP=1",
"ENABLE_MANAGED_USERS=1",
+ "ENABLE_SERVICE_DISCOVERY=1",
+ "USE_MOJO=1",
"V8_DEPRECATION_WARNINGS", # Don't use deprecated V8 APIs anywhere.
+ # Temporary suppression until Blink code can be removed.
+ "BLINK_SCALE_FILTERS_AT_RECORD_TIME",
]
if (cld_version > 0) {

Powered by Google App Engine
This is Rietveld 408576698