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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 123933006: Pepper: Remove ResourceArray_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'c/dev/ppb_buffer_dev.h', 75 'c/dev/ppb_buffer_dev.h',
76 'c/dev/ppb_char_set_dev.h', 76 'c/dev/ppb_char_set_dev.h',
77 'c/dev/ppb_cursor_control_dev.h', 77 'c/dev/ppb_cursor_control_dev.h',
78 'c/dev/ppb_device_ref_dev.h', 78 'c/dev/ppb_device_ref_dev.h',
79 'c/dev/ppb_file_chooser_dev.h', 79 'c/dev/ppb_file_chooser_dev.h',
80 'c/dev/ppb_find_dev.h', 80 'c/dev/ppb_find_dev.h',
81 'c/dev/ppb_font_dev.h', 81 'c/dev/ppb_font_dev.h',
82 'c/dev/ppb_ime_input_event_dev.h', 82 'c/dev/ppb_ime_input_event_dev.h',
83 'c/dev/ppb_memory_dev.h', 83 'c/dev/ppb_memory_dev.h',
84 'c/dev/ppb_printing_dev.h', 84 'c/dev/ppb_printing_dev.h',
85 'c/dev/ppb_resource_array_dev.h',
86 'c/dev/ppb_scrollbar_dev.h', 85 'c/dev/ppb_scrollbar_dev.h',
87 'c/dev/ppb_text_input_dev.h', 86 'c/dev/ppb_text_input_dev.h',
88 'c/dev/ppb_truetype_font_dev.h', 87 'c/dev/ppb_truetype_font_dev.h',
89 'c/dev/ppb_url_util_dev.h', 88 'c/dev/ppb_url_util_dev.h',
90 'c/dev/ppb_var_resource_dev.h', 89 'c/dev/ppb_var_resource_dev.h',
91 'c/dev/ppb_video_decoder_dev.h', 90 'c/dev/ppb_video_decoder_dev.h',
92 'c/dev/ppb_widget_dev.h', 91 'c/dev/ppb_widget_dev.h',
93 'c/dev/ppb_zoom_dev.h', 92 'c/dev/ppb_zoom_dev.h',
94 'c/dev/ppp_find_dev.h', 93 'c/dev/ppp_find_dev.h',
95 'c/dev/ppp_network_state_dev.h', 94 'c/dev/ppp_network_state_dev.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'cpp/dev/graphics_2d_dev.cc', 260 'cpp/dev/graphics_2d_dev.cc',
262 'cpp/dev/graphics_2d_dev.h', 261 'cpp/dev/graphics_2d_dev.h',
263 'cpp/dev/ime_input_event_dev.cc', 262 'cpp/dev/ime_input_event_dev.cc',
264 'cpp/dev/ime_input_event_dev.h', 263 'cpp/dev/ime_input_event_dev.h',
265 'cpp/dev/may_own_ptr_dev.h', 264 'cpp/dev/may_own_ptr_dev.h',
266 'cpp/dev/memory_dev.cc', 265 'cpp/dev/memory_dev.cc',
267 'cpp/dev/memory_dev.h', 266 'cpp/dev/memory_dev.h',
268 'cpp/dev/optional_dev.h', 267 'cpp/dev/optional_dev.h',
269 'cpp/dev/printing_dev.cc', 268 'cpp/dev/printing_dev.cc',
270 'cpp/dev/printing_dev.h', 269 'cpp/dev/printing_dev.h',
271 'cpp/dev/resource_array_dev.cc',
272 'cpp/dev/resource_array_dev.h',
273 'cpp/dev/scrollbar_dev.cc', 270 'cpp/dev/scrollbar_dev.cc',
274 'cpp/dev/scrollbar_dev.h', 271 'cpp/dev/scrollbar_dev.h',
275 'cpp/dev/selection_dev.cc', 272 'cpp/dev/selection_dev.cc',
276 'cpp/dev/selection_dev.h', 273 'cpp/dev/selection_dev.h',
277 'cpp/dev/string_wrapper_dev.cc', 274 'cpp/dev/string_wrapper_dev.cc',
278 'cpp/dev/string_wrapper_dev.h', 275 'cpp/dev/string_wrapper_dev.h',
279 'cpp/dev/struct_wrapper_output_traits_dev.h', 276 'cpp/dev/struct_wrapper_output_traits_dev.h',
280 'cpp/dev/text_input_dev.cc', 277 'cpp/dev/text_input_dev.cc',
281 'cpp/dev/text_input_dev.h', 278 'cpp/dev/text_input_dev.h',
282 'cpp/dev/to_c_type_converter_dev.h', 279 'cpp/dev/to_c_type_converter_dev.h',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'tests/test_flash_fullscreen.cc', 546 'tests/test_flash_fullscreen.cc',
550 'tests/test_flash_fullscreen.h', 547 'tests/test_flash_fullscreen.h',
551 'tests/test_flash_message_loop.cc', 548 'tests/test_flash_message_loop.cc',
552 'tests/test_flash_message_loop.h', 549 'tests/test_flash_message_loop.h',
553 'tests/test_net_address_private.cc', 550 'tests/test_net_address_private.cc',
554 'tests/test_net_address_private.h', 551 'tests/test_net_address_private.h',
555 'tests/test_pdf.cc', 552 'tests/test_pdf.cc',
556 'tests/test_pdf.h', 553 'tests/test_pdf.h',
557 'tests/test_platform_verification_private.cc', 554 'tests/test_platform_verification_private.cc',
558 'tests/test_platform_verification_private.h', 555 'tests/test_platform_verification_private.h',
559 'tests/test_resource_array.cc',
560 'tests/test_resource_array.h',
561 'tests/test_struct_sizes.c', 556 'tests/test_struct_sizes.c',
562 'tests/test_talk_private.cc', 557 'tests/test_talk_private.cc',
563 'tests/test_talk_private.h', 558 'tests/test_talk_private.h',
564 'tests/test_tcp_socket_private_trusted.cc', 559 'tests/test_tcp_socket_private_trusted.cc',
565 'tests/test_tcp_socket_private_trusted.h', 560 'tests/test_tcp_socket_private_trusted.h',
566 'tests/test_uma.cc', 561 'tests/test_uma.cc',
567 'tests/test_uma.h', 562 'tests/test_uma.h',
568 'tests/test_url_util.cc', 563 'tests/test_url_util.cc',
569 'tests/test_url_util.h', 564 'tests/test_url_util.h',
570 'tests/test_utils.cc', 565 'tests/test_utils.cc',
571 'tests/test_utils.h', 566 'tests/test_utils.h',
572 'tests/test_video_decoder.cc', 567 'tests/test_video_decoder.cc',
573 'tests/test_video_decoder.h', 568 'tests/test_video_decoder.h',
574 'tests/test_x509_certificate_private.cc', 569 'tests/test_x509_certificate_private.cc',
575 'tests/test_x509_certificate_private.h', 570 'tests/test_x509_certificate_private.h',
576 571
577 # Deprecated test cases. 572 # Deprecated test cases.
578 'tests/test_instance_deprecated.cc', 573 'tests/test_instance_deprecated.cc',
579 'tests/test_instance_deprecated.h', 574 'tests/test_instance_deprecated.h',
580 'tests/test_var_deprecated.cc', 575 'tests/test_var_deprecated.cc',
581 'tests/test_var_deprecated.h', 576 'tests/test_var_deprecated.h',
582 ], 577 ],
583 }, 578 },
584 } 579 }
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