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

Side by Side Diff: components/nacl.gyp

Issue 191673003: Implement ScopedFD in terms of ScopedGeneric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'nacl/loader/nonsfi/irt_fdio.cc', 204 'nacl/loader/nonsfi/irt_fdio.cc',
205 'nacl/loader/nonsfi/irt_futex.cc', 205 'nacl/loader/nonsfi/irt_futex.cc',
206 'nacl/loader/nonsfi/irt_interfaces.cc', 206 'nacl/loader/nonsfi/irt_interfaces.cc',
207 'nacl/loader/nonsfi/irt_interfaces.h', 207 'nacl/loader/nonsfi/irt_interfaces.h',
208 'nacl/loader/nonsfi/irt_memory.cc', 208 'nacl/loader/nonsfi/irt_memory.cc',
209 'nacl/loader/nonsfi/irt_ppapi.cc', 209 'nacl/loader/nonsfi/irt_ppapi.cc',
210 'nacl/loader/nonsfi/irt_thread.cc', 210 'nacl/loader/nonsfi/irt_thread.cc',
211 'nacl/loader/nonsfi/irt_util.h', 211 'nacl/loader/nonsfi/irt_util.h',
212 'nacl/loader/nonsfi/nonsfi_main.cc', 212 'nacl/loader/nonsfi/nonsfi_main.cc',
213 'nacl/loader/nonsfi/nonsfi_main.h', 213 'nacl/loader/nonsfi/nonsfi_main.h',
214 '../base/files/scoped_file.cc',
214 '../base/posix/unix_domain_socket_linux.cc', 215 '../base/posix/unix_domain_socket_linux.cc',
215 '../content/common/child_process_sandbox_support_impl_shm_linux. cc', 216 '../content/common/child_process_sandbox_support_impl_shm_linux. cc',
216 '../content/common/sandbox_linux/sandbox_bpf_base_policy_linux.c c', 217 '../content/common/sandbox_linux/sandbox_bpf_base_policy_linux.c c',
217 '../content/common/sandbox_linux/sandbox_init_linux.cc', 218 '../content/common/sandbox_linux/sandbox_init_linux.cc',
218 '../content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', 219 '../content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
219 '../content/public/common/content_switches.cc', 220 '../content/public/common/content_switches.cc',
220 '../ppapi/proxy/plugin_main_irt.cc', 221 '../ppapi/proxy/plugin_main_irt.cc',
221 '../ppapi/proxy/plugin_main_irt.h', 222 '../ppapi/proxy/plugin_main_irt.h',
222 ], 223 ],
223 'conditions': [ 224 'conditions': [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'nacl/common/nacl_types.h', 396 'nacl/common/nacl_types.h',
396 'nacl/common/pnacl_types.cc', 397 'nacl/common/pnacl_types.cc',
397 'nacl/common/pnacl_types.h', 398 'nacl/common/pnacl_types.h',
398 ], 399 ],
399 'include_dirs': [ 400 'include_dirs': [
400 '..', 401 '..',
401 ], 402 ],
402 }, 403 },
403 ] 404 ]
404 } 405 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698