summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi.gyp
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-19 20:17:17 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-19 20:17:17 +0000
commite80bdfb2a317f94642d79cb21e65acfc3a36fb0d (patch)
tree80d18350b2827f748d5f4e544e0f70da5066837d /ppapi/ppapi.gyp
parentbd4e2b21a189516a014561e4250bbf39be68cefc (diff)
downloadchromium_src-e80bdfb2a317f94642d79cb21e65acfc3a36fb0d.zip
chromium_src-e80bdfb2a317f94642d79cb21e65acfc3a36fb0d.tar.gz
chromium_src-e80bdfb2a317f94642d79cb21e65acfc3a36fb0d.tar.bz2
Remove stale references to private NaCl copy of PPAPI
This CL s a trivial change that bumps the DEPS to NaCl to bring in NaCl side cleanups and removes Chrome side stale references to XXX_nacl versions of the PPAPI libraries which were private to NaCl. TEST= try BUG= none R= brettw@chromium.org Review URL: http://codereview.chromium.org/8346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi.gyp')
-rw-r--r--ppapi/ppapi.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp
index fa850d5..f1eb48f 100644
--- a/ppapi/ppapi.gyp
+++ b/ppapi/ppapi.gyp
@@ -9,17 +9,6 @@
{
'variables': {
'chromium_code': 1, # Use higher warning level.
-
- # NaCl also uses the C and C++ PPAPI targets. We want it to be able to use
- # its own version of PPAPI when compiling into Chrome, which means we'll
- # actually have two instances of each library in the checkout (though not
- # compiled into the same binary since NaCl is a shared library).
- #
- # This value is the suffix that will be appended to the relevant projects.
- # In Chrome, it's empty so the projects have the same name. NaCl sets this
- # to "_nacl" and includes the .gypi files below, giving it different names
- # for these projects.
- 'nacl_ppapi_library_suffix': '',
},
'target_defaults': {
'conditions': [