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

Unified Diff: third_party/WebKit/Source/build/features.gypi

Issue 1690493002: Switch to LayoutThemeMobile when emulating mobile device in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed the flag Created 4 years, 10 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: third_party/WebKit/Source/build/features.gypi
diff --git a/third_party/WebKit/Source/build/features.gypi b/third_party/WebKit/Source/build/features.gypi
index 81f3007149eae4dd1249c9d7d3c3fa8913fbe5ef..0e317f361ceb81063d4cfadbdad627305b0aca81 100644
--- a/third_party/WebKit/Source/build/features.gypi
+++ b/third_party/WebKit/Source/build/features.gypi
@@ -71,11 +71,6 @@
'WTF_USE_QCMSLIB=1'
],
}],
- ['OS=="mac"', {
- 'feature_defines': [
- 'WTF_USE_NEW_THEME=1'
- ],
- }],
# Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg.
['OS!="mac" and OS!="android"', {
'feature_defines': [
« no previous file with comments | « no previous file | third_party/WebKit/Source/config.gni » ('j') | third_party/WebKit/Source/core/layout/LayoutTheme.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698