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

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

Issue 2784393003: Add missing header files to GN files (2 of N) (Closed)
Patch Set: manual fixes Created 3 years, 9 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 | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 67ba055a79d3a4c9d9b723d7cc2fc0e4f86fb73d..ee73c4a3bff2961a0027743faed3bdae769e3a41 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1422,7 +1422,10 @@ split_static_library("ui") {
"//ui/keyboard:mojom",
]
} else { # Not ash.
- sources += [ "views/touch_uma/touch_uma.cc" ]
+ sources += [
+ "views/touch_uma/touch_uma.cc",
+ "views/touch_uma/touch_uma.h",
+ ]
}
if (toolkit_views) {
sources += [
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698