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

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

Issue 1428653002: PPAPI: Remove PPB_Font_Dev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_font_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 '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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'var_dictionary.cc', 59 'var_dictionary.cc',
60 'video_decoder.cc', 60 'video_decoder.cc',
61 'video_encoder.cc', 61 'video_encoder.cc',
62 'video_frame.cc', 62 'video_frame.cc',
63 'view.cc', 63 'view.cc',
64 'websocket.cc', 64 'websocket.cc',
65 65
66 # ppapi/cpp/dev 66 # ppapi/cpp/dev
67 'cursor_control_dev.cc', 67 'cursor_control_dev.cc',
68 'file_chooser_dev.cc', 68 'file_chooser_dev.cc',
69 '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 'truetype_font_dev.cc', 72 'truetype_font_dev.cc',
74 'view_dev.cc', 73 'view_dev.cc',
75 74
76 # ppapi/utility/graphics 75 # ppapi/utility/graphics
77 'paint_aggregator.cc', 76 'paint_aggregator.cc',
78 'paint_manager.cc', 77 'paint_manager.cc',
79 78
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'video_frame.h', 146 'video_frame.h',
148 'view.h', 147 'view.h',
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 'cursor_control_dev.h', 154 'cursor_control_dev.h',
156 'file_chooser_dev.h', 155 'file_chooser_dev.h',
157 'font_dev.h',
158 'memory_dev.h', 156 'memory_dev.h',
159 'printing_dev.h', 157 'printing_dev.h',
160 'scriptable_object_deprecated.h', 158 'scriptable_object_deprecated.h',
161 'truetype_font_dev.h', 159 'truetype_font_dev.h',
162 'video_capture_client_dev.h', 160 'video_capture_client_dev.h',
163 'video_decoder_client_dev.h', 161 'video_decoder_client_dev.h',
164 'view_dev.h', 162 'view_dev.h',
165 ], 163 ],
166 'DEST': 'include/ppapi/cpp/dev', 164 'DEST': 'include/ppapi/cpp/dev',
167 }, 165 },
(...skipping 29 matching lines...) Expand all
197 'lock.h', 195 'lock.h',
198 'simple_thread.h', 196 'simple_thread.h',
199 ], 197 ],
200 'DEST': 'include/ppapi/utility/threading', 198 'DEST': 'include/ppapi/utility/threading',
201 }, 199 },
202 ], 200 ],
203 'DEST': 'src', 201 'DEST': 'src',
204 'NAME': 'ppapi_cpp', 202 'NAME': 'ppapi_cpp',
205 } 203 }
206 204
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_font_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698