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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'SEARCH': [ 2 'SEARCH': [
3 '../../../../ppapi/cpp', 3 '../../../../ppapi/cpp',
4 '../../../../ppapi/cpp/dev', 4 '../../../../ppapi/cpp/dev',
5 '../../../../ppapi/utility', 5 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 6 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 7 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 8 '../../../../ppapi/utility/websocket',
9 ], 9 ],
10 'TARGETS': [ 10 'TARGETS': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'var_dictionary.cc', 58 'var_dictionary.cc',
59 'video_decoder.cc', 59 'video_decoder.cc',
60 'video_encoder.cc', 60 'video_encoder.cc',
61 'video_frame.cc', 61 'video_frame.cc',
62 'view.cc', 62 'view.cc',
63 'websocket.cc', 63 'websocket.cc',
64 64
65 # ppapi/cpp/dev 65 # ppapi/cpp/dev
66 'cursor_control_dev.cc', 66 'cursor_control_dev.cc',
67 'file_chooser_dev.cc', 67 'file_chooser_dev.cc',
68 'filesystem_provider.cc',
68 'font_dev.cc', 69 'font_dev.cc',
69 'memory_dev.cc', 70 'memory_dev.cc',
70 'printing_dev.cc', 71 'printing_dev.cc',
71 'scriptable_object_deprecated.cc', 72 'scriptable_object_deprecated.cc',
72 'truetype_font_dev.cc', 73 'truetype_font_dev.cc',
73 'view_dev.cc', 74 'view_dev.cc',
74 75
75 # ppapi/utility/graphics 76 # ppapi/utility/graphics
76 'paint_aggregator.cc', 77 'paint_aggregator.cc',
77 'paint_manager.cc', 78 'paint_manager.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'video_frame.h', 146 'video_frame.h',
146 'view.h', 147 'view.h',
147 'websocket.h', 148 'websocket.h',
148 ], 149 ],
149 'DEST': 'include/ppapi/cpp', 150 'DEST': 'include/ppapi/cpp',
150 }, 151 },
151 { 152 {
152 'FILES': [ 153 'FILES': [
153 'cursor_control_dev.h', 154 'cursor_control_dev.h',
154 'file_chooser_dev.h', 155 'file_chooser_dev.h',
156 'filesystem_provider.h',
155 'font_dev.h', 157 'font_dev.h',
156 'memory_dev.h', 158 'memory_dev.h',
157 'printing_dev.h', 159 'printing_dev.h',
158 'scriptable_object_deprecated.h', 160 'scriptable_object_deprecated.h',
159 'truetype_font_dev.h', 161 'truetype_font_dev.h',
160 'video_capture_client_dev.h', 162 'video_capture_client_dev.h',
161 'video_decoder_client_dev.h', 163 'video_decoder_client_dev.h',
162 'view_dev.h', 164 'view_dev.h',
163 ], 165 ],
164 'DEST': 'include/ppapi/cpp/dev', 166 'DEST': 'include/ppapi/cpp/dev',
(...skipping 30 matching lines...) Expand all
195 'lock.h', 197 'lock.h',
196 'simple_thread.h', 198 'simple_thread.h',
197 ], 199 ],
198 'DEST': 'include/ppapi/utility/threading', 200 'DEST': 'include/ppapi/utility/threading',
199 }, 201 },
200 ], 202 ],
201 'DEST': 'src', 203 'DEST': 'src',
202 'NAME': 'ppapi_cpp', 204 'NAME': 'ppapi_cpp',
203 } 205 }
204 206
OLDNEW
« 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