Clean up extension confirmation prompts and make them consistent between Views and...
[chromium-blink-merge.git] / third_party / sudden_motion_sensor / BUILD.gn
blob26bdf4284cf7a8b204c21df7562d1deeb9d6f203
1 # Copyright 2015 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 source_set("sudden_motion_sensor") {
6   sources = [
7     "sudden_motion_sensor_mac.cc",
8     "sudden_motion_sensor_mac.h",
9   ]
11   deps = [
12     "//base",
13   ]