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

Unified Diff: ppapi/ppapi_host.gypi

Issue 2289983002: Remove PPAPI gyp files. (Closed)
Patch Set: visibility 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 | « ppapi/ppapi_gl.gypi ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_host.gypi
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi
deleted file mode 100644
index 3113ddf5c22a0cb165b2e158da0077638dbdbb4f..0000000000000000000000000000000000000000
--- a/ppapi/ppapi_host.gypi
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright (c) 2012 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: //ppapi/host
- 'target_name': 'ppapi_host',
- 'type': '<(component)',
- 'dependencies': [
- '../base/base.gyp:base',
- '../ipc/ipc.gyp:ipc',
- '../media/media.gyp:shared_memory_support',
- '../ui/surface/surface.gyp:surface',
- '../url/url.gyp:url_lib',
- 'ppapi.gyp:ppapi_c',
- 'ppapi_internal.gyp:ppapi_ipc',
- 'ppapi_internal.gyp:ppapi_proxy',
- 'ppapi_internal.gyp:ppapi_shared',
- ],
- 'defines': [
- 'PPAPI_HOST_IMPLEMENTATION',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'host/dispatch_host_message.h',
- 'host/error_conversion.cc',
- 'host/error_conversion.h',
- 'host/host_factory.h',
- 'host/host_message_context.cc',
- 'host/host_message_context.h',
- 'host/instance_message_filter.cc',
- 'host/instance_message_filter.h',
- 'host/message_filter_host.cc',
- 'host/message_filter_host.h',
- 'host/ppapi_host.cc',
- 'host/ppapi_host.h',
- 'host/ppapi_host_export.h',
- 'host/resource_host.cc',
- 'host/resource_host.h',
- 'host/resource_message_filter.cc',
- 'host/resource_message_filter.h',
- 'host/resource_message_handler.cc',
- 'host/resource_message_handler.h',
- ],
- },
- ],
-}
« no previous file with comments | « ppapi/ppapi_gl.gypi ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698