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

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

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.gni
diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
index a996cbe6cbcda611cdbe1484c12da8905fe96fdb..3a65b8de73457c4fda9677bfdb8be3cce0de1880 100644
--- a/chrome/common/extensions/api/schemas.gni
+++ b/chrome/common/extensions/api/schemas.gni
@@ -16,6 +16,8 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
sources = gypi_values.main_schema_files
if (is_chromeos) {
sources += gypi_values.chromeos_schema_files
+} else if (is_linux || is_win) {
+ sources += [ "input_ime.json" ]
Devlin 2016/01/07 23:08:29 Shouldn't this be handled by the gypi?
Azure Wei 2016/01/08 06:40:55 Done. Updated it with gypi_values.input_ime_schema
}
if (enable_webrtc) {
sources += gypi_values.webrtc_schema_files

Powered by Google App Engine
This is Rietveld 408576698