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

Side by Side Diff: components/nacl.gyp

Issue 1185333003: Implement GetSandboxType() on all platforms and implement for all process types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not call base class from chrome's contentbrowserclient Created 5 years, 5 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 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 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'nacl/common/nacl_constants.h', 490 'nacl/common/nacl_constants.h',
491 'nacl/common/nacl_host_messages.cc', 491 'nacl/common/nacl_host_messages.cc',
492 'nacl/common/nacl_host_messages.h', 492 'nacl/common/nacl_host_messages.h',
493 'nacl/common/nacl_messages.cc', 493 'nacl/common/nacl_messages.cc',
494 'nacl/common/nacl_messages.h', 494 'nacl/common/nacl_messages.h',
495 'nacl/common/nacl_nonsfi_util.cc', 495 'nacl/common/nacl_nonsfi_util.cc',
496 'nacl/common/nacl_nonsfi_util.h', 496 'nacl/common/nacl_nonsfi_util.h',
497 'nacl/common/nacl_process_type.h', 497 'nacl/common/nacl_process_type.h',
498 'nacl/common/nacl_renderer_messages.cc', 498 'nacl/common/nacl_renderer_messages.cc',
499 'nacl/common/nacl_renderer_messages.h', 499 'nacl/common/nacl_renderer_messages.h',
500 'nacl/common/nacl_sandbox_type_mac.h', 500 'nacl/common/nacl_sandbox_type.h',
501 'nacl/common/nacl_types.cc', 501 'nacl/common/nacl_types.cc',
502 'nacl/common/nacl_types.h', 502 'nacl/common/nacl_types.h',
503 'nacl/common/nacl_types_param_traits.cc', 503 'nacl/common/nacl_types_param_traits.cc',
504 'nacl/common/nacl_types_param_traits.h', 504 'nacl/common/nacl_types_param_traits.h',
505 'nacl/common/pnacl_types.cc', 505 'nacl/common/pnacl_types.cc',
506 'nacl/common/pnacl_types.h', 506 'nacl/common/pnacl_types.h',
507 ], 507 ],
508 'include_dirs': [ 508 'include_dirs': [
509 '..', 509 '..',
510 ], 510 ],
511 'dependencies': [ 511 'dependencies': [
512 '../content/content.gyp:content_common', 512 '../content/content.gyp:content_common',
513 ], 513 ],
514 }, 514 },
515 ] 515 ]
516 } 516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698