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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9111008: Introduce PPB_ResourceArray_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 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 | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'c/dev/ppb_char_set_dev.h', 56 'c/dev/ppb_char_set_dev.h',
57 'c/dev/ppb_console_dev.h', 57 'c/dev/ppb_console_dev.h',
58 'c/dev/ppb_cursor_control_dev.h', 58 'c/dev/ppb_cursor_control_dev.h',
59 'c/dev/ppb_directory_reader_dev.h', 59 'c/dev/ppb_directory_reader_dev.h',
60 'c/dev/ppb_file_chooser_dev.h', 60 'c/dev/ppb_file_chooser_dev.h',
61 'c/dev/ppb_find_dev.h', 61 'c/dev/ppb_find_dev.h',
62 'c/dev/ppb_font_dev.h', 62 'c/dev/ppb_font_dev.h',
63 'c/dev/ppb_fullscreen_dev.h', 63 'c/dev/ppb_fullscreen_dev.h',
64 'c/dev/ppb_ime_input_event_dev.h', 64 'c/dev/ppb_ime_input_event_dev.h',
65 'c/dev/ppb_memory_dev.h', 65 'c/dev/ppb_memory_dev.h',
66 'c/dev/ppb_resource_array_dev.h',
66 'c/dev/ppb_scrollbar_dev.h', 67 'c/dev/ppb_scrollbar_dev.h',
67 'c/dev/ppb_testing_dev.h', 68 'c/dev/ppb_testing_dev.h',
68 'c/dev/ppb_url_util_dev.h', 69 'c/dev/ppb_url_util_dev.h',
69 'c/dev/ppb_var_array_buffer_dev.h', 70 'c/dev/ppb_var_array_buffer_dev.h',
70 'c/dev/ppb_video_decoder_dev.h', 71 'c/dev/ppb_video_decoder_dev.h',
71 'c/dev/ppb_websocket_dev.h', 72 'c/dev/ppb_websocket_dev.h',
72 'c/dev/ppb_widget_dev.h', 73 'c/dev/ppb_widget_dev.h',
73 'c/dev/ppb_zoom_dev.h', 74 'c/dev/ppb_zoom_dev.h',
74 'c/dev/ppp_cursor_control_dev.h', 75 'c/dev/ppp_cursor_control_dev.h',
75 'c/dev/ppp_find_dev.h', 76 'c/dev/ppp_find_dev.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'cpp/dev/font_dev.cc', 190 'cpp/dev/font_dev.cc',
190 'cpp/dev/font_dev.h', 191 'cpp/dev/font_dev.h',
191 'cpp/dev/fullscreen_dev.cc', 192 'cpp/dev/fullscreen_dev.cc',
192 'cpp/dev/fullscreen_dev.h', 193 'cpp/dev/fullscreen_dev.h',
193 'cpp/dev/ime_input_event_dev.cc', 194 'cpp/dev/ime_input_event_dev.cc',
194 'cpp/dev/ime_input_event_dev.h', 195 'cpp/dev/ime_input_event_dev.h',
195 'cpp/dev/memory_dev.cc', 196 'cpp/dev/memory_dev.cc',
196 'cpp/dev/memory_dev.h', 197 'cpp/dev/memory_dev.h',
197 'cpp/dev/printing_dev.cc', 198 'cpp/dev/printing_dev.cc',
198 'cpp/dev/printing_dev.h', 199 'cpp/dev/printing_dev.h',
200 'cpp/dev/resource_array_dev.cc',
201 'cpp/dev/resource_array_dev.h',
199 'cpp/dev/scrollbar_dev.cc', 202 'cpp/dev/scrollbar_dev.cc',
200 'cpp/dev/scrollbar_dev.h', 203 'cpp/dev/scrollbar_dev.h',
201 'cpp/dev/selection_dev.cc', 204 'cpp/dev/selection_dev.cc',
202 'cpp/dev/selection_dev.h', 205 'cpp/dev/selection_dev.h',
203 'cpp/dev/text_input_dev.cc', 206 'cpp/dev/text_input_dev.cc',
204 'cpp/dev/text_input_dev.h', 207 'cpp/dev/text_input_dev.h',
205 'cpp/dev/url_util_dev.cc', 208 'cpp/dev/url_util_dev.cc',
206 'cpp/dev/url_util_dev.h', 209 'cpp/dev/url_util_dev.h',
207 'cpp/dev/var_array_buffer_dev.cc', 210 'cpp/dev/var_array_buffer_dev.cc',
208 'cpp/dev/var_array_buffer_dev.h', 211 'cpp/dev/var_array_buffer_dev.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'tests/test_input_event.cc', 354 'tests/test_input_event.cc',
352 'tests/test_input_event.h', 355 'tests/test_input_event.h',
353 'tests/test_memory.cc', 356 'tests/test_memory.cc',
354 'tests/test_memory.h', 357 'tests/test_memory.h',
355 'tests/test_net_address_private.cc', 358 'tests/test_net_address_private.cc',
356 'tests/test_net_address_private.h', 359 'tests/test_net_address_private.h',
357 'tests/test_paint_aggregator.cc', 360 'tests/test_paint_aggregator.cc',
358 'tests/test_paint_aggregator.h', 361 'tests/test_paint_aggregator.h',
359 'tests/test_post_message.cc', 362 'tests/test_post_message.cc',
360 'tests/test_post_message.h', 363 'tests/test_post_message.h',
364 'tests/test_resource_array.cc',
365 'tests/test_resource_array.h',
361 'tests/test_scrollbar.cc', 366 'tests/test_scrollbar.cc',
362 'tests/test_scrollbar.h', 367 'tests/test_scrollbar.h',
363 'tests/test_struct_sizes.c', 368 'tests/test_struct_sizes.c',
364 'tests/test_tcp_socket_private.cc', 369 'tests/test_tcp_socket_private.cc',
365 'tests/test_tcp_socket_private.h', 370 'tests/test_tcp_socket_private.h',
366 'tests/test_uma.cc', 371 'tests/test_uma.cc',
367 'tests/test_uma.h', 372 'tests/test_uma.h',
368 'tests/test_url_loader.cc', 373 'tests/test_url_loader.cc',
369 'tests/test_url_loader.h', 374 'tests/test_url_loader.h',
370 'tests/test_url_util.cc', 375 'tests/test_url_util.cc',
(...skipping 23 matching lines...) Expand all
394 'c/dev/ppb_transport_dev.h', 399 'c/dev/ppb_transport_dev.h',
395 ], 400 ],
396 'cpp_source_files': [ 401 'cpp_source_files': [
397 'cpp/dev/transport_dev.cc', 402 'cpp/dev/transport_dev.cc',
398 'cpp/dev/transport_dev.h', 403 'cpp/dev/transport_dev.h',
399 ], 404 ],
400 }, 405 },
401 }], 406 }],
402 ], 407 ],
403 } 408 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698