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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 9348069: Move the charset inteface to "trusted" (we can't implement this efficiently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: STUPID REQUIRED REVIEW COMMENT Created 8 years, 10 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
« no previous file with comments | « ppapi/c/trusted/ppb_char_set_trusted.h ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 9047e5436906c6dfcdc879054c65875fc0dc5fef..b7e82c16c32bc079cb532f8fe7df83201e07e7bc 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -72,8 +72,6 @@
'shared_impl/ppb_audio_input_shared.h',
'shared_impl/ppb_audio_shared.cc',
'shared_impl/ppb_audio_shared.h',
- 'shared_impl/ppb_char_set_shared.cc',
- 'shared_impl/ppb_char_set_shared.h',
'shared_impl/ppb_crypto_shared.cc',
'shared_impl/ppb_device_ref_shared.cc',
'shared_impl/ppb_device_ref_shared.h',
@@ -128,6 +126,8 @@
'shared_impl/private/net_address_private_impl.cc',
'shared_impl/private/net_address_private_impl.h',
+ 'shared_impl/private/ppb_char_set_shared.cc',
+ 'shared_impl/private/ppb_char_set_shared.h',
'shared_impl/private/ppb_font_shared.cc',
'shared_impl/private/ppb_font_shared.h',
« no previous file with comments | « ppapi/c/trusted/ppb_char_set_trusted.h ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698