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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'tests/test_case.cc', | 65 'tests/test_case.cc', |
66 'tests/test_case.h', | 66 'tests/test_case.h', |
67 'tests/testing_instance.cc', | 67 'tests/testing_instance.cc', |
68 'tests/testing_instance.h', | 68 'tests/testing_instance.h', |
69 | 69 |
70 # Test cases. | 70 # Test cases. |
71 'tests/all_c_includes.h', | 71 'tests/all_c_includes.h', |
72 'tests/all_cpp_includes.h', | 72 'tests/all_cpp_includes.h', |
73 'tests/arch_dependent_sizes_32.h', | 73 'tests/arch_dependent_sizes_32.h', |
74 'tests/arch_dependent_sizes_64.h', | 74 'tests/arch_dependent_sizes_64.h', |
| 75 'tests/pp_thread.h', |
75 'tests/test_broker.cc', | 76 'tests/test_broker.cc', |
76 'tests/test_broker.h', | 77 'tests/test_broker.h', |
77 'tests/test_buffer.cc', | 78 'tests/test_buffer.cc', |
78 'tests/test_buffer.h', | 79 'tests/test_buffer.h', |
79 'tests/test_c_includes.c', | 80 'tests/test_c_includes.c', |
80 'tests/test_char_set.cc', | 81 'tests/test_char_set.cc', |
81 'tests/test_char_set.h', | 82 'tests/test_char_set.h', |
82 'tests/test_core.cc', | 83 'tests/test_core.cc', |
83 'tests/test_core.h', | 84 'tests/test_core.h', |
84 'tests/test_cpp_includes.cc', | 85 'tests/test_cpp_includes.cc', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 ], | 356 ], |
356 'sources': [ | 357 'sources': [ |
357 'examples/gles2/gles2.cc', | 358 'examples/gles2/gles2.cc', |
358 'examples/gles2/testdata.h', | 359 'examples/gles2/testdata.h', |
359 ], | 360 ], |
360 }, | 361 }, |
361 ], | 362 ], |
362 }] | 363 }] |
363 ] | 364 ] |
364 } | 365 } |
OLD | NEW |