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

Unified Diff: third_party/wayland-protocols/wayland-protocols.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 | « third_party/usrsctp/usrsctp_nacl.gyp ('k') | third_party/wayland/wayland.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/wayland-protocols.gyp
diff --git a/third_party/wayland-protocols/wayland-protocols.gyp b/third_party/wayland-protocols/wayland-protocols.gyp
deleted file mode 100644
index 694814ce67cac2e83a84ac286361e78a0b2e9c12..0000000000000000000000000000000000000000
--- a/third_party/wayland-protocols/wayland-protocols.gyp
+++ /dev/null
@@ -1,188 +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': [
- {
- 'target_name': 'xdg_shell_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/xdg-shell-unstable-v5-client-protocol.h',
- 'include/protocol/xdg-shell-unstable-v5-server-protocol.h',
- 'protocol/xdg-shell-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'linux_dmabuf_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/linux-dmabuf-unstable-v1-client-protocol.h',
- 'include/protocol/linux-dmabuf-unstable-v1-server-protocol.h',
- 'protocol/linux-dmabuf-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'viewporter_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/viewporter-client-protocol.h',
- 'include/protocol/viewporter-server-protocol.h',
- 'protocol/viewporter-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'vsync_feedback_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/vsync-feedback-unstable-v1-client-protocol.h',
- 'include/protocol/vsync-feedback-unstable-v1-server-protocol.h',
- 'protocol/vsync-feedback-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'secure_output_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/secure-output-unstable-v1-client-protocol.h',
- 'include/protocol/secure-output-unstable-v1-server-protocol.h',
- 'protocol/secure-output-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'alpha_compositing_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/alpha-compositing-unstable-v1-client-protocol.h',
- 'include/protocol/alpha-compositing-unstable-v1-server-protocol.h',
- 'protocol/alpha-compositing-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'remote_shell_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/remote-shell-unstable-v1-client-protocol.h',
- 'include/protocol/remote-shell-unstable-v1-server-protocol.h',
- 'protocol/remote-shell-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'gaming_input_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/gaming-input-unstable-v1-client-protocol.h',
- 'include/protocol/gaming-input-unstable-v1-server-protocol.h',
- 'protocol/gaming-input-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
- 'target_name': 'stylus_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/stylus-unstable-v1-client-protocol.h',
- 'include/protocol/stylus-unstable-v1-server-protocol.h',
- 'protocol/stylus-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- ],
-}
« no previous file with comments | « third_party/usrsctp/usrsctp_nacl.gyp ('k') | third_party/wayland/wayland.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698