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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'tests/test_file_io.cc', | 87 'tests/test_file_io.cc', |
88 'tests/test_file_io.h', | 88 'tests/test_file_io.h', |
89 'tests/test_file_ref.cc', | 89 'tests/test_file_ref.cc', |
90 'tests/test_file_ref.h', | 90 'tests/test_file_ref.h', |
91 'tests/test_file_system.cc', | 91 'tests/test_file_system.cc', |
92 'tests/test_file_system.h', | 92 'tests/test_file_system.h', |
93 'tests/test_graphics_2d.cc', | 93 'tests/test_graphics_2d.cc', |
94 'tests/test_graphics_2d.h', | 94 'tests/test_graphics_2d.h', |
95 'tests/test_image_data.cc', | 95 'tests/test_image_data.cc', |
96 'tests/test_image_data.h', | 96 'tests/test_image_data.h', |
| 97 'tests/test_memory.cc', |
| 98 'tests/test_memory.h', |
97 'tests/test_paint_aggregator.cc', | 99 'tests/test_paint_aggregator.cc', |
98 'tests/test_paint_aggregator.h', | 100 'tests/test_paint_aggregator.h', |
99 'tests/test_post_message.cc', | 101 'tests/test_post_message.cc', |
100 'tests/test_post_message.h', | 102 'tests/test_post_message.h', |
101 'tests/test_scrollbar.cc', | 103 'tests/test_scrollbar.cc', |
102 'tests/test_scrollbar.h', | 104 'tests/test_scrollbar.h', |
103 'tests/test_struct_sizes.c', | 105 'tests/test_struct_sizes.c', |
104 'tests/test_uma.cc', | 106 'tests/test_uma.cc', |
105 'tests/test_uma.h', | 107 'tests/test_uma.h', |
106 'tests/test_url_loader.cc', | 108 'tests/test_url_loader.cc', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ], | 328 ], |
327 'sources': [ | 329 'sources': [ |
328 'examples/gles2/gles2.cc', | 330 'examples/gles2/gles2.cc', |
329 'examples/gles2/testdata.h', | 331 'examples/gles2/testdata.h', |
330 ], | 332 ], |
331 }, | 333 }, |
332 ], | 334 ], |
333 }] | 335 }] |
334 ] | 336 ] |
335 } | 337 } |
OLD | NEW |