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

Unified Diff: Source/build/features.gypi

Issue 132723002: Remove compile time flag TOUCH_ICON_LOADING and use runtime flag instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix unit test case Created 6 years, 11 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 | « LayoutTests/fast/dom/icon-url-list-apple-touch-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
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 35f268ded85deb25315f4afb84c9f9fa2884bf2e..41aeaff60b042f70f1c10f0b40d96ec4013375be 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -44,8 +44,7 @@
# through GYP_DEFINES.
'variables': {
# Enables the Oilpan garbage-collection infrastructure.
- 'enable_oilpan%': 0,
- 'enable_touch_icon_loading%' : 0,
+ 'enable_oilpan%': 0
},
'conditions': [
['use_concatenated_impulse_responses==1', {
@@ -57,8 +56,7 @@
'ENABLE_FAST_MOBILE_SCROLLING=1',
'ENABLE_INPUT_SPEECH=0',
'ENABLE_LEGACY_NOTIFICATIONS=0',
- 'ENABLE_MEDIA_CAPTURE=1',
- 'ENABLE_TOUCH_ICON_LOADING=1',
+ 'ENABLE_MEDIA_CAPTURE=1'
],
}, { # OS!="android"
'feature_defines': [
@@ -66,7 +64,7 @@
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
'ENABLE_LEGACY_NOTIFICATIONS=1',
'ENABLE_MEDIA_CAPTURE=0',
- 'ENABLE_WEB_AUDIO=1',
+ 'ENABLE_WEB_AUDIO=1'
],
}],
# Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg.
« no previous file with comments | « LayoutTests/fast/dom/icon-url-list-apple-touch-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698