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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'tests/test_net_address_private.h', | 124 'tests/test_net_address_private.h', |
125 'tests/test_paint_aggregator.cc', | 125 'tests/test_paint_aggregator.cc', |
126 'tests/test_paint_aggregator.h', | 126 'tests/test_paint_aggregator.h', |
127 'tests/test_post_message.cc', | 127 'tests/test_post_message.cc', |
128 'tests/test_post_message.h', | 128 'tests/test_post_message.h', |
129 'tests/test_scrollbar.cc', | 129 'tests/test_scrollbar.cc', |
130 'tests/test_scrollbar.h', | 130 'tests/test_scrollbar.h', |
131 'tests/test_struct_sizes.c', | 131 'tests/test_struct_sizes.c', |
132 'tests/test_tcp_socket_private.cc', | 132 'tests/test_tcp_socket_private.cc', |
133 'tests/test_tcp_socket_private.h', | 133 'tests/test_tcp_socket_private.h', |
| 134 'tests/test_tcp_socket_private_shared.cc', |
| 135 'tests/test_tcp_socket_private_shared.h', |
| 136 'tests/test_udp_socket_private_shared.cc', |
| 137 'tests/test_udp_socket_private_shared.h', |
134 'tests/test_uma.cc', | 138 'tests/test_uma.cc', |
135 'tests/test_uma.h', | 139 'tests/test_uma.h', |
136 'tests/test_url_loader.cc', | 140 'tests/test_url_loader.cc', |
137 'tests/test_url_loader.h', | 141 'tests/test_url_loader.h', |
138 'tests/test_url_util.cc', | 142 'tests/test_url_util.cc', |
139 'tests/test_url_util.h', | 143 'tests/test_url_util.h', |
140 'tests/test_utils.cc', | 144 'tests/test_utils.cc', |
141 'tests/test_utils.h', | 145 'tests/test_utils.h', |
142 'tests/test_var.cc', | 146 'tests/test_var.cc', |
143 'tests/test_var.h', | 147 'tests/test_var.h', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 'tests/test_scrollbar.cc', | 506 'tests/test_scrollbar.cc', |
503 # Not yet proxied. | 507 # Not yet proxied. |
504 #'tests/test_transport.cc', | 508 #'tests/test_transport.cc', |
505 # Not yet proxied. | 509 # Not yet proxied. |
506 #'tests/test_uma.cc', | 510 #'tests/test_uma.cc', |
507 'tests/test_url_loader.cc', | 511 'tests/test_url_loader.cc', |
508 # Does not compile under nacl (uses VarPrivate). | 512 # Does not compile under nacl (uses VarPrivate). |
509 #'test_url_util.cc', | 513 #'test_url_util.cc', |
510 # Not yet proxied. | 514 # Not yet proxied. |
511 #'test_video_decoder.cc', | 515 #'test_video_decoder.cc', |
| 516 'tests/test_tcp_socket_private_shared.cc', |
| 517 'tests/test_udp_socket_private_shared.cc', |
512 'tests/test_var.cc', | 518 'tests/test_var.cc', |
513 | 519 |
514 # Deprecated test cases. | 520 # Deprecated test cases. |
515 #'tests/test_instance_deprecated.cc', | 521 #'tests/test_instance_deprecated.cc', |
516 # Var_deprecated fails in TestPassReference, and we probably won't | 522 # Var_deprecated fails in TestPassReference, and we probably won't |
517 # fix it. | 523 # fix it. |
518 #'tests/test_var_deprecated.cc' | 524 #'tests/test_var_deprecated.cc' |
519 ], | 525 ], |
520 }, | 526 }, |
521 }, | 527 }, |
522 ], | 528 ], |
523 }], | 529 }], |
524 ], | 530 ], |
525 } | 531 } |
OLD | NEW |