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

Unified Diff: Source/build/features.gypi

Issue 110183002: Remove #if ENABLE(NAVIGATOR_CONTENT_UTILS) from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased #2 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 | « no previous file | Source/modules/navigatorcontentutils/NavigatorContentUtils.h » ('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 61c22c381b45e7c32e488d70d708273928a2ee6d..a8edd36c702e316d22e9a647ce4641fd17dced1c 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -60,7 +60,6 @@
'ENABLE_MEDIA_CAPTURE=1',
'ENABLE_ORIENTATION_EVENTS=1',
'ENABLE_TOUCH_ICON_LOADING=1',
- 'ENABLE_NAVIGATOR_CONTENT_UTILS=0',
],
}, { # OS!="android"
'feature_defines': [
@@ -68,7 +67,6 @@
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
'ENABLE_LEGACY_NOTIFICATIONS=1',
'ENABLE_MEDIA_CAPTURE=0',
- 'ENABLE_NAVIGATOR_CONTENT_UTILS=1',
'ENABLE_ORIENTATION_EVENTS=0',
'ENABLE_WEB_AUDIO=1',
],
« no previous file with comments | « no previous file | Source/modules/navigatorcontentutils/NavigatorContentUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698