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

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: 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 51a5797ac95f2e60999a3c3219a2948f721cef9c..9c008392603a36ae6911c2fb98d215b049dfb35d 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -171,11 +171,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.json',
+ ],
+ }],
+ ],
}],
['enable_webrtc==1', {
'schema_files': [
« chrome/common/extensions/api/schemas.gni ('K') | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698