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

Side by Side Diff: components/nacl_nonsfi.gyp

Issue 650593003: Non-SFI mode: build tracing_nacl library for nacl_helper_nonsfi. (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 | components/tracing_nacl.gyp » ('j') | components/tracing_nacl.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common_untrusted.gypi', 10 '../build/common_untrusted.gypi',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '>(tc_lib_dir_nonsfi_helper32)/libbase_nacl_nonsfi.a', 57 '>(tc_lib_dir_nonsfi_helper32)/libbase_nacl_nonsfi.a',
58 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_client_nacl.a ', 58 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_client_nacl.a ',
59 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_common_nacl.a ', 59 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_common_nacl.a ',
60 '>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a', 60 '>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a',
61 '>(tc_lib_dir_nonsfi_helper32)/libgles2_cmd_helper_nacl.a', 61 '>(tc_lib_dir_nonsfi_helper32)/libgles2_cmd_helper_nacl.a',
62 '>(tc_lib_dir_nonsfi_helper32)/libgles2_implementation_nacl.a' , 62 '>(tc_lib_dir_nonsfi_helper32)/libgles2_implementation_nacl.a' ,
63 '>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a', 63 '>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a',
64 '>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a', 64 '>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a',
65 '>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a', 65 '>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a',
66 '>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a ', 66 '>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a ',
67 '>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a',
67 ], 68 ],
68 }], 69 }],
69 ], 70 ],
70 }, 71 },
71 'dependencies': [ 72 'dependencies': [
72 '../base/base_nacl.gyp:base_nacl_nonsfi', 73 '../base/base_nacl.gyp:base_nacl_nonsfi',
73 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', 74 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
74 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private', 75 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
75 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', 76 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
76 '../native_client/tools.gyp:prep_toolchain', 77 '../native_client/tools.gyp:prep_toolchain',
77 78
78 # Temporarily depends on some libraries to make sure they can be 79 # Temporarily depends on some libraries to make sure they can be
79 # built properly. These are depended on by PPAPI library. 80 # built properly. These are depended on by PPAPI library.
80 # TODO(hidehiko): Remove them when PPAPI library is introduced. 81 # TODO(hidehiko): Remove them when PPAPI library is introduced.
82 '../components/tracing_nacl.gyp:tracing_nacl',
81 '../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl', 83 '../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl',
82 '../gpu/gpu_nacl.gyp:command_buffer_client_nacl', 84 '../gpu/gpu_nacl.gyp:command_buffer_client_nacl',
83 '../gpu/gpu_nacl.gyp:command_buffer_common_nacl', 85 '../gpu/gpu_nacl.gyp:command_buffer_common_nacl',
84 '../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl', 86 '../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl',
85 '../gpu/gpu_nacl.gyp:gles2_implementation_nacl', 87 '../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
86 '../gpu/gpu_nacl.gyp:gpu_ipc_nacl', 88 '../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
87 '../media/media_nacl.gyp:shared_memory_support_nacl', 89 '../media/media_nacl.gyp:shared_memory_support_nacl',
88 ], 90 ],
89 }, 91 },
90 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. 92 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
91 ], 93 ],
92 }], 94 }],
93 ], 95 ],
94 } 96 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing_nacl.gyp » ('j') | components/tracing_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698