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

Unified Diff: ash/ash.gyp

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/BUILD.gn ('k') | ash/ash_touch_hud.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index a6cfa31569320fbb728035ecd272ebd68a1c76e9..982eca46194728f4318d5d89f650023693eb886c 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -1071,6 +1071,7 @@
'../url/url.gyp:url_lib',
'ash_resources.gyp:ash_resources',
'ash_strings.gyp:ash_strings',
+ 'ash_touch_hud.gyp:ash_touch_hud',
],
'defines': [
'ASH_IMPLEMENTATION',
@@ -1278,6 +1279,7 @@
'ash_strings.gyp:ash_strings',
'ash_strings.gyp:ash_test_strings',
'ash_test_support',
+ 'ash_touch_hud.gyp:ash_touch_hud',
'ash_with_content',
],
'sources': [
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash_touch_hud.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698