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

Unified Diff: Source/config.gni

Issue 323123004: Replace compile time guard with runtime flag in blink and remove ENABLE_FAST_MOBILE_SCROLLING in gy… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix gni file. Created 6 years, 6 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 | « Source/build/features.gypi ('k') | Source/core/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.gni
diff --git a/Source/config.gni b/Source/config.gni
index 2e75eae0e04e7f52b95a340eca90eb80e1ae71a2..b12cdf2e31331891b1f45a58e75d64297d4607db 100644
--- a/Source/config.gni
+++ b/Source/config.gni
@@ -65,7 +65,6 @@ if (use_concatenated_impulse_responses) {
if (is_android) {
feature_defines_list += [
- "ENABLE_FAST_MOBILE_SCROLLING=1",
"ENABLE_MEDIA_CAPTURE=1",
]
} else {
« no previous file with comments | « Source/build/features.gypi ('k') | Source/core/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698