Home | History | Annotate | Download | only in accelerometer
      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.
      4 
      5 {
      6   'variables': {
      7     'chromium_code': 1,
      8   },
      9   'targets': [
     10     {
     11       # GN version: //ui/accelerometer
     12       'target_name': 'ui_accelerometer',
     13       'type': '<(component)',
     14       'dependencies': [
     15         '../gfx/gfx.gyp:gfx_geometry',
     16       ],
     17       'defines': [
     18         'UI_ACCELEROMETER_IMPLEMENTATION',
     19       ],
     20       'sources' : [
     21         'accelerometer_types.cc',
     22         'accelerometer_types.h',
     23         'ui_accelerometer_export.h',
     24       ],
     25       'include_dirs': [
     26         '../..',
     27       ],
     28     },
     29   ],
     30 }
     31