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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9649017: Revert 125761 - 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'tests/test_graphics_3d.cc', 391 'tests/test_graphics_3d.cc',
392 'tests/test_graphics_3d.h', 392 'tests/test_graphics_3d.h',
393 'tests/test_image_data.cc', 393 'tests/test_image_data.cc',
394 'tests/test_image_data.h', 394 'tests/test_image_data.h',
395 'tests/test_input_event.cc', 395 'tests/test_input_event.cc',
396 'tests/test_input_event.h', 396 'tests/test_input_event.h',
397 'tests/test_memory.cc', 397 'tests/test_memory.cc',
398 'tests/test_memory.h', 398 'tests/test_memory.h',
399 'tests/test_net_address_private.cc', 399 'tests/test_net_address_private.cc',
400 'tests/test_net_address_private.h', 400 'tests/test_net_address_private.h',
401 'tests/test_network_monitor_private.cc',
402 'tests/test_network_monitor_private.h',
403 'tests/test_paint_aggregator.cc', 401 'tests/test_paint_aggregator.cc',
404 'tests/test_paint_aggregator.h', 402 'tests/test_paint_aggregator.h',
405 'tests/test_post_message.cc', 403 'tests/test_post_message.cc',
406 'tests/test_post_message.h', 404 'tests/test_post_message.h',
407 'tests/test_resource_array.cc', 405 'tests/test_resource_array.cc',
408 'tests/test_resource_array.h', 406 'tests/test_resource_array.h',
409 'tests/test_scrollbar.cc', 407 'tests/test_scrollbar.cc',
410 'tests/test_scrollbar.h', 408 'tests/test_scrollbar.h',
411 'tests/test_struct_sizes.c', 409 'tests/test_struct_sizes.c',
412 'tests/test_tcp_socket_private.cc', 410 'tests/test_tcp_socket_private.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'c/dev/ppb_transport_dev.h', 442 'c/dev/ppb_transport_dev.h',
445 ], 443 ],
446 'cpp_source_files': [ 444 'cpp_source_files': [
447 'cpp/dev/transport_dev.cc', 445 'cpp/dev/transport_dev.cc',
448 'cpp/dev/transport_dev.h', 446 'cpp/dev/transport_dev.h',
449 ], 447 ],
450 }, 448 },
451 }], 449 }],
452 ], 450 ],
453 } 451 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/tests/test_network_monitor_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698