OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |