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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 2279593004: Delete gyp files from media/ (Closed)
Patch Set: Created 4 years, 4 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 | « media/midi/midi.gyp ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
deleted file mode 100644
index cca7f6d308ff53e3a89f1a8c1e4c1e9e2a7f8e7d..0000000000000000000000000000000000000000
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 2015 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.
-{
- 'targets': [
- {
- # GN version: //media/mojo/interfaces
- 'target_name': 'audio_output_mojom',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- 'audio_output.mojom',
- 'audio_parameters.mojom',
- ],
- 'use_new_wrapper_types': 'false',
- },
- 'dependencies': [
- '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- ],
- 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
- 'mojom_typemaps': [
- 'audio_parameters.typemap',
- ],
- },
- {
- 'target_name': 'audio_output_mojom_bindings',
- 'type': 'static_library',
- 'dependencies': [
- 'audio_output_mojom',
- ],
- },
- {
- # GN version: //media/mojo/interfaces
- 'target_name': 'platform_verification_mojo_bindings',
- 'type': 'none',
- 'sources': [
- 'platform_verification.mojom',
- ],
- 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
- },
- {
- 'target_name': 'platform_verification_api',
- 'type': 'static_library',
- 'dependencies': [
- 'platform_verification_mojo_bindings',
- '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../../services/shell/shell_public.gyp:shell_public',
- ],
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.cc',
- '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.h',
- ],
- },
- {
- # GN version: //media/mojo/interfaces
- 'target_name': 'provision_fetcher_mojo_bindings',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- 'provision_fetcher.mojom',
- ],
- 'use_new_wrapper_types': 'false',
- },
- 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
- },
- {
- 'target_name': 'provision_fetcher_api',
- 'type': 'static_library',
- 'dependencies': [
- 'provision_fetcher_mojo_bindings',
- '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../../services/shell/shell_public.gyp:shell_public',
- ],
- },
- {
- # GN version: //media/mojo/interfaces:image_capture
- 'target_name': 'image_capture_mojo_bindings',
- 'type': 'static_library',
- 'includes': [
- '../../../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'image_capture.mojom',
- ],
- },
- {
- # GN version: //media/mojo/interfaces:image_capture
- 'target_name': 'image_capture_mojo_bindings_for_blink',
- 'type': 'static_library',
- 'variables': {
- 'for_blink': 'true',
- },
- 'includes': [
- '../../../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'image_capture.mojom',
- ],
- },
- ],
-}
« no previous file with comments | « media/midi/midi.gyp ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698