summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared.gypi
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 04:51:14 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 04:51:14 +0000
commitd989cce292e1696f5bf26d0e0bdb64bdd0090168 (patch)
treeaf0deed23b5a9f3e637832a30fb3f8aa1808979e /ppapi/ppapi_shared.gypi
parentf001bd6a14612d0d547539c5a7a3cf53f95e3816 (diff)
downloadchromium_src-d989cce292e1696f5bf26d0e0bdb64bdd0090168.zip
chromium_src-d989cce292e1696f5bf26d0e0bdb64bdd0090168.tar.gz
chromium_src-d989cce292e1696f5bf26d0e0bdb64bdd0090168.tar.bz2
Apply renaming of ppapi shared stuff to new ppb_var shared code.
This CL brings the PPB_Var new shared implementation (from r113491) in to compliance with the new naming convention introduced at r113428. I didn't want to do add any more complexity to that in-flight CL, so I'm doing the rename here. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/8870002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r--ppapi/ppapi_shared.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 8b29a4b..51b52df 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -69,8 +69,8 @@
'shared_impl/ppb_url_request_info_shared.h',
'shared_impl/ppb_url_util_shared.cc',
'shared_impl/ppb_url_util_shared.h',
- 'shared_impl/ppb_var_impl.cc',
- 'shared_impl/ppb_var_impl.h',
+ 'shared_impl/ppb_var_shared.cc',
+ 'shared_impl/ppb_var_shared.h',
'shared_impl/ppb_video_decoder_shared.cc',
'shared_impl/ppb_video_decoder_shared.h',
'shared_impl/ppp_instance_combined.cc',