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

Unified Diff: ppapi/ppapi.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/ppapi.gyp
diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp
deleted file mode 100644
index 94e2daafc9dea6fa5eee9fc8900f480681828959..0000000000000000000000000000000000000000
--- a/ppapi/ppapi.gyp
+++ /dev/null
@@ -1,35 +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.
-
-# This is the "public" ppapi.gyp file, which must have dependencies on the
-# redistributable portions of PPAPI only. This prevents circular dependencies
-# in the .gyp files (since ppapi_internal depends on parts of Chrome).
-
-{
- 'variables': {
- 'chromium_code': 1, # Use higher warning level.
- },
- 'target_defaults': {
- 'conditions': [
- # Linux shared libraries should always be built -fPIC.
- #
- # TODO(ajwong): For internal pepper plugins, which are statically linked
- # into chrome, do we want to build w/o -fPIC? If so, how can we express
- # that in the build system?
- ['os_posix == 1 and OS != "mac" and OS != "android"', {
- 'cflags': ['-fPIC', '-fvisibility=hidden'],
-
- # This is needed to make the Linux shlib build happy. Without this,
- # -fvisibility=hidden gets stripped by the exclusion in common.gypi
- # that is triggered when a shared library build is specified.
- 'cflags/': [['include', '^-fvisibility=hidden$']],
- }],
- ],
- },
- 'includes': [
- 'ppapi_sources.gypi',
- 'ppapi_cpp.gypi',
- 'ppapi_gl.gypi',
- ],
-}
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp ('k') | ppapi/ppapi_cpp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698