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

Unified Diff: device/vibration/vibration.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/usb/usb.gyp ('k') | device/vr/vr.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vibration/vibration.gyp
diff --git a/device/vibration/vibration.gyp b/device/vibration/vibration.gyp
deleted file mode 100644
index 3e1f84bed6f094f381d964f425cbe8f3eb053cd1..0000000000000000000000000000000000000000
--- a/device/vibration/vibration.gyp
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 2014 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,
- },
- 'targets': [
- {
- # GN version: //device/vibration:mojo_bindings
- 'target_name': 'device_vibration_mojo_bindings',
- 'type': 'static_library',
- 'includes': [
- '../../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'vibration_manager.mojom',
- ],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
- },
- {
- # GN version: //device/vibration:mojo_bindings_blink
- 'target_name': 'device_vibration_mojo_bindings_for_blink',
- 'type': 'static_library',
- 'variables': {
- 'for_blink': 'true',
- 'use_new_wrapper_types': 'false',
- },
- 'includes': [
- '../../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'vibration_manager.mojom',
- ],
- },
- {
- # GN version: //device/vibration
- 'target_name': 'device_vibration',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- 'device_vibration_mojo_bindings',
- ],
- 'defines': [
- 'DEVICE_VIBRATION_IMPLEMENTATION',
- ],
- 'sources': [
- 'vibration_manager_impl.h',
- 'vibration_manager_impl_default.cc',
- ],
- 'conditions': [
- ['OS == "android"', {
- 'dependencies': [
- 'device_vibration_java',
- ],
- 'sources!': [
- 'vibration_manager_impl_default.cc',
- ],
- }],
- ],
- },
- ],
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- 'target_name': 'device_vibration_java',
- 'type': 'none',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../mojo/mojo_public.gyp:mojo_bindings_java',
- 'device_vibration_mojo_bindings',
- ],
- 'variables': {
- 'java_in_dir': '../../device/vibration/android/java',
- },
- 'includes': [ '../../build/java.gypi' ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « device/usb/usb.gyp ('k') | device/vr/vr.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698