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

Side by Side Diff: components/nacl_nonsfi.gyp

Issue 687363004: Introduce content_nacl_nonsfi.gyp 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 'sources': [ 49 'sources': [
50 'nacl/loader/nacl_helper_linux.cc', 50 'nacl/loader/nacl_helper_linux.cc',
51 'nacl/loader/nacl_helper_linux.h', 51 'nacl/loader/nacl_helper_linux.h',
52 ], 52 ],
53 53
54 'conditions': [ 54 'conditions': [
55 ['target_arch=="ia32" or target_arch=="x64"', { 55 ['target_arch=="ia32" or target_arch=="x64"', {
56 'extra_deps_newlib32_nonsfi': [ 56 'extra_deps_newlib32_nonsfi': [
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)/libchild_process_sandbox_suppor t_nacl_nonsfi.a',
58 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_client_nacl.a ', 59 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_client_nacl.a ',
59 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_common_nacl.a ', 60 '>(tc_lib_dir_nonsfi_helper32)/libcommand_buffer_common_nacl.a ',
60 '>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a', 61 '>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a',
61 '>(tc_lib_dir_nonsfi_helper32)/libgles2_cmd_helper_nacl.a', 62 '>(tc_lib_dir_nonsfi_helper32)/libgles2_cmd_helper_nacl.a',
62 '>(tc_lib_dir_nonsfi_helper32)/libgles2_implementation_nacl.a' , 63 '>(tc_lib_dir_nonsfi_helper32)/libgles2_implementation_nacl.a' ,
63 '>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a', 64 '>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a',
64 '>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a', 65 '>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a',
65 '>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a', 66 '>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a',
66 '>(tc_lib_dir_nonsfi_helper32)/liblatency_info_nacl.a', 67 '>(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_ipc_nacl.a',
68 '>(tc_lib_dir_nonsfi_helper32)/libppapi_proxy_nacl.a', 69 '>(tc_lib_dir_nonsfi_helper32)/libppapi_proxy_nacl.a',
69 '>(tc_lib_dir_nonsfi_helper32)/libppapi_shared_nacl.a', 70 '>(tc_lib_dir_nonsfi_helper32)/libppapi_shared_nacl.a',
70 '>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a ', 71 '>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a ',
71 '>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a', 72 '>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a',
72 ], 73 ],
73 }], 74 }],
74 ], 75 ],
75 }, 76 },
76 'dependencies': [ 77 'dependencies': [
77 '../base/base_nacl.gyp:base_nacl_nonsfi', 78 '../base/base_nacl.gyp:base_nacl_nonsfi',
79 '../content/content_nacl_nonsfi.gyp:child_process_sandbox_support_na cl_nonsfi',
78 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', 80 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
79 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private', 81 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
80 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', 82 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
81 '../native_client/tools.gyp:prep_toolchain', 83 '../native_client/tools.gyp:prep_toolchain',
82 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', 84 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl',
83 ], 85 ],
84 }, 86 },
85 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. 87 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
86 ], 88 ],
87 }], 89 }],
88 ], 90 ],
89 } 91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698