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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9704080: HostResolver is exposed to Native Client. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | no next file » | 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 # 298 #
299 'test_common_source_files': [ 299 'test_common_source_files': [
300 # Common test files 300 # Common test files
301 'tests/all_c_includes.h', 301 'tests/all_c_includes.h',
302 'tests/all_cpp_includes.h', 302 'tests/all_cpp_includes.h',
303 'tests/arch_dependent_sizes_32.h', 303 'tests/arch_dependent_sizes_32.h',
304 'tests/arch_dependent_sizes_64.h', 304 'tests/arch_dependent_sizes_64.h',
305 'tests/pp_thread.h', 305 'tests/pp_thread.h',
306 'tests/test_case.cc', 306 'tests/test_case.cc',
307 'tests/test_case.h', 307 'tests/test_case.h',
308 'tests/test_host_resolver_private.cc',
309 'tests/test_host_resolver_private.h',
308 'tests/test_net_address_private_untrusted.cc', 310 'tests/test_net_address_private_untrusted.cc',
309 'tests/test_net_address_private_untrusted.h', 311 'tests/test_net_address_private_untrusted.h',
310 'tests/test_tcp_server_socket_private.cc', 312 'tests/test_tcp_server_socket_private.cc',
311 'tests/test_tcp_server_socket_private.h', 313 'tests/test_tcp_server_socket_private.h',
312 'tests/test_tcp_socket_private_shared.cc', 314 'tests/test_tcp_socket_private_shared.cc',
313 'tests/test_tcp_socket_private_shared.h', 315 'tests/test_tcp_socket_private_shared.h',
314 'tests/test_udp_socket_private_shared.cc', 316 'tests/test_udp_socket_private_shared.cc',
315 'tests/test_udp_socket_private_shared.h', 317 'tests/test_udp_socket_private_shared.h',
316 'tests/test_utils.cc', 318 'tests/test_utils.cc',
317 'tests/testing_instance.cc', 319 'tests/testing_instance.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'tests/test_flash_fullscreen.cc', 392 'tests/test_flash_fullscreen.cc',
391 'tests/test_flash_fullscreen.h', 393 'tests/test_flash_fullscreen.h',
392 'tests/test_flash_message_loop.cc', 394 'tests/test_flash_message_loop.cc',
393 'tests/test_flash_message_loop.h', 395 'tests/test_flash_message_loop.h',
394 'tests/test_fullscreen.cc', 396 'tests/test_fullscreen.cc',
395 'tests/test_fullscreen.h', 397 'tests/test_fullscreen.h',
396 'tests/test_graphics_2d.cc', 398 'tests/test_graphics_2d.cc',
397 'tests/test_graphics_2d.h', 399 'tests/test_graphics_2d.h',
398 'tests/test_graphics_3d.cc', 400 'tests/test_graphics_3d.cc',
399 'tests/test_graphics_3d.h', 401 'tests/test_graphics_3d.h',
400 'tests/test_host_resolver_private.cc', 402 'tests/test_host_resolver_private.cc',
bbudge 2012/03/16 16:50:40 You could remove these here.
ygorshenin1 2012/03/19 08:16:05 Done.
401 'tests/test_host_resolver_private.h', 403 'tests/test_host_resolver_private.h',
402 'tests/test_image_data.cc', 404 'tests/test_image_data.cc',
403 'tests/test_image_data.h', 405 'tests/test_image_data.h',
404 'tests/test_input_event.cc', 406 'tests/test_input_event.cc',
405 'tests/test_input_event.h', 407 'tests/test_input_event.h',
406 'tests/test_memory.cc', 408 'tests/test_memory.cc',
407 'tests/test_memory.h', 409 'tests/test_memory.h',
408 'tests/test_net_address_private.cc', 410 'tests/test_net_address_private.cc',
409 'tests/test_net_address_private.h', 411 'tests/test_net_address_private.h',
410 'tests/test_network_monitor_private.cc', 412 'tests/test_network_monitor_private.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'c/dev/ppb_transport_dev.h', 455 'c/dev/ppb_transport_dev.h',
454 ], 456 ],
455 'cpp_source_files': [ 457 'cpp_source_files': [
456 'cpp/dev/transport_dev.cc', 458 'cpp/dev/transport_dev.cc',
457 'cpp/dev/transport_dev.h', 459 'cpp/dev/transport_dev.h',
458 ], 460 ],
459 }, 461 },
460 }], 462 }],
461 ], 463 ],
462 } 464 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698