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

Unified Diff: ash/BUILD.gn

Issue 500613003: Use standardized and extendable accelerometer update type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge and remove unused Vector3dF reference. 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
« no previous file with comments | « no previous file | ash/accelerometer/accelerometer_controller.h » ('j') | chromeos/DEPS » ('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 b49942e8cada90f5777452e34bd3ae413be13f09..a52394bc2974e978278803a5ff7bbbde9b723827 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -29,6 +29,7 @@ component("ash") {
"//net",
"//skia",
"//third_party/icu",
+ "//ui/accelerometer",
"//ui/accessibility",
"//ui/app_list",
"//ui/aura",
@@ -251,6 +252,7 @@ test("ash_unittests") {
"//skia",
"//testing/gtest",
"//third_party/icu",
+ "//ui/accelerometer",
"//ui/accessibility",
"//ui/aura",
"//ui/aura:test_support",
« no previous file with comments | « no previous file | ash/accelerometer/accelerometer_controller.h » ('j') | chromeos/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698