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

Side by Side Diff: src/nonsfi/irt/irt.gyp

Issue 686723003: Non-SFI mode: Implement nacl_irt_random only for nacl_helper_nonsfi. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebase 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 | Annotate | Revision Log
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 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 12 matching lines...) Expand all
23 '../../untrusted/pthread/nc_condvar.c', 23 '../../untrusted/pthread/nc_condvar.c',
24 '../../untrusted/pthread/nc_mutex.c', 24 '../../untrusted/pthread/nc_mutex.c',
25 '../../untrusted/pthread/nc_thread.c', 25 '../../untrusted/pthread/nc_thread.c',
26 '../../untrusted/pthread/stack_end.c', 26 '../../untrusted/pthread/stack_end.c',
27 '../../untrusted/valgrind/dynamic_annotations.c', 27 '../../untrusted/valgrind/dynamic_annotations.c',
28 '../linux/irt_exception_handling.c', 28 '../linux/irt_exception_handling.c',
29 '../linux/linux_futex.c', 29 '../linux/linux_futex.c',
30 '../linux/linux_pthread_private.c', 30 '../linux/linux_pthread_private.c',
31 '../linux/linux_sys_private.c', 31 '../linux/linux_sys_private.c',
32 'irt_interfaces.c', 32 'irt_interfaces.c',
33 'irt_interfaces.h', 33 'irt_random.c',
34 ], 34 ],
35 'dependencies': [ 35 'dependencies': [
36 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 36 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
37 ], 37 ],
38 }, 38 },
39 ], 39 ],
40 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698