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

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: Created 4 years, 12 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/chrome_browser_extensions.gypi » ('j') | chrome/chrome_browser_extensions.gypi » ('J')
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 95f44e0e0ad27fbe7ed30f0407f907410828d257..e35ecb1139e5f9391165d983fb4f8b7d214316fd 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_nonchromeos_sources,
+ ".",
+ "//chrome")
+ }
}
if (enable_configuration_policy) {
@@ -200,6 +206,10 @@ source_set("extensions") {
"//third_party/iaccessible2",
"//third_party/isimpledom",
]
+ source += rebase_path(
+ gypi_values.chrome_browser_extensions_input_ime_nonchromeos_sources,
+ ".",
+ "//chrome")
} else if (use_aura && !is_chromeos) {
sources += [
"display_info_provider_aura.cc",
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | chrome/chrome_browser_extensions.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698