OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # GN version: //ppapi:ppapi_tests | 8 # GN version: //ppapi:ppapi_tests |
9 'target_name': 'ppapi_tests', | 9 'target_name': 'ppapi_tests', |
10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
(...skipping 12 matching lines...) Expand all Loading... |
23 'ppapi_internal.gyp:ppapi_shared', | 23 'ppapi_internal.gyp:ppapi_shared', |
24 ], | 24 ], |
25 'copies': [ | 25 'copies': [ |
26 { | 26 { |
27 'destination': '<(PRODUCT_DIR)', | 27 'destination': '<(PRODUCT_DIR)', |
28 'files': [ | 28 'files': [ |
29 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. | 29 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. |
30 'tests/test_case.html', | 30 'tests/test_case.html', |
31 'tests/test_case.html.mock-http-headers', | 31 'tests/test_case.html.mock-http-headers', |
32 'tests/test_page.css', | 32 'tests/test_page.css', |
| 33 'tests/test_page.css.mock-http-headers', |
33 'tests/ppapi_nacl_tests_newlib.nmf', | 34 'tests/ppapi_nacl_tests_newlib.nmf', |
34 ], | 35 ], |
35 }, | 36 }, |
36 { | 37 { |
37 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | 38 'destination': '<(PRODUCT_DIR)/test_url_loader_data', |
38 'files': [ | 39 'files': [ |
39 'tests/test_url_loader_data/hello.txt', | 40 'tests/test_url_loader_data/hello.txt', |
40 ], | 41 ], |
41 }, | 42 }, |
42 ], | 43 ], |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'sources': [ | 647 'sources': [ |
647 'examples/compositor/compositor.cc', | 648 'examples/compositor/compositor.cc', |
648 'examples/compositor/spinning_cube.cc', | 649 'examples/compositor/spinning_cube.cc', |
649 'examples/compositor/spinning_cube.h', | 650 'examples/compositor/spinning_cube.h', |
650 ], | 651 ], |
651 }, | 652 }, |
652 # Adding a new PPAPI example? Don't forget to update the GN build. | 653 # Adding a new PPAPI example? Don't forget to update the GN build. |
653 # See //ppapi/examples/BUILD.gn | 654 # See //ppapi/examples/BUILD.gn |
654 ], | 655 ], |
655 } | 656 } |
OLD | NEW |