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

Side by Side Diff: components/nacl_nonsfi.gyp

Issue 652393003: Non-SFI mode: Build ppapi libraries 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 | ppapi/nacl_irt/manifest_service.cc » ('j') | ppapi/nacl_irt/manifest_service.cc » ('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)/liblatency_info_nacl.a', 66 '>(tc_lib_dir_nonsfi_helper32)/liblatency_info_nacl.a',
67 '>(tc_lib_dir_nonsfi_helper32)/libppapi_ipc_nacl.a',
68 '>(tc_lib_dir_nonsfi_helper32)/libppapi_proxy_nacl_nonsfi.a',
69 '>(tc_lib_dir_nonsfi_helper32)/libppapi_shared_nacl.a',
67 '>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a ', 70 '>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a ',
68 '>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a', 71 '>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a',
69 ], 72 ],
70 }], 73 }],
71 ], 74 ],
72 }, 75 },
73 'dependencies': [ 76 'dependencies': [
74 '../base/base_nacl.gyp:base_nacl_nonsfi', 77 '../base/base_nacl.gyp:base_nacl_nonsfi',
75 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', 78 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
76 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private', 79 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
77 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', 80 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
78 '../native_client/tools.gyp:prep_toolchain', 81 '../native_client/tools.gyp:prep_toolchain',
79 82 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl_nonsfi',
80 # Temporarily depends on some libraries to make sure they can be
81 # built properly. These are depended on by PPAPI library.
82 # TODO(hidehiko): Remove them when PPAPI library is introduced.
83 '../components/tracing_nacl.gyp:tracing_nacl',
84 '../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl',
85 '../gpu/gpu_nacl.gyp:command_buffer_client_nacl',
86 '../gpu/gpu_nacl.gyp:command_buffer_common_nacl',
87 '../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl',
88 '../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
89 '../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
90 '../media/media_nacl.gyp:shared_memory_support_nacl',
91 '../ui/events/latency_info_nacl.gyp:latency_info_nacl',
92 ], 83 ],
93 }, 84 },
94 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. 85 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
95 ], 86 ],
96 }], 87 }],
97 ], 88 ],
98 } 89 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/nacl_irt/manifest_service.cc » ('j') | ppapi/nacl_irt/manifest_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698