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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 175383003: [PPAPI][MediaStream] Add browser tests for MediaStreamAudioTrack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_test
Patch Set: Created 6 years, 10 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
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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'tests/test_host_resolver_private.cc', 448 'tests/test_host_resolver_private.cc',
449 'tests/test_host_resolver_private.h', 449 'tests/test_host_resolver_private.h',
450 'tests/test_host_resolver_private_disallowed.cc', 450 'tests/test_host_resolver_private_disallowed.cc',
451 'tests/test_host_resolver_private_disallowed.h', 451 'tests/test_host_resolver_private_disallowed.h',
452 'tests/test_image_data.cc', 452 'tests/test_image_data.cc',
453 'tests/test_image_data.h', 453 'tests/test_image_data.h',
454 'tests/test_ime_input_event.cc', 454 'tests/test_ime_input_event.cc',
455 'tests/test_ime_input_event.h', 455 'tests/test_ime_input_event.h',
456 'tests/test_input_event.cc', 456 'tests/test_input_event.cc',
457 'tests/test_input_event.h', 457 'tests/test_input_event.h',
458 'tests/test_media_stream_audio_track.cc',
459 'tests/test_media_stream_audio_track.h',
458 'tests/test_media_stream_video_track.cc', 460 'tests/test_media_stream_video_track.cc',
459 'tests/test_media_stream_video_track.h', 461 'tests/test_media_stream_video_track.h',
460 'tests/test_memory.cc', 462 'tests/test_memory.cc',
461 'tests/test_memory.h', 463 'tests/test_memory.h',
462 'tests/test_message_loop.cc', 464 'tests/test_message_loop.cc',
463 'tests/test_message_loop.h', 465 'tests/test_message_loop.h',
464 'tests/test_mouse_cursor.cc', 466 'tests/test_mouse_cursor.cc',
465 'tests/test_mouse_cursor.h', 467 'tests/test_mouse_cursor.h',
466 'tests/test_mouse_lock.cc', 468 'tests/test_mouse_lock.cc',
467 'tests/test_mouse_lock.h', 469 'tests/test_mouse_lock.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'tests/test_x509_certificate_private.h', 587 'tests/test_x509_certificate_private.h',
586 588
587 # Deprecated test cases. 589 # Deprecated test cases.
588 'tests/test_instance_deprecated.cc', 590 'tests/test_instance_deprecated.cc',
589 'tests/test_instance_deprecated.h', 591 'tests/test_instance_deprecated.h',
590 'tests/test_var_deprecated.cc', 592 'tests/test_var_deprecated.cc',
591 'tests/test_var_deprecated.h', 593 'tests/test_var_deprecated.h',
592 ], 594 ],
593 }, 595 },
594 } 596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698