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

Side by Side Diff: components/nacl.gyp

Issue 100373005: Initial implementation of Bare Metal Mode for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'nacl', 176 'nacl',
177 'nacl_common', 177 'nacl_common',
178 '../crypto/crypto.gyp:crypto', 178 '../crypto/crypto.gyp:crypto',
179 '../sandbox/sandbox.gyp:libc_urandom_override', 179 '../sandbox/sandbox.gyp:libc_urandom_override',
180 '../sandbox/sandbox.gyp:sandbox', 180 '../sandbox/sandbox.gyp:sandbox',
181 ], 181 ],
182 'defines': [ 182 'defines': [
183 '<@(nacl_defines)', 183 '<@(nacl_defines)',
184 ], 184 ],
185 'sources': [ 185 'sources': [
186 'nacl/loader/nacl_sandbox_linux.cc',
187 'nacl/loader/nacl_helper_linux.cc', 186 'nacl/loader/nacl_helper_linux.cc',
188 'nacl/loader/nacl_helper_linux.h', 187 'nacl/loader/nacl_helper_linux.h',
188 'nacl/loader/nacl_sandbox_linux.cc',
189 # Currently nonsfi mode can work on 32bit architecture, but can
190 # be (only) compiled also on 64bit. So, we compile these
191 # modules for testing purpose.
192 'nacl/loader/nonsfi/elf_loader.cc',
193 'nacl/loader/nonsfi/elf_loader.h',
194 'nacl/loader/nonsfi/nonsfi_error_code.h',
195 'nacl/loader/nonsfi/nonsfi_main.cc',
196 'nacl/loader/nonsfi/nonsfi_main.h',
189 '../base/posix/unix_domain_socket_linux.cc', 197 '../base/posix/unix_domain_socket_linux.cc',
190 '../content/common/child_process_sandbox_support_impl_shm_linux. cc', 198 '../content/common/child_process_sandbox_support_impl_shm_linux. cc',
191 '../content/common/sandbox_init_linux.cc', 199 '../content/common/sandbox_init_linux.cc',
192 '../content/common/sandbox_seccomp_bpf_linux.cc', 200 '../content/common/sandbox_seccomp_bpf_linux.cc',
193 '../content/public/common/content_switches.cc', 201 '../content/public/common/content_switches.cc',
194 ], 202 ],
195 'conditions': [ 203 'conditions': [
196 ['toolkit_uses_gtk == 1', { 204 ['toolkit_uses_gtk == 1', {
197 'dependencies': [ 205 'dependencies': [
198 '../build/linux/system.gyp:gtk', 206 '../build/linux/system.gyp:gtk',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'nacl/common/nacl_types.h', 366 'nacl/common/nacl_types.h',
359 'nacl/common/pnacl_types.cc', 367 'nacl/common/pnacl_types.cc',
360 'nacl/common/pnacl_types.h', 368 'nacl/common/pnacl_types.h',
361 ], 369 ],
362 'include_dirs': [ 370 'include_dirs': [
363 '..', 371 '..',
364 ], 372 ],
365 }, 373 },
366 ] 374 ]
367 } 375 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.cc » ('j') | components/nacl/browser/nacl_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698