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

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

Issue 573933002: Cleanup: Remove remaining generated extensions APIs on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extclean4
Patch Set: fix build some more after rebasing 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 | « chrome/common/extensions/chrome_extensions_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/schemas.gypi
diff --git a/extensions/common/api/schemas.gypi b/extensions/common/api/schemas.gypi
index 1b140bd01ba8d1452358f2b4043faddfa7398c0d..d9649bad9e32e62ebc9a9aae8fd8eb081cd6e2a0 100644
--- a/extensions/common/api/schemas.gypi
+++ b/extensions/common/api/schemas.gypi
@@ -8,10 +8,6 @@
],
'variables': {
'chromium_code': 1,
- # TODO: Eliminate these on Android. See crbug.com/305852.
- 'android_schema_files': [
- 'runtime.json',
- ],
'main_schema_files': [
'app_current_window_internal.idl',
'app_runtime.idl',
@@ -50,6 +46,9 @@
],
'non_compiled_schema_files': [
],
+ # TODO(thestig) Do not include this file in non-extensions builds.
+ # Then the conditional and else block can go away.
+ # Do the same for extensions/common/api/schemas.gni.
'conditions': [
['enable_extensions==1', {
'schema_files': [
@@ -57,7 +56,6 @@
],
}, {
'schema_files': [
- '<@(android_schema_files)',
],
}],
],
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698