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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 15039009: Add PPAPI tests for VideoSource and VideoDestination resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 7 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 | « content/renderer/pepper/pepper_video_source_host.cc ('k') | ppapi/proxy/ppapi_messages.h » ('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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'tests/test_truetype_font.h', 444 'tests/test_truetype_font.h',
445 'tests/test_udp_socket_private.cc', 445 'tests/test_udp_socket_private.cc',
446 'tests/test_udp_socket_private.h', 446 'tests/test_udp_socket_private.h',
447 'tests/test_url_loader.cc', 447 'tests/test_url_loader.cc',
448 'tests/test_url_loader.h', 448 'tests/test_url_loader.h',
449 'tests/test_url_request.cc', 449 'tests/test_url_request.cc',
450 'tests/test_url_request.h', 450 'tests/test_url_request.h',
451 'tests/test_utils.cc', 451 'tests/test_utils.cc',
452 'tests/test_var.cc', 452 'tests/test_var.cc',
453 'tests/test_var.h', 453 'tests/test_var.h',
454 'tests/test_video_destination.cc',
455 'tests/test_video_destination.h',
456 'tests/test_video_source.cc',
457 'tests/test_video_source.h',
454 'tests/test_view.cc', 458 'tests/test_view.cc',
455 'tests/test_view.h', 459 'tests/test_view.h',
456 'tests/test_websocket.cc', 460 'tests/test_websocket.cc',
457 'tests/test_websocket.h', 461 'tests/test_websocket.h',
458 'tests/testing_instance.cc', 462 'tests/testing_instance.cc',
459 'tests/testing_instance.h', 463 'tests/testing_instance.h',
460 464
461 # Compile-time tests 465 # Compile-time tests
462 'tests/test_c_includes.c', 466 'tests/test_c_includes.c',
463 'tests/test_cpp_includes.cc', 467 'tests/test_cpp_includes.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'tests/test_x509_certificate_private.h', 528 'tests/test_x509_certificate_private.h',
525 529
526 # Deprecated test cases. 530 # Deprecated test cases.
527 'tests/test_instance_deprecated.cc', 531 'tests/test_instance_deprecated.cc',
528 'tests/test_instance_deprecated.h', 532 'tests/test_instance_deprecated.h',
529 'tests/test_var_deprecated.cc', 533 'tests/test_var_deprecated.cc',
530 'tests/test_var_deprecated.h', 534 'tests/test_var_deprecated.h',
531 ], 535 ],
532 }, 536 },
533 } 537 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_video_source_host.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698