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

Unified Diff: ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp

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
Index: ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
diff --git a/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp b/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
deleted file mode 100644
index e1b2d85b6ea65a5accdc353fdbb54e3348758f4a..0000000000000000000000000000000000000000
--- a/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright (c) 2011 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.
-
-{
- 'includes': [
- '../../../../../build/common_untrusted.gypi',
- ],
- 'targets' : [
- {
- 'target_name': 'ppapi_stub_lib',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libppapi_stub.a',
- 'build_glibc': 1,
- 'build_newlib': 1,
- 'build_pnacl_newlib': 1,
- },
- # Always compile libppapi_stub with -fPIC so that -lppapi can be linked
- # into shared libraries (libppapi.so is a linker script that pulls in
- # ppapi_stub).
- 'compile_flags': [ '-fPIC' ],
- 'include_dirs': [
- '../../../..',
- ],
- 'sources': [
- 'plugin_main_irt.c',
- 'ppapi_plugin_main.c',
- 'ppapi_plugin_start.c',
- 'thread_creator.c'
- ],
- },
- ],
-}
« no previous file with comments | « ppapi/native_client/native_client.gyp ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698