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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'tests/test_paint_aggregator.cc', | 493 'tests/test_paint_aggregator.cc', |
494 # test_post_message.cc relies on synchronous scripting, which is n
ot | 494 # test_post_message.cc relies on synchronous scripting, which is n
ot |
495 # available for untrusted tests. | 495 # available for untrusted tests. |
496 # Does not compile under nacl (uses private interface ExecuteScrip
t). | 496 # Does not compile under nacl (uses private interface ExecuteScrip
t). |
497 #'test_post_message.cc', | 497 #'test_post_message.cc', |
498 'tests/test_scrollbar.cc', | 498 'tests/test_scrollbar.cc', |
499 # Not yet proxied. | 499 # Not yet proxied. |
500 #'tests/test_transport.cc', | 500 #'tests/test_transport.cc', |
501 # Not yet proxied. | 501 # Not yet proxied. |
502 #'tests/test_uma.cc', | 502 #'tests/test_uma.cc', |
503 # Activating the URL loader test requires a test httpd that | 503 'tests/test_url_loader.cc', |
504 # understands HTTP POST, which our current httpd.py doesn't. | |
505 # It also requires deactivating the tests that use FileIOTrusted | |
506 # when running in NaCl. | |
507 #'tests/test_url_loader.cc', | |
508 # Does not compile under nacl (uses VarPrivate). | 504 # Does not compile under nacl (uses VarPrivate). |
509 #'test_url_util.cc', | 505 #'test_url_util.cc', |
510 # Not yet proxied. | 506 # Not yet proxied. |
511 #'test_video_decoder.cc', | 507 #'test_video_decoder.cc', |
512 'tests/test_var.cc', | 508 'tests/test_var.cc', |
513 | 509 |
514 # Deprecated test cases. | 510 # Deprecated test cases. |
515 #'tests/test_instance_deprecated.cc', | 511 #'tests/test_instance_deprecated.cc', |
516 # Var_deprecated fails in TestPassReference, and we probably won't | 512 # Var_deprecated fails in TestPassReference, and we probably won't |
517 # fix it. | 513 # fix it. |
518 #'tests/test_var_deprecated.cc' | 514 #'tests/test_var_deprecated.cc' |
519 ], | 515 ], |
520 }, | 516 }, |
521 }, | 517 }, |
522 ], | 518 ], |
523 }], | 519 }], |
524 ], | 520 ], |
525 } | 521 } |
OLD | NEW |