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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'tests/test_graphics_3d.cc', | 107 'tests/test_graphics_3d.cc', |
108 'tests/test_graphics_3d.h', | 108 'tests/test_graphics_3d.h', |
109 'tests/test_image_data.cc', | 109 'tests/test_image_data.cc', |
110 'tests/test_image_data.h', | 110 'tests/test_image_data.h', |
111 'tests/test_memory.cc', | 111 'tests/test_memory.cc', |
112 'tests/test_memory.h', | 112 'tests/test_memory.h', |
113 'tests/test_paint_aggregator.cc', | 113 'tests/test_paint_aggregator.cc', |
114 'tests/test_paint_aggregator.h', | 114 'tests/test_paint_aggregator.h', |
115 'tests/test_post_message.cc', | 115 'tests/test_post_message.cc', |
116 'tests/test_post_message.h', | 116 'tests/test_post_message.h', |
117 'tests/test_query_policy.cc', | |
118 'tests/test_query_policy.h', | |
119 'tests/test_scrollbar.cc', | 117 'tests/test_scrollbar.cc', |
120 'tests/test_scrollbar.h', | 118 'tests/test_scrollbar.h', |
121 'tests/test_struct_sizes.c', | 119 'tests/test_struct_sizes.c', |
122 'tests/test_uma.cc', | 120 'tests/test_uma.cc', |
123 'tests/test_uma.h', | 121 'tests/test_uma.h', |
124 'tests/test_url_loader.cc', | 122 'tests/test_url_loader.cc', |
125 'tests/test_url_loader.h', | 123 'tests/test_url_loader.h', |
126 'tests/test_url_util.cc', | 124 'tests/test_url_util.cc', |
127 'tests/test_url_util.h', | 125 'tests/test_url_util.h', |
128 'tests/test_utils.cc', | 126 'tests/test_utils.cc', |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'lib/gl/include', | 398 'lib/gl/include', |
401 ], | 399 ], |
402 'sources': [ | 400 'sources': [ |
403 'examples/video_capture/video_capture.cc', | 401 'examples/video_capture/video_capture.cc', |
404 ], | 402 ], |
405 }, | 403 }, |
406 ], | 404 ], |
407 }] | 405 }] |
408 ] | 406 ] |
409 } | 407 } |
OLD | NEW |