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

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

Issue 1684823004: Refactors keyboard related code so mash can use a keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 years, 10 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 | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 56008763879a91a06c338ee1c1a74183d9e452c5..ef6c1815212c3d51323a0bdb3c87e5faf60897c8 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -88,6 +88,8 @@ source_set("chromeos") {
"//device/hid",
"//media",
"//media/mojo/interfaces",
+ "//mojo/common",
+ "//mojo/shell/public/cpp",
"//net",
"//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin
@@ -117,6 +119,7 @@ source_set("chromeos") {
"//ui/events/devices",
"//ui/events/platform",
"//ui/file_manager",
+ "//ui/keyboard:mojom",
"//ui/message_center",
"//ui/surface",
"//ui/views",
@@ -126,12 +129,16 @@ source_set("chromeos") {
"//v8",
]
- defines = []
+ defines = [ "MOJO_SHELL_CLIENT" ]
sources = rebase_path(gypi_values.browser_chromeos_sources, ".", "//chrome") +
rebase_path(gypi_values.browser_chromeos_extension_sources,
".",
"//chrome")
+ sources += [
+ "chrome_interface_factory.cc",
+ "chrome_interface_factory.h",
+ ]
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/events/devices" ]
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698