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

Unified Diff: build/common.gypi

Issue 541983002: athena: Move the USE_ATHENA define into //chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | chrome/chrome_browser.gypi » ('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 be6e7797822f7fb52c246069e677a5113bcfdeb9..000ab7c65b8711cdf902121ed3f457dd9c0fae23 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -30,9 +30,6 @@
# Whether or not we are building the Ash shell.
'use_ash%': 0,
- # Whether or not we are building the Athena shell.
- 'use_athena%': 0,
-
# Whether or not we are using CRAS, the ChromeOS Audio Server.
'use_cras%': 0,
@@ -56,7 +53,6 @@
'chromecast%': '<(chromecast)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'use_athena%': '<(use_athena)',
'use_cras%': '<(use_cras)',
'use_ozone%': '<(use_ozone)',
'embedded%': '<(embedded)',
@@ -137,7 +133,6 @@
'desktop_linux%': '<(desktop_linux)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'use_athena%': '<(use_athena)',
'use_cras%': '<(use_cras)',
'use_ozone%': '<(use_ozone)',
'embedded%': '<(embedded)',
@@ -276,7 +271,6 @@
'desktop_linux%': '<(desktop_linux)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'use_athena%': '<(use_athena)',
'use_cras%': '<(use_cras)',
'use_ozone%': '<(use_ozone)',
'use_ozone_evdev%': '<(use_ozone_evdev)',
@@ -1071,7 +1065,6 @@
'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'use_athena%': '<(use_athena)',
'use_cras%': '<(use_cras)',
'use_openssl%': '<(use_openssl)',
'use_openssl_certs%': '<(use_openssl_certs)',
@@ -1207,6 +1200,9 @@
'gomadir%': '<(gomadir)',
'video_hole%': '<(video_hole)',
+ # Whether or not we are building the Athena shell.
+ 'use_athena%': '0',
+
# Use system protobuf instead of bundled one.
'use_system_protobuf%': 0,
@@ -2567,9 +2563,6 @@
['use_ash==1', {
'defines': ['USE_ASH=1'],
}],
- ['use_athena==1', {
- 'defines': ['USE_ATHENA=1'],
- }],
['use_pango==1', {
'defines': ['USE_PANGO=1'],
}],
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698