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

Unified Diff: Source/build/features.gypi

Issue 52553008: Eliminate the CALENDAR_PICKER compile time flag as only android uses this flag and the web facing p… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix winbot by eliminating last checks for CALENDAR_PICKER Created 7 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 | « no previous file | Source/core/css/html.css » ('j') | Source/web/web.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index a2768b720f34e0232401a2c1a4050d690777394b..bc8a00c3cb2877c00e8094b3cbeec5a338cab156 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -54,7 +54,6 @@
}],
['OS=="android"', {
'feature_defines': [
- 'ENABLE_CALENDAR_PICKER=0',
'ENABLE_FAST_MOBILE_SCROLLING=1',
'ENABLE_INPUT_SPEECH=0',
'ENABLE_LEGACY_NOTIFICATIONS=0',
@@ -65,7 +64,6 @@
'enable_touch_icon_loading': 1,
}, { # OS!="android"
'feature_defines': [
- 'ENABLE_CALENDAR_PICKER=1',
'ENABLE_INPUT_SPEECH=1',
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
'ENABLE_LEGACY_NOTIFICATIONS=1',
« no previous file with comments | « no previous file | Source/core/css/html.css » ('j') | Source/web/web.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698