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"
10 "accelerometer_types.cc",
11 "accelerometer_types.h",
12 "ui_accelerometer_export.h",
15 defines = [ "UI_ACCELEROMETER_IMPLEMENTATION" ]