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

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: Use a refcounted helper to receive frames. 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
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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'tests/test_truetype_font.h', 441 'tests/test_truetype_font.h',
442 'tests/test_udp_socket_private.cc', 442 'tests/test_udp_socket_private.cc',
443 'tests/test_udp_socket_private.h', 443 'tests/test_udp_socket_private.h',
444 'tests/test_url_loader.cc', 444 'tests/test_url_loader.cc',
445 'tests/test_url_loader.h', 445 'tests/test_url_loader.h',
446 'tests/test_url_request.cc', 446 'tests/test_url_request.cc',
447 'tests/test_url_request.h', 447 'tests/test_url_request.h',
448 'tests/test_utils.cc', 448 'tests/test_utils.cc',
449 'tests/test_var.cc', 449 'tests/test_var.cc',
450 'tests/test_var.h', 450 'tests/test_var.h',
451 'tests/test_video_destination.cc',
452 'tests/test_video_destination.h',
453 'tests/test_video_source.cc',
454 'tests/test_video_source.h',
451 'tests/test_view.cc', 455 'tests/test_view.cc',
452 'tests/test_view.h', 456 'tests/test_view.h',
453 'tests/test_websocket.cc', 457 'tests/test_websocket.cc',
454 'tests/test_websocket.h', 458 'tests/test_websocket.h',
455 'tests/testing_instance.cc', 459 'tests/testing_instance.cc',
456 'tests/testing_instance.h', 460 'tests/testing_instance.h',
457 461
458 # Compile-time tests 462 # Compile-time tests
459 'tests/test_c_includes.c', 463 'tests/test_c_includes.c',
460 'tests/test_cpp_includes.cc', 464 'tests/test_cpp_includes.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'tests/test_x509_certificate_private.h', 525 'tests/test_x509_certificate_private.h',
522 526
523 # Deprecated test cases. 527 # Deprecated test cases.
524 'tests/test_instance_deprecated.cc', 528 'tests/test_instance_deprecated.cc',
525 'tests/test_instance_deprecated.h', 529 'tests/test_instance_deprecated.h',
526 'tests/test_var_deprecated.cc', 530 'tests/test_var_deprecated.cc',
527 'tests/test_var_deprecated.h', 531 'tests/test_var_deprecated.h',
528 ], 532 ],
529 }, 533 },
530 } 534 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698