Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 302533007: Add .nmf generating rule for ppapi_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/ppapi_nacl.gyp ('k') | ppapi/tests/ppapi_nacl_tests_pnacl_nonsfi.nmf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_nacl.gyp ('k') | ppapi/tests/ppapi_nacl_tests_pnacl_nonsfi.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698