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

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: Various cleanups Created 5 years, 6 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 'selection_dev.cc', 73 'selection_dev.cc',
73 'truetype_font_dev.cc', 74 'truetype_font_dev.cc',
74 'view_dev.cc', 75 'view_dev.cc',
75 'zoom_dev.cc', 76 'zoom_dev.cc',
76 77
77 # ppapi/utility/graphics 78 # ppapi/utility/graphics
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'video_frame.h', 148 'video_frame.h',
148 'view.h', 149 'view.h',
149 'websocket.h', 150 'websocket.h',
150 ], 151 ],
151 'DEST': 'include/ppapi/cpp', 152 'DEST': 'include/ppapi/cpp',
152 }, 153 },
153 { 154 {
154 'FILES': [ 155 'FILES': [
155 'cursor_control_dev.h', 156 'cursor_control_dev.h',
156 'file_chooser_dev.h', 157 'file_chooser_dev.h',
158 'filesystem_provider.h',
157 'font_dev.h', 159 'font_dev.h',
158 'memory_dev.h', 160 'memory_dev.h',
159 'printing_dev.h', 161 'printing_dev.h',
160 'scriptable_object_deprecated.h', 162 'scriptable_object_deprecated.h',
161 'selection_dev.h', 163 'selection_dev.h',
162 'truetype_font_dev.h', 164 'truetype_font_dev.h',
163 'video_capture_client_dev.h', 165 'video_capture_client_dev.h',
164 'video_decoder_client_dev.h', 166 'video_decoder_client_dev.h',
165 'view_dev.h', 167 'view_dev.h',
166 'widget_client_dev.h', 168 'widget_client_dev.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'lock.h', 202 'lock.h',
201 'simple_thread.h', 203 'simple_thread.h',
202 ], 204 ],
203 'DEST': 'include/ppapi/utility/threading', 205 'DEST': 'include/ppapi/utility/threading',
204 }, 206 },
205 ], 207 ],
206 'DEST': 'src', 208 'DEST': 'src',
207 'NAME': 'ppapi_cpp', 209 'NAME': 'ppapi_cpp',
208 } 210 }
209 211
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698