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

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

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 years, 5 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_filesystemprovider_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_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 32400ff579833f9f7aed5be8703e83e1b7f9b278..be5e17a26fb722ac1383136e98530ea8d49114c5 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -65,6 +65,7 @@
# ppapi/cpp/dev
'cursor_control_dev.cc',
'file_chooser_dev.cc',
+ 'filesystem_provider.cc',
'font_dev.cc',
'memory_dev.cc',
'printing_dev.cc',
@@ -152,6 +153,7 @@
'FILES': [
'cursor_control_dev.h',
'file_chooser_dev.h',
+ 'filesystem_provider.h',
'font_dev.h',
'memory_dev.h',
'printing_dev.h',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_filesystemprovider_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698