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

Unified Diff: ui/accelerometer/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the adnoid Created 6 years, 3 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
Index: ui/accelerometer/BUILD.gn
diff --git a/ui/accelerometer/BUILD.gn b/ui/accelerometer/BUILD.gn
index 1e53ab7947dbcc4724a35bd372296adf13a58dcc..4af13dae968008b92124d180872875b3513b09a6 100644
--- a/ui/accelerometer/BUILD.gn
+++ b/ui/accelerometer/BUILD.gn
@@ -15,6 +15,7 @@ component("accelerometer") {
defines = [ "UI_ACCELEROMETER_IMPLEMENTATION" ]
deps = [
+ "//base",
"//ui/gfx/geometry",
]
}

Powered by Google App Engine
This is Rietveld 408576698