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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 735283002: Remove the assumption that test_pdf.cc is not sandboxed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | ppapi/tests/DEPS » ('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': [
11 'lib/gl/include', 11 'lib/gl/include',
12 ], 12 ],
13 'defines': [ 13 'defines': [
14 'GL_GLEXT_PROTOTYPES', 14 'GL_GLEXT_PROTOTYPES',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 '<@(test_common_source_files)', 17 '<@(test_common_source_files)',
18 '<@(test_trusted_source_files)', 18 '<@(test_trusted_source_files)',
19 ], 19 ],
20 'dependencies': [ 20 'dependencies': [
21 '../gin/gin.gyp:gin',
22 'ppapi.gyp:ppapi_cpp', 21 'ppapi.gyp:ppapi_cpp',
23 'ppapi_internal.gyp:ppapi_shared', 22 'ppapi_internal.gyp:ppapi_shared',
24 ], 23 ],
25 'copies': [ 24 'copies': [
26 { 25 {
27 'destination': '<(PRODUCT_DIR)', 26 'destination': '<(PRODUCT_DIR)',
28 'files': [ 27 'files': [
29 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. 28 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
30 'tests/test_case.html', 29 'tests/test_case.html',
31 'tests/test_case.html.mock-http-headers', 30 'tests/test_case.html.mock-http-headers',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'lib/gl/include', 583 'lib/gl/include',
585 ], 584 ],
586 'sources': [ 585 'sources': [
587 'examples/compositor/compositor.cc', 586 'examples/compositor/compositor.cc',
588 'examples/compositor/spinning_cube.cc', 587 'examples/compositor/spinning_cube.cc',
589 'examples/compositor/spinning_cube.h', 588 'examples/compositor/spinning_cube.h',
590 ], 589 ],
591 }, 590 },
592 ], 591 ],
593 } 592 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698