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

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

Issue 1554983002: Build chrome.input.ime.* API in GN mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on cl:1570723002 Created 4 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') | no next file » | 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 29add64cd33275800ee03548968b612db3a62e0c..e586ccb866774107c647a777f17597623e983a80 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -146,6 +146,11 @@
'cast_streaming_udp_transport.idl',
],
+ # Input IME schema.
+ 'input_ime_schema_file': [
+ 'input_ime.json',
+ ],
+
'non_compiled_schema_files': [
'<@(main_non_compiled_schema_files)',
],
@@ -170,11 +175,14 @@
'non_compiled_schema_files': [
'<@(chromeos_non_compiled_schema_files)',
],
- }],
- ['OS=="linux" or OS=="win"', {
- 'schema_files': [
- 'input_ime.json',
- ],
+ }, { # chromeos==0
+ 'conditions': [
+ ['OS=="linux" or OS=="win"', {
+ 'schema_files': [
+ '<@(input_ime_schema_file)',
+ ],
+ }],
+ ],
}],
['enable_service_discovery==1', {
'schema_files': [
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698