From e80bdfb2a317f94642d79cb21e65acfc3a36fb0d Mon Sep 17 00:00:00 2001 From: "noelallen@google.com" Date: Wed, 19 Oct 2011 20:17:17 +0000 Subject: 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 --- ppapi/ppapi_cpp.gypi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ppapi/ppapi_cpp.gypi') diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi index 5c7ca07..48378f7 100644 --- a/ppapi/ppapi_cpp.gypi +++ b/ppapi/ppapi_cpp.gypi @@ -5,7 +5,7 @@ { 'targets': [ { - 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', + 'target_name': 'ppapi_c', 'type': 'none', 'all_dependent_settings': { 'include_dirs+': [ @@ -133,10 +133,10 @@ ], }, { - 'target_name': 'ppapi_cpp_objects<(nacl_ppapi_library_suffix)', + 'target_name': 'ppapi_cpp_objects', 'type': 'static_library', 'dependencies': [ - 'ppapi_c<(nacl_ppapi_library_suffix)' + 'ppapi_c' ], 'include_dirs+': [ '..', @@ -285,11 +285,11 @@ ], }, { - 'target_name': 'ppapi_cpp<(nacl_ppapi_library_suffix)', + 'target_name': 'ppapi_cpp', 'type': 'static_library', 'dependencies': [ - 'ppapi_c<(nacl_ppapi_library_suffix)', - 'ppapi_cpp_objects<(nacl_ppapi_library_suffix)', + 'ppapi_c', + 'ppapi_cpp_objects', ], 'include_dirs+': [ '..', -- cgit v1.1