| Index: device/sensors/sensors.gyp
|
| diff --git a/device/sensors/sensors.gyp b/device/sensors/sensors.gyp
|
| deleted file mode 100644
|
| index 13e050d3b50a01f580ef3fa8e8d467fd59c71c06..0000000000000000000000000000000000000000
|
| --- a/device/sensors/sensors.gyp
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -# Copyright 2016 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -{
|
| - 'variables': {
|
| - 'chromium_code': 1,
|
| - 'mojom_files': [
|
| - 'public/interfaces/light.mojom',
|
| - 'public/interfaces/motion.mojom',
|
| - 'public/interfaces/orientation.mojom',
|
| - ],
|
| - },
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'device_sensors_mojo_bindings',
|
| - 'type': 'static_library',
|
| - 'sources': [ '<@(mojom_files)' ],
|
| - 'includes': [
|
| - '../../mojo/mojom_bindings_generator.gypi',
|
| - ],
|
| - 'variables': {
|
| - 'use_new_wrapper_types': 'false',
|
| - },
|
| - },
|
| - {
|
| - 'target_name': 'device_sensors_mojo_bindings_for_blink',
|
| - 'type': 'static_library',
|
| - 'sources': [ '<@(mojom_files)' ],
|
| - 'variables': {
|
| - 'for_blink': 'true',
|
| - 'use_new_wrapper_types': 'false',
|
| - },
|
| - 'includes': [
|
| - '../../mojo/mojom_bindings_generator.gypi',
|
| - ],
|
| - },
|
| - ],
|
| -}
|
|
|