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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 17314012: Move PPB_TCPSocket out of 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 25 matching lines...) Expand all
36 'c/ppb_graphics_3d.h', 36 'c/ppb_graphics_3d.h',
37 'c/ppb_image_data.h', 37 'c/ppb_image_data.h',
38 'c/ppb_input_event.h', 38 'c/ppb_input_event.h',
39 'c/ppb_instance.h', 39 'c/ppb_instance.h',
40 'c/ppb_message_loop.h', 40 'c/ppb_message_loop.h',
41 'c/ppb_messaging.h', 41 'c/ppb_messaging.h',
42 'c/ppb_mouse_cursor.h', 42 'c/ppb_mouse_cursor.h',
43 'c/ppb_mouse_lock.h', 43 'c/ppb_mouse_lock.h',
44 'c/ppb_net_address.h', 44 'c/ppb_net_address.h',
45 'c/ppb_opengles2.h', 45 'c/ppb_opengles2.h',
46 'c/ppb_tcp_socket.h',
46 'c/pp_touch_point.h', 47 'c/pp_touch_point.h',
47 'c/ppb_url_loader.h', 48 'c/ppb_url_loader.h',
48 'c/ppb_url_request_info.h', 49 'c/ppb_url_request_info.h',
49 'c/ppb_url_response_info.h', 50 'c/ppb_url_response_info.h',
50 'c/ppb_var.h', 51 'c/ppb_var.h',
51 'c/ppb_var_array.h', 52 'c/ppb_var_array.h',
52 'c/ppb_var_array_buffer.h', 53 'c/ppb_var_array_buffer.h',
53 'c/ppb_var_dictionary.h', 54 'c/ppb_var_dictionary.h',
54 'c/ppb_view.h', 55 'c/ppb_view.h',
55 'c/ppb_websocket.h', 56 'c/ppb_websocket.h',
(...skipping 13 matching lines...) Expand all
69 'c/dev/ppb_device_ref_dev.h', 70 'c/dev/ppb_device_ref_dev.h',
70 'c/dev/ppb_file_chooser_dev.h', 71 'c/dev/ppb_file_chooser_dev.h',
71 'c/dev/ppb_find_dev.h', 72 'c/dev/ppb_find_dev.h',
72 'c/dev/ppb_font_dev.h', 73 'c/dev/ppb_font_dev.h',
73 'c/dev/ppb_host_resolver_dev.h', 74 'c/dev/ppb_host_resolver_dev.h',
74 'c/dev/ppb_ime_input_event_dev.h', 75 'c/dev/ppb_ime_input_event_dev.h',
75 'c/dev/ppb_memory_dev.h', 76 'c/dev/ppb_memory_dev.h',
76 'c/dev/ppb_printing_dev.h', 77 'c/dev/ppb_printing_dev.h',
77 'c/dev/ppb_resource_array_dev.h', 78 'c/dev/ppb_resource_array_dev.h',
78 'c/dev/ppb_scrollbar_dev.h', 79 'c/dev/ppb_scrollbar_dev.h',
79 'c/dev/ppb_tcp_socket_dev.h',
80 'c/dev/ppb_testing_dev.h', 80 'c/dev/ppb_testing_dev.h',
81 'c/dev/ppb_text_input_dev.h', 81 'c/dev/ppb_text_input_dev.h',
82 'c/dev/ppb_truetype_font_dev.h', 82 'c/dev/ppb_truetype_font_dev.h',
83 'c/dev/ppb_udp_socket_dev.h', 83 'c/dev/ppb_udp_socket_dev.h',
84 'c/dev/ppb_url_util_dev.h', 84 'c/dev/ppb_url_util_dev.h',
85 'c/dev/ppb_video_decoder_dev.h', 85 'c/dev/ppb_video_decoder_dev.h',
86 'c/dev/ppb_widget_dev.h', 86 'c/dev/ppb_widget_dev.h',
87 'c/dev/ppb_zoom_dev.h', 87 'c/dev/ppb_zoom_dev.h',
88 'c/dev/ppp_find_dev.h', 88 'c/dev/ppp_find_dev.h',
89 'c/dev/ppp_network_state_dev.h', 89 'c/dev/ppp_network_state_dev.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'cpp/mouse_lock.h', 189 'cpp/mouse_lock.h',
190 'cpp/net_address.cc', 190 'cpp/net_address.cc',
191 'cpp/net_address.h', 191 'cpp/net_address.h',
192 'cpp/output_traits.h', 192 'cpp/output_traits.h',
193 'cpp/point.h', 193 'cpp/point.h',
194 'cpp/rect.cc', 194 'cpp/rect.cc',
195 'cpp/rect.h', 195 'cpp/rect.h',
196 'cpp/resource.cc', 196 'cpp/resource.cc',
197 'cpp/resource.h', 197 'cpp/resource.h',
198 'cpp/size.h', 198 'cpp/size.h',
199 'cpp/tcp_socket.cc',
200 'cpp/tcp_socket.h',
199 'cpp/touch_point.h', 201 'cpp/touch_point.h',
200 'cpp/url_loader.cc', 202 'cpp/url_loader.cc',
201 'cpp/url_loader.h', 203 'cpp/url_loader.h',
202 'cpp/url_request_info.cc', 204 'cpp/url_request_info.cc',
203 'cpp/url_request_info.h', 205 'cpp/url_request_info.h',
204 'cpp/url_response_info.cc', 206 'cpp/url_response_info.cc',
205 'cpp/url_response_info.h', 207 'cpp/url_response_info.h',
206 'cpp/var.cc', 208 'cpp/var.cc',
207 'cpp/var.h', 209 'cpp/var.h',
208 'cpp/var_array.cc', 210 'cpp/var_array.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'cpp/dev/memory_dev.cc', 244 'cpp/dev/memory_dev.cc',
243 'cpp/dev/memory_dev.h', 245 'cpp/dev/memory_dev.h',
244 'cpp/dev/printing_dev.cc', 246 'cpp/dev/printing_dev.cc',
245 'cpp/dev/printing_dev.h', 247 'cpp/dev/printing_dev.h',
246 'cpp/dev/resource_array_dev.cc', 248 'cpp/dev/resource_array_dev.cc',
247 'cpp/dev/resource_array_dev.h', 249 'cpp/dev/resource_array_dev.h',
248 'cpp/dev/scrollbar_dev.cc', 250 'cpp/dev/scrollbar_dev.cc',
249 'cpp/dev/scrollbar_dev.h', 251 'cpp/dev/scrollbar_dev.h',
250 'cpp/dev/selection_dev.cc', 252 'cpp/dev/selection_dev.cc',
251 'cpp/dev/selection_dev.h', 253 'cpp/dev/selection_dev.h',
252 'cpp/dev/tcp_socket_dev.cc',
253 'cpp/dev/tcp_socket_dev.h',
254 'cpp/dev/text_input_dev.cc', 254 'cpp/dev/text_input_dev.cc',
255 'cpp/dev/text_input_dev.h', 255 'cpp/dev/text_input_dev.h',
256 'cpp/dev/truetype_font_dev.cc', 256 'cpp/dev/truetype_font_dev.cc',
257 'cpp/dev/truetype_font_dev.h', 257 'cpp/dev/truetype_font_dev.h',
258 'cpp/dev/udp_socket_dev.cc', 258 'cpp/dev/udp_socket_dev.cc',
259 'cpp/dev/udp_socket_dev.h', 259 'cpp/dev/udp_socket_dev.h',
260 'cpp/dev/url_util_dev.cc', 260 'cpp/dev/url_util_dev.cc',
261 'cpp/dev/url_util_dev.h', 261 'cpp/dev/url_util_dev.h',
262 'cpp/dev/video_capture_client_dev.cc', 262 'cpp/dev/video_capture_client_dev.cc',
263 'cpp/dev/video_capture_client_dev.h', 263 'cpp/dev/video_capture_client_dev.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'tests/test_x509_certificate_private.h', 546 'tests/test_x509_certificate_private.h',
547 547
548 # Deprecated test cases. 548 # Deprecated test cases.
549 'tests/test_instance_deprecated.cc', 549 'tests/test_instance_deprecated.cc',
550 'tests/test_instance_deprecated.h', 550 'tests/test_instance_deprecated.h',
551 'tests/test_var_deprecated.cc', 551 'tests/test_var_deprecated.cc',
552 'tests/test_var_deprecated.h', 552 'tests/test_var_deprecated.h',
553 ], 553 ],
554 }, 554 },
555 } 555 }
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