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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'tests/test_memory.h', | 114 'tests/test_memory.h', |
115 'tests/test_net_address_private.cc', | 115 'tests/test_net_address_private.cc', |
116 'tests/test_net_address_private.h', | 116 'tests/test_net_address_private.h', |
117 'tests/test_paint_aggregator.cc', | 117 'tests/test_paint_aggregator.cc', |
118 'tests/test_paint_aggregator.h', | 118 'tests/test_paint_aggregator.h', |
119 'tests/test_post_message.cc', | 119 'tests/test_post_message.cc', |
120 'tests/test_post_message.h', | 120 'tests/test_post_message.h', |
121 'tests/test_scrollbar.cc', | 121 'tests/test_scrollbar.cc', |
122 'tests/test_scrollbar.h', | 122 'tests/test_scrollbar.h', |
123 'tests/test_struct_sizes.c', | 123 'tests/test_struct_sizes.c', |
| 124 'tests/test_tcp_socket_private.cc', |
| 125 'tests/test_tcp_socket_private.h', |
124 'tests/test_uma.cc', | 126 'tests/test_uma.cc', |
125 'tests/test_uma.h', | 127 'tests/test_uma.h', |
126 'tests/test_url_loader.cc', | 128 'tests/test_url_loader.cc', |
127 'tests/test_url_loader.h', | 129 'tests/test_url_loader.h', |
128 'tests/test_url_util.cc', | 130 'tests/test_url_util.cc', |
129 'tests/test_url_util.h', | 131 'tests/test_url_util.h', |
130 'tests/test_utils.cc', | 132 'tests/test_utils.cc', |
131 'tests/test_utils.h', | 133 'tests/test_utils.h', |
132 'tests/test_var.cc', | 134 'tests/test_var.cc', |
133 'tests/test_var.h', | 135 'tests/test_var.h', |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 ], | 408 ], |
407 'include_dirs': [ | 409 'include_dirs': [ |
408 'lib/gl/include', | 410 'lib/gl/include', |
409 ], | 411 ], |
410 'sources': [ | 412 'sources': [ |
411 'examples/video_capture/video_capture.cc', | 413 'examples/video_capture/video_capture.cc', |
412 ], | 414 ], |
413 }, | 415 }, |
414 ], | 416 ], |
415 } | 417 } |
OLD | NEW |