Remove content descriptions from autofill spinners
[chromium-blink-merge.git] / ui / accelerometer / BUILD.gn
blob4af13dae968008b92124d180872875b3513b09a6
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/ui.gni")
7 component("accelerometer") {
8   output_name = "ui_accelerometer"
9   sources = [
10     "accelerometer_types.cc",
11     "accelerometer_types.h",
12     "ui_accelerometer_export.h",
13   ]
15   defines = [ "UI_ACCELEROMETER_IMPLEMENTATION" ]
17   deps = [
18     "//base",
19     "//ui/gfx/geometry",
20   ]