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

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 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 | « chrome/common/extensions/api/schemas.gni ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/schemas.gypi
diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
index 518bb3389427a512108d7d9e04867e3e1484aa91..3fc34a006190690634317484bf827141000ec7a6 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -119,10 +119,6 @@
'file_system_provider_internal.idl',
'first_run_private.json',
'log_private.idl',
- ],
-
- # ChromeOS-specific schemas which have not been ported to Athena.
- 'chromeos_non_athena_schema_files': [
'wallpaper.json',
'wallpaper_private.json',
],
@@ -154,13 +150,6 @@
'schema_files': [
'<@(chromeos_schema_files)',
],
- 'conditions': [
- ['use_athena==0', {
- 'schema_files': [
- '<@(chromeos_non_athena_schema_files)',
- ],
- }],
- ],
}],
['enable_webrtc==1', {
'schema_files': [
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698