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', | |
76 'tests/test_broker.cc', | 75 'tests/test_broker.cc', |
77 'tests/test_broker.h', | 76 'tests/test_broker.h', |
78 'tests/test_buffer.cc', | 77 'tests/test_buffer.cc', |
79 'tests/test_buffer.h', | 78 'tests/test_buffer.h', |
80 'tests/test_c_includes.c', | 79 'tests/test_c_includes.c', |
81 'tests/test_char_set.cc', | 80 'tests/test_char_set.cc', |
82 'tests/test_char_set.h', | 81 'tests/test_char_set.h', |
83 'tests/test_core.cc', | 82 'tests/test_core.cc', |
84 'tests/test_core.h', | 83 'tests/test_core.h', |
85 'tests/test_cpp_includes.cc', | 84 'tests/test_cpp_includes.cc', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 ], | 355 ], |
357 'sources': [ | 356 'sources': [ |
358 'examples/gles2/gles2.cc', | 357 'examples/gles2/gles2.cc', |
359 'examples/gles2/testdata.h', | 358 'examples/gles2/testdata.h', |
360 ], | 359 ], |
361 }, | 360 }, |
362 ], | 361 ], |
363 }] | 362 }] |
364 ] | 363 ] |
365 } | 364 } |
OLD | NEW |