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

Side by Side Diff: components/nacl.gyp

Issue 226033002: Ensure seccomp-bpf cannot be silently disabled for non-SFI NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'targets': [ 177 'targets': [
178 { 178 {
179 'target_name': 'nacl_helper', 179 'target_name': 'nacl_helper',
180 'type': 'executable', 180 'type': 'executable',
181 'include_dirs': [ 181 'include_dirs': [
182 '..', 182 '..',
183 ], 183 ],
184 'dependencies': [ 184 'dependencies': [
185 'nacl', 185 'nacl',
186 'nacl_common', 186 'nacl_common',
187 'nacl_switches',
187 '../components/tracing.gyp:tracing', 188 '../components/tracing.gyp:tracing',
188 '../crypto/crypto.gyp:crypto', 189 '../crypto/crypto.gyp:crypto',
189 '../sandbox/sandbox.gyp:libc_urandom_override', 190 '../sandbox/sandbox.gyp:libc_urandom_override',
190 '../sandbox/sandbox.gyp:sandbox', 191 '../sandbox/sandbox.gyp:sandbox',
191 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 192 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
192 ], 193 ],
193 'defines': [ 194 'defines': [
194 '<@(nacl_defines)', 195 '<@(nacl_defines)',
195 # Allow .cc files to know if they're being compiled as part 196 # Allow .cc files to know if they're being compiled as part
196 # of nacl_helper. 197 # of nacl_helper.
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ], 398 ],
398 'include_dirs': [ 399 'include_dirs': [
399 '..', 400 '..',
400 ], 401 ],
401 'dependencies': [ 402 'dependencies': [
402 '../content/content.gyp:content_common', 403 '../content/content.gyp:content_common',
403 ], 404 ],
404 }, 405 },
405 ] 406 ]
406 } 407 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/common/nacl_switches.h » ('j') | components/nacl/common/nacl_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698