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

Unified Diff: build/common.gypi

Issue 2004143002: Retry of 2b0e51237fa07b4fb9f6c20edcefce094f6cf5f5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 3d877625e891e19c65fadf3ef18477fab6379a81..c42e352527f4e42a4e360dc7a13f72d343a8ef54 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)',
@@ -2197,9 +2185,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}'],
}],
@@ -2763,9 +2748,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