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

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

Issue 1528483002: Add chrome.input.ime.activate and chrome.input.ime.deactivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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': [

Powered by Google App Engine
This is Rietveld 408576698