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

Unified Diff: native_client_sdk/src/libraries/ppapi/library.dsc

Issue 69663002: PPAPI: Implement PPB_FileMapping on POSIX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rough patch. Starting testing. Created 6 years, 11 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 | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/api/dev/ppb_file_io_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi/library.dsc b/native_client_sdk/src/libraries/ppapi/library.dsc
index a0edb200cd8502fb191e6224daf12f6b02cb768d..79c8801ead262b0226c02fa76d0b4453fde5724a 100644
--- a/native_client_sdk/src/libraries/ppapi/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi/library.dsc
@@ -24,6 +24,7 @@
'ppb_console.h',
'ppb_core.h',
'ppb_file_io.h',
+ 'ppb_file_mapping.h',
'ppb_file_ref.h',
'ppb_file_system.h',
'ppb_fullscreen.h',
@@ -96,7 +97,6 @@
'ppb_cursor_control_dev.h',
'ppb_device_ref_dev.h',
'ppb_file_chooser_dev.h',
- 'ppb_file_io_dev.h',
'ppb_find_dev.h',
'ppb_font_dev.h',
'ppb_gles_chromium_texture_mapping_dev.h',
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/api/dev/ppb_file_io_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698