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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10823187: NaCl proxy for PPB_NetworkMonitor_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'tests/test_input_event.cc', 360 'tests/test_input_event.cc',
361 'tests/test_input_event.h', 361 'tests/test_input_event.h',
362 'tests/test_memory.cc', 362 'tests/test_memory.cc',
363 'tests/test_memory.h', 363 'tests/test_memory.h',
364 'tests/test_mouse_cursor.cc', 364 'tests/test_mouse_cursor.cc',
365 'tests/test_mouse_cursor.h', 365 'tests/test_mouse_cursor.h',
366 'tests/test_mouse_lock.cc', 366 'tests/test_mouse_lock.cc',
367 'tests/test_mouse_lock.h', 367 'tests/test_mouse_lock.h',
368 'tests/test_net_address_private_untrusted.cc', 368 'tests/test_net_address_private_untrusted.cc',
369 'tests/test_net_address_private_untrusted.h', 369 'tests/test_net_address_private_untrusted.h',
370 'tests/test_network_monitor_private.cc',
371 'tests/test_network_monitor_private.h',
370 'tests/test_paint_aggregator.cc', 372 'tests/test_paint_aggregator.cc',
371 'tests/test_paint_aggregator.h', 373 'tests/test_paint_aggregator.h',
372 'tests/test_post_message.cc', 374 'tests/test_post_message.cc',
373 'tests/test_post_message.h', 375 'tests/test_post_message.h',
374 'tests/test_scrollbar.cc', 376 'tests/test_scrollbar.cc',
375 'tests/test_scrollbar.h', 377 'tests/test_scrollbar.h',
376 'tests/test_tcp_server_socket_private.cc', 378 'tests/test_tcp_server_socket_private.cc',
377 'tests/test_tcp_server_socket_private.h', 379 'tests/test_tcp_server_socket_private.h',
378 'tests/test_tcp_socket_private.cc', 380 'tests/test_tcp_socket_private.cc',
379 'tests/test_tcp_socket_private.h', 381 'tests/test_tcp_socket_private.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'tests/test_flash_clipboard.cc', 431 'tests/test_flash_clipboard.cc',
430 'tests/test_flash_clipboard.h', 432 'tests/test_flash_clipboard.h',
431 'tests/test_flash_file.cc', 433 'tests/test_flash_file.cc',
432 'tests/test_flash_file.h', 434 'tests/test_flash_file.h',
433 'tests/test_flash_fullscreen.cc', 435 'tests/test_flash_fullscreen.cc',
434 'tests/test_flash_fullscreen.h', 436 'tests/test_flash_fullscreen.h',
435 'tests/test_flash_message_loop.cc', 437 'tests/test_flash_message_loop.cc',
436 'tests/test_flash_message_loop.h', 438 'tests/test_flash_message_loop.h',
437 'tests/test_net_address_private.cc', 439 'tests/test_net_address_private.cc',
438 'tests/test_net_address_private.h', 440 'tests/test_net_address_private.h',
439 'tests/test_network_monitor_private.cc',
440 'tests/test_network_monitor_private.h',
441 'tests/test_resource_array.cc', 441 'tests/test_resource_array.cc',
442 'tests/test_resource_array.h', 442 'tests/test_resource_array.h',
443 'tests/test_struct_sizes.c', 443 'tests/test_struct_sizes.c',
444 'tests/test_tcp_socket_private_trusted.cc', 444 'tests/test_tcp_socket_private_trusted.cc',
445 'tests/test_tcp_socket_private_trusted.h', 445 'tests/test_tcp_socket_private_trusted.h',
446 'tests/test_uma.cc', 446 'tests/test_uma.cc',
447 'tests/test_uma.h', 447 'tests/test_uma.h',
448 'tests/test_url_util.cc', 448 'tests/test_url_util.cc',
449 'tests/test_url_util.h', 449 'tests/test_url_util.h',
450 'tests/test_utils.cc', 450 'tests/test_utils.cc',
451 'tests/test_utils.h', 451 'tests/test_utils.h',
452 'tests/test_video_decoder.cc', 452 'tests/test_video_decoder.cc',
453 'tests/test_video_decoder.h', 453 'tests/test_video_decoder.h',
454 'tests/test_x509_certificate_private.cc', 454 'tests/test_x509_certificate_private.cc',
455 'tests/test_x509_certificate_private.h', 455 'tests/test_x509_certificate_private.h',
456 456
457 # Deprecated test cases. 457 # Deprecated test cases.
458 'tests/test_instance_deprecated.cc', 458 'tests/test_instance_deprecated.cc',
459 'tests/test_instance_deprecated.h', 459 'tests/test_instance_deprecated.h',
460 'tests/test_var_deprecated.cc', 460 'tests/test_var_deprecated.cc',
461 'tests/test_var_deprecated.h', 461 'tests/test_var_deprecated.h',
462 ], 462 ],
463 }, 463 },
464 } 464 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h ('k') | ppapi/tests/test_network_monitor_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698