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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8749017: Pepper: Add some basic tests for PPB_Audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years 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 | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/proxy/ppb_audio_input_proxy.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'tests/test_case.h', 69 'tests/test_case.h',
70 'tests/testing_instance.cc', 70 'tests/testing_instance.cc',
71 'tests/testing_instance.h', 71 'tests/testing_instance.h',
72 72
73 # Test cases. 73 # Test cases.
74 'tests/all_c_includes.h', 74 'tests/all_c_includes.h',
75 'tests/all_cpp_includes.h', 75 'tests/all_cpp_includes.h',
76 'tests/arch_dependent_sizes_32.h', 76 'tests/arch_dependent_sizes_32.h',
77 'tests/arch_dependent_sizes_64.h', 77 'tests/arch_dependent_sizes_64.h',
78 'tests/pp_thread.h', 78 'tests/pp_thread.h',
79 'tests/test_audio.cc',
80 'tests/test_audio.h',
79 'tests/test_audio_config.cc', 81 'tests/test_audio_config.cc',
80 'tests/test_audio_config.h', 82 'tests/test_audio_config.h',
81 'tests/test_broker.cc', 83 'tests/test_broker.cc',
82 'tests/test_broker.h', 84 'tests/test_broker.h',
83 'tests/test_buffer.cc', 85 'tests/test_buffer.cc',
84 'tests/test_buffer.h', 86 'tests/test_buffer.h',
85 'tests/test_c_includes.c', 87 'tests/test_c_includes.c',
86 'tests/test_char_set.cc', 88 'tests/test_char_set.cc',
87 'tests/test_char_set.h', 89 'tests/test_char_set.h',
88 'tests/test_core.cc', 90 'tests/test_core.cc',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 # Var_deprecated fails in TestPassReference, and we probably won't 516 # Var_deprecated fails in TestPassReference, and we probably won't
515 # fix it. 517 # fix it.
516 #'tests/test_var_deprecated.cc' 518 #'tests/test_var_deprecated.cc'
517 ], 519 ],
518 }, 520 },
519 }, 521 },
520 ], 522 ],
521 }], 523 }],
522 ], 524 ],
523 } 525 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/proxy/ppb_audio_input_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698