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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 197623005: Rename PPB_Find_Dev to PPB_Find_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_find_dev.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/cpp/extensions', 6 '../../../../ppapi/cpp/extensions',
7 '../../../../ppapi/cpp/extensions/dev', 7 '../../../../ppapi/cpp/extensions/dev',
8 '../../../../ppapi/utility', 8 '../../../../ppapi/utility',
9 '../../../../ppapi/utility/graphics', 9 '../../../../ppapi/utility/graphics',
10 '../../../../ppapi/utility/threading', 10 '../../../../ppapi/utility/threading',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'var.cc', 58 'var.cc',
59 'var_dictionary.cc', 59 'var_dictionary.cc',
60 'video_frame.cc', 60 'video_frame.cc',
61 'view.cc', 61 'view.cc',
62 'websocket.cc', 62 'websocket.cc',
63 63
64 # ppapi/cpp/dev 64 # ppapi/cpp/dev
65 'alarms_dev.cc', 65 'alarms_dev.cc',
66 'cursor_control_dev.cc', 66 'cursor_control_dev.cc',
67 'file_chooser_dev.cc', 67 'file_chooser_dev.cc',
68 'find_dev.cc',
69 'font_dev.cc', 68 'font_dev.cc',
70 'memory_dev.cc', 69 'memory_dev.cc',
71 'printing_dev.cc', 70 'printing_dev.cc',
72 'scriptable_object_deprecated.cc', 71 'scriptable_object_deprecated.cc',
73 'selection_dev.cc', 72 'selection_dev.cc',
74 'string_wrapper_dev.cc', 73 'string_wrapper_dev.cc',
75 'truetype_font_dev.cc', 74 'truetype_font_dev.cc',
76 'view_dev.cc', 75 'view_dev.cc',
77 'zoom_dev.cc', 76 'zoom_dev.cc',
78 77
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'websocket.h', 148 'websocket.h',
150 ], 149 ],
151 'DEST': 'include/ppapi/cpp', 150 'DEST': 'include/ppapi/cpp',
152 }, 151 },
153 { 152 {
154 'FILES': [ 153 'FILES': [
155 'alarms_dev.h', 154 'alarms_dev.h',
156 'array_dev.h', 155 'array_dev.h',
157 'cursor_control_dev.h', 156 'cursor_control_dev.h',
158 'file_chooser_dev.h', 157 'file_chooser_dev.h',
159 'find_dev.h',
160 'font_dev.h', 158 'font_dev.h',
161 'may_own_ptr_dev.h', 159 'may_own_ptr_dev.h',
162 'memory_dev.h', 160 'memory_dev.h',
163 'optional_dev.h', 161 'optional_dev.h',
164 'printing_dev.h', 162 'printing_dev.h',
165 'scriptable_object_deprecated.h', 163 'scriptable_object_deprecated.h',
166 'selection_dev.h', 164 'selection_dev.h',
167 'string_wrapper_dev.h', 165 'string_wrapper_dev.h',
168 'struct_wrapper_output_traits_dev.h', 166 'struct_wrapper_output_traits_dev.h',
169 'to_c_type_converter_dev.h', 167 'to_c_type_converter_dev.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'lock.h', 222 'lock.h',
225 'simple_thread.h', 223 'simple_thread.h',
226 ], 224 ],
227 'DEST': 'include/ppapi/utility/threading', 225 'DEST': 'include/ppapi/utility/threading',
228 }, 226 },
229 ], 227 ],
230 'DEST': 'src', 228 'DEST': 'src',
231 'NAME': 'ppapi_cpp', 229 'NAME': 'ppapi_cpp',
232 } 230 }
233 231
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_find_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698