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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 16282005: Introduce PPB_UDPSocket_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'c/dev/ppb_ime_input_event_dev.h', 70 'c/dev/ppb_ime_input_event_dev.h',
71 'c/dev/ppb_memory_dev.h', 71 'c/dev/ppb_memory_dev.h',
72 'c/dev/ppb_net_address_dev.h', 72 'c/dev/ppb_net_address_dev.h',
73 'c/dev/ppb_printing_dev.h', 73 'c/dev/ppb_printing_dev.h',
74 'c/dev/ppb_resource_array_dev.h', 74 'c/dev/ppb_resource_array_dev.h',
75 'c/dev/ppb_scrollbar_dev.h', 75 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_tcp_socket_dev.h', 76 'c/dev/ppb_tcp_socket_dev.h',
77 'c/dev/ppb_testing_dev.h', 77 'c/dev/ppb_testing_dev.h',
78 'c/dev/ppb_text_input_dev.h', 78 'c/dev/ppb_text_input_dev.h',
79 'c/dev/ppb_truetype_font_dev.h', 79 'c/dev/ppb_truetype_font_dev.h',
80 'c/dev/ppb_udp_socket_dev.h',
80 'c/dev/ppb_url_util_dev.h', 81 'c/dev/ppb_url_util_dev.h',
81 'c/dev/ppb_var_array_dev.h', 82 'c/dev/ppb_var_array_dev.h',
82 'c/dev/ppb_var_dictionary_dev.h', 83 'c/dev/ppb_var_dictionary_dev.h',
83 'c/dev/ppb_video_decoder_dev.h', 84 'c/dev/ppb_video_decoder_dev.h',
84 'c/dev/ppb_widget_dev.h', 85 'c/dev/ppb_widget_dev.h',
85 'c/dev/ppb_zoom_dev.h', 86 'c/dev/ppb_zoom_dev.h',
86 'c/dev/ppp_find_dev.h', 87 'c/dev/ppp_find_dev.h',
87 'c/dev/ppp_network_state_dev.h', 88 'c/dev/ppp_network_state_dev.h',
88 'c/dev/ppp_scrollbar_dev.h', 89 'c/dev/ppp_scrollbar_dev.h',
89 'c/dev/ppp_selection_dev.h', 90 'c/dev/ppp_selection_dev.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'cpp/dev/scrollbar_dev.cc', 241 'cpp/dev/scrollbar_dev.cc',
241 'cpp/dev/scrollbar_dev.h', 242 'cpp/dev/scrollbar_dev.h',
242 'cpp/dev/selection_dev.cc', 243 'cpp/dev/selection_dev.cc',
243 'cpp/dev/selection_dev.h', 244 'cpp/dev/selection_dev.h',
244 'cpp/dev/tcp_socket_dev.cc', 245 'cpp/dev/tcp_socket_dev.cc',
245 'cpp/dev/tcp_socket_dev.h', 246 'cpp/dev/tcp_socket_dev.h',
246 'cpp/dev/text_input_dev.cc', 247 'cpp/dev/text_input_dev.cc',
247 'cpp/dev/text_input_dev.h', 248 'cpp/dev/text_input_dev.h',
248 'cpp/dev/truetype_font_dev.cc', 249 'cpp/dev/truetype_font_dev.cc',
249 'cpp/dev/truetype_font_dev.h', 250 'cpp/dev/truetype_font_dev.h',
251 'cpp/dev/udp_socket_dev.cc',
252 'cpp/dev/udp_socket_dev.h',
250 'cpp/dev/url_util_dev.cc', 253 'cpp/dev/url_util_dev.cc',
251 'cpp/dev/url_util_dev.h', 254 'cpp/dev/url_util_dev.h',
252 'cpp/dev/var_array_dev.cc', 255 'cpp/dev/var_array_dev.cc',
253 'cpp/dev/var_array_dev.h', 256 'cpp/dev/var_array_dev.h',
254 'cpp/dev/var_dictionary_dev.cc', 257 'cpp/dev/var_dictionary_dev.cc',
255 'cpp/dev/var_dictionary_dev.h', 258 'cpp/dev/var_dictionary_dev.h',
256 'cpp/dev/video_capture_client_dev.cc', 259 'cpp/dev/video_capture_client_dev.cc',
257 'cpp/dev/video_capture_client_dev.h', 260 'cpp/dev/video_capture_client_dev.h',
258 'cpp/dev/video_capture_dev.cc', 261 'cpp/dev/video_capture_dev.cc',
259 'cpp/dev/video_capture_dev.h', 262 'cpp/dev/video_capture_dev.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'tests/test_scrollbar.cc', 446 'tests/test_scrollbar.cc',
444 'tests/test_scrollbar.h', 447 'tests/test_scrollbar.h',
445 'tests/test_tcp_server_socket_private.cc', 448 'tests/test_tcp_server_socket_private.cc',
446 'tests/test_tcp_server_socket_private.h', 449 'tests/test_tcp_server_socket_private.h',
447 'tests/test_tcp_socket.cc', 450 'tests/test_tcp_socket.cc',
448 'tests/test_tcp_socket.h', 451 'tests/test_tcp_socket.h',
449 'tests/test_tcp_socket_private.cc', 452 'tests/test_tcp_socket_private.cc',
450 'tests/test_tcp_socket_private.h', 453 'tests/test_tcp_socket_private.h',
451 'tests/test_truetype_font.cc', 454 'tests/test_truetype_font.cc',
452 'tests/test_truetype_font.h', 455 'tests/test_truetype_font.h',
456 'tests/test_udp_socket.cc',
457 'tests/test_udp_socket.h',
453 'tests/test_udp_socket_private.cc', 458 'tests/test_udp_socket_private.cc',
454 'tests/test_udp_socket_private.h', 459 'tests/test_udp_socket_private.h',
455 'tests/test_url_loader.cc', 460 'tests/test_url_loader.cc',
456 'tests/test_url_loader.h', 461 'tests/test_url_loader.h',
457 'tests/test_url_request.cc', 462 'tests/test_url_request.cc',
458 'tests/test_url_request.h', 463 'tests/test_url_request.h',
459 'tests/test_utils.cc', 464 'tests/test_utils.cc',
460 'tests/test_var.cc', 465 'tests/test_var.cc',
461 'tests/test_var.h', 466 'tests/test_var.h',
462 'tests/test_video_destination.cc', 467 'tests/test_video_destination.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'tests/test_x509_certificate_private.h', 541 'tests/test_x509_certificate_private.h',
537 542
538 # Deprecated test cases. 543 # Deprecated test cases.
539 'tests/test_instance_deprecated.cc', 544 'tests/test_instance_deprecated.cc',
540 'tests/test_instance_deprecated.h', 545 'tests/test_instance_deprecated.h',
541 'tests/test_var_deprecated.cc', 546 'tests/test_var_deprecated.cc',
542 'tests/test_var_deprecated.h', 547 'tests/test_var_deprecated.h',
543 ], 548 ],
544 }, 549 },
545 } 550 }
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