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

Unified Diff: ash/BUILD.gn

Issue 2118223004: ash: Refactor touch hud drawing to ash/touch_hud as a separate component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a comment. Created 4 years, 5 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 | ash/touch/touch_hud_projection.h » ('j') | ash/touch/touch_hud_projection.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 3a885acd874dc0a6a712bbbf58dc725e91940b05..6f51f5e25cc0ca9e4c26b96820d08663908a3285 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -24,6 +24,7 @@ component("ash") {
public_deps = [
"//ash/resources",
"//ash/strings",
+ "//ash/touch_hud",
sadrul 2016/07/11 18:41:05 This shouldn't need to be a public-dependency.
riajiang 2016/07/11 20:39:34 Done.
]
deps = [
"//base",
@@ -192,6 +193,7 @@ source_set("test_support") {
deps = [
":test_support_with_content", # TODO(beng): reverse this direction.
"//ash/resources",
+ "//ash/touch_hud",
"//base:i18n",
"//base/test:test_support",
"//components/signin/core/account_id",
« no previous file with comments | « no previous file | ash/touch/touch_hud_projection.h » ('j') | ash/touch/touch_hud_projection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698