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

Side by Side Diff: components/nacl_nonsfi.gyp

Issue 794573002: Enable transitional non-SFI browser tests on ARM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase for including NaCl roll Created 5 years, 11 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
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 21 matching lines...) Expand all
32 # TODO(crbug.com/358465): Implement it then switch nacl_helper in 32 # TODO(crbug.com/358465): Implement it then switch nacl_helper in
33 # Non-SFI mode to nacl_helper_nonsfi. 33 # Non-SFI mode to nacl_helper_nonsfi.
34 'target_name': 'nacl_helper_nonsfi', 34 'target_name': 'nacl_helper_nonsfi',
35 'type': 'none', 35 'type': 'none',
36 'variables': { 36 'variables': {
37 'nacl_untrusted_build': 1, 37 'nacl_untrusted_build': 1,
38 'nexe_target': 'nacl_helper_nonsfi', 38 'nexe_target': 'nacl_helper_nonsfi',
39 # Rename the output binary file to nacl_helper_nonsfi and put it 39 # Rename the output binary file to nacl_helper_nonsfi and put it
40 # directly under out/{Debug,Release}/. 40 # directly under out/{Debug,Release}/.
41 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi', 41 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi',
42 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi',
42 43
43 'build_glibc': 0, 44 'build_glibc': 0,
44 'build_newlib': 0, 45 'build_newlib': 0,
45 'build_irt': 0, 46 'build_irt': 0,
46 'build_pnacl_newlib': 0, 47 'build_pnacl_newlib': 0,
47 'build_nonsfi_helper': 1, 48 'build_nonsfi_helper': 1,
48 49
49 'sources': [ 50 'sources': [
50 'nacl/common/nacl_messages.cc', 51 'nacl/common/nacl_messages.cc',
51 'nacl/common/nacl_types.cc', 52 'nacl/common/nacl_types.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', 139 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
139 '../native_client/tools.gyp:prep_toolchain', 140 '../native_client/tools.gyp:prep_toolchain',
140 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', 141 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl',
141 ], 142 ],
142 }, 143 },
143 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. 144 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
144 ], 145 ],
145 }], 146 }],
146 ], 147 ],
147 } 148 }
OLDNEW
« chrome/test/ppapi/ppapi_browsertest.cc ('K') | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698