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