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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9557006: Implement PPB_NetworkMonitor_Private Pepper interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'tests/test_graphics_3d.cc', 392 'tests/test_graphics_3d.cc',
393 'tests/test_graphics_3d.h', 393 'tests/test_graphics_3d.h',
394 'tests/test_image_data.cc', 394 'tests/test_image_data.cc',
395 'tests/test_image_data.h', 395 'tests/test_image_data.h',
396 'tests/test_input_event.cc', 396 'tests/test_input_event.cc',
397 'tests/test_input_event.h', 397 'tests/test_input_event.h',
398 'tests/test_memory.cc', 398 'tests/test_memory.cc',
399 'tests/test_memory.h', 399 'tests/test_memory.h',
400 'tests/test_net_address_private.cc', 400 'tests/test_net_address_private.cc',
401 'tests/test_net_address_private.h', 401 'tests/test_net_address_private.h',
402 'tests/test_network_monitor_private.cc',
403 'tests/test_network_monitor_private.h',
402 'tests/test_paint_aggregator.cc', 404 'tests/test_paint_aggregator.cc',
403 'tests/test_paint_aggregator.h', 405 'tests/test_paint_aggregator.h',
404 'tests/test_post_message.cc', 406 'tests/test_post_message.cc',
405 'tests/test_post_message.h', 407 'tests/test_post_message.h',
406 'tests/test_resource_array.cc', 408 'tests/test_resource_array.cc',
407 'tests/test_resource_array.h', 409 'tests/test_resource_array.h',
408 'tests/test_scrollbar.cc', 410 'tests/test_scrollbar.cc',
409 'tests/test_scrollbar.h', 411 'tests/test_scrollbar.h',
410 'tests/test_struct_sizes.c', 412 'tests/test_struct_sizes.c',
411 'tests/test_tcp_socket_private.cc', 413 'tests/test_tcp_socket_private.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'c/dev/ppb_transport_dev.h', 445 'c/dev/ppb_transport_dev.h',
444 ], 446 ],
445 'cpp_source_files': [ 447 'cpp_source_files': [
446 'cpp/dev/transport_dev.cc', 448 'cpp/dev/transport_dev.cc',
447 'cpp/dev/transport_dev.h', 449 'cpp/dev/transport_dev.h',
448 ], 450 ],
449 }, 451 },
450 }], 452 }],
451 ], 453 ],
452 } 454 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/shared_impl/ppb_network_list_private_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698