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

Unified Diff: chrome/browser/extensions/BUILD.gn

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 | « no previous file | chrome/common/extensions/api/schemas.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index e6d00d95779efead2675b35fd380c12adad44787..f7f94d409330f18479f6c28bd319bb66b0ef1e83 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -150,6 +150,12 @@ source_set("extensions") {
"//ui/events/platform/x11",
]
}
+ if (!is_chromeos) {
+ sources += rebase_path(
+ gypi_values.chrome_browser_extensions_input_ime_linux_win_sources,
+ ".",
+ "//chrome")
+ }
}
if (enable_configuration_policy) {
@@ -200,6 +206,10 @@ source_set("extensions") {
"//third_party/iaccessible2",
"//third_party/isimpledom",
]
+ sources += rebase_path(
+ gypi_values.chrome_browser_extensions_input_ime_linux_win_sources,
+ ".",
+ "//chrome")
} else if (use_aura && !is_chromeos) {
sources += [
"display_info_provider_aura.cc",
« no previous file with comments | « no previous file | chrome/common/extensions/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698