Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2137)

Unified Diff: device/sensors/sensors.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/power_save_blocker/power_save_blocker.gyp ('k') | device/serial/serial.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- ],
-}
« no previous file with comments | « device/power_save_blocker/power_save_blocker.gyp ('k') | device/serial/serial.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698