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

Unified Diff: ash/touch_hud/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: Add dependency 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 | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/touch_hud/ash_touch_hud_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch_hud/BUILD.gn
diff --git a/ui/aura_extra/BUILD.gn b/ash/touch_hud/BUILD.gn
similarity index 52%
copy from ui/aura_extra/BUILD.gn
copy to ash/touch_hud/BUILD.gn
index dae41d27033ec37aa88067cef67c9c711e6f7450..8c509ef66d30a882fdec5ab41e3306da77e4b31e 100644
--- a/ui/aura_extra/BUILD.gn
+++ b/ash/touch_hud/BUILD.gn
@@ -1,26 +1,25 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ui.gni")
-component("aura_extra") {
+component("touch_hud") {
sources = [
- "aura_extra_export.h",
- "image_window_delegate.cc",
- "image_window_delegate.h",
+ "ash_touch_hud_export.h",
+ "touch_hud_renderer.cc",
+ "touch_hud_renderer.h",
]
- defines = [ "AURA_EXTRA_IMPLEMENTATION" ]
+ defines = [ "ASH_TOUCH_HUD_IMPLEMENTATION" ]
deps = [
"//base",
"//skia",
- "//ui/aura",
- "//ui/base",
"//ui/compositor",
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/views",
]
}
« no previous file with comments | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/touch_hud/ash_touch_hud_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698