| 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 'target_name': 'ppapi_tests', | 8 'target_name': 'ppapi_tests', |
| 9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 ], | 23 ], |
| 24 'copies': [ | 24 'copies': [ |
| 25 { | 25 { |
| 26 'destination': '<(PRODUCT_DIR)', | 26 'destination': '<(PRODUCT_DIR)', |
| 27 'files': [ | 27 'files': [ |
| 28 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. | 28 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. |
| 29 'tests/test_case.html', | 29 'tests/test_case.html', |
| 30 'tests/test_case.html.mock-http-headers', | 30 'tests/test_case.html.mock-http-headers', |
| 31 'tests/test_page.css', | 31 'tests/test_page.css', |
| 32 'tests/ppapi_nacl_tests_newlib.nmf', | 32 'tests/ppapi_nacl_tests_newlib.nmf', |
| 33 'tests/ppapi_nacl_tests_pnacl_nonsfi.nmf', | |
| 34 ], | 33 ], |
| 35 }, | 34 }, |
| 36 { | 35 { |
| 37 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | 36 'destination': '<(PRODUCT_DIR)/test_url_loader_data', |
| 38 'files': [ | 37 'files': [ |
| 39 'tests/test_url_loader_data/hello.txt', | 38 'tests/test_url_loader_data/hello.txt', |
| 40 ], | 39 ], |
| 41 }, | 40 }, |
| 42 ], | 41 ], |
| 43 'run_as': { | 42 'run_as': { |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 'lib/gl/include', | 565 'lib/gl/include', |
| 567 ], | 566 ], |
| 568 'sources': [ | 567 'sources': [ |
| 569 'examples/gles2_spinning_cube/gles2_spinning_cube.cc', | 568 'examples/gles2_spinning_cube/gles2_spinning_cube.cc', |
| 570 'examples/gles2_spinning_cube/spinning_cube.cc', | 569 'examples/gles2_spinning_cube/spinning_cube.cc', |
| 571 'examples/gles2_spinning_cube/spinning_cube.h', | 570 'examples/gles2_spinning_cube/spinning_cube.h', |
| 572 ], | 571 ], |
| 573 }, | 572 }, |
| 574 ], | 573 ], |
| 575 } | 574 } |
| OLD | NEW |