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

Unified Diff: build/common.gypi

Issue 1991573002: Remove enable_topchrome_md build flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3724f2f624acde4d94407cca4febf0701d1de656..67348d42460aba5a1b62fa69ff2fff9ec61c3bcd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -76,9 +76,6 @@
# Enable HiDPI support.
'enable_hidpi%': 0,
- # Enable top chrome material design.
- 'enable_topchrome_md%' : 0,
-
# Enable Wayland display server support.
'enable_wayland_server%' : 0,
@@ -165,7 +162,6 @@
'use_openssl_certs%': '<(use_openssl_certs)',
'enable_viewport%': '<(enable_viewport)',
'enable_hidpi%': '<(enable_hidpi)',
- 'enable_topchrome_md%': '<(enable_topchrome_md)',
'enable_wayland_server%': '<(enable_wayland_server)',
'enable_wifi_display%': '<(enable_wifi_display)',
'buildtype%': '<(buildtype)',
@@ -252,12 +248,6 @@
'enable_hidpi%': 1,
}],
- # Enable Top Chrome Material Design on Chrome OS, Windows, and Linux,
- # Mac, and *BSD.
- ['chromeos==1 or OS=="win" or OS=="linux" or OS=="mac" or OS=="openbsd" or OS=="freebsd"', {
- 'enable_topchrome_md%': 1,
- }],
-
# Enable App Launcher on ChromeOS only.
['chromeos==1', {
'enable_app_list%': 1,
@@ -351,7 +341,6 @@
'use_openssl_certs%': '<(use_openssl_certs)',
'enable_viewport%': '<(enable_viewport)',
'enable_hidpi%': '<(enable_hidpi)',
- 'enable_topchrome_md%': '<(enable_topchrome_md)',
'enable_wayland_server%': '<(enable_wayland_server)',
'enable_wifi_display%': '<(enable_wifi_display)',
'android_channel%': '<(android_channel)',
@@ -1165,7 +1154,6 @@
'is_cast_desktop_build%': '<(is_cast_desktop_build)',
'enable_viewport%': '<(enable_viewport)',
'enable_hidpi%': '<(enable_hidpi)',
- 'enable_topchrome_md%': '<(enable_topchrome_md)',
'enable_wayland_server%': '<(enable_wayland_server)',
'enable_wifi_display%': '<(enable_wifi_display)',
'image_loader_extension%': '<(image_loader_extension)',
@@ -2198,9 +2186,6 @@
['mac_views_browser==1', {
'grit_defines': ['-D', 'mac_views_browser'],
}],
- ['enable_topchrome_md==1', {
- 'grit_defines': ['-D', 'enable_topchrome_md'],
- }],
['enable_resource_whitelist_generation==1 and OS!="win"', {
'grit_rc_header_format': ['-h', '#define {textual_id} _Pragma("whitelisted_resource_{numeric_id}") {numeric_id}'],
}],
@@ -2764,9 +2749,6 @@
['notifications==1', {
'defines': ['ENABLE_NOTIFICATIONS'],
}],
- ['enable_topchrome_md==1', {
- 'defines': ['ENABLE_TOPCHROME_MD=1'],
- }],
['enable_wayland_server==1', {
'defines': ['ENABLE_WAYLAND_SERVER=1'],
}],
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698