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

Unified Diff: components/exo/BUILD.gn

Issue 1408263006: chromeos: Add ArcInputBridge to components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arcxx
Patch Set: fixed scopedfd Created 5 years, 1 month 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: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index e216ad9a9c60e7cdd09185a76857e317cbd05459..c7545fb39fb5f3761c0ae36c14fe1851e6721182 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -6,6 +6,8 @@ import("//testing/test.gni")
source_set("exo") {
sources = [
+ "arc/arc_input_bridge.cc",
+ "arc/arc_input_bridge.h",
"buffer.cc",
"buffer.h",
"display.cc",
@@ -29,6 +31,7 @@ source_set("exo") {
"//ash/resources",
"//base",
"//cc",
+ "//components/arc",
"//gpu",
"//skia",
"//ui/aura",
« no previous file with comments | « components/exo.gypi ('k') | components/exo/DEPS » ('j') | components/exo/arc/arc_input_bridge.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698