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

Unified Diff: src/trusted/validator/x86/64/validator_x86_64.gyp

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator/x86/64/build.scons ('k') | src/trusted/validator/x86/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/x86/64/validator_x86_64.gyp
diff --git a/src/trusted/validator/x86/64/validator_x86_64.gyp b/src/trusted/validator/x86/64/validator_x86_64.gyp
deleted file mode 100644
index 0d5852b2b48c20cbe1fee26c7fcb2582a68c1bbf..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/64/validator_x86_64.gyp
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright (c) 2012 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Build the specific library dependencies for validating on x86-64
-{
- 'includes': [
- '../../../../../build/common.gypi',
- ],
- 'target_defaults': {
- 'variables': {
- 'target_base': 'none',
- },
- 'target_conditions': [
- ['target_base=="ncvalidate_x86_64"', {
- 'sources': [
- 'ncvalidate.c',
- ],
- 'cflags!': [
- '-Wextra',
- '-Wswitch-enum',
- '-Wsign-compare'
- ],
- 'defines': [ 'NACL_TRUSTED_BUT_NOT_TCB' ],
- 'xcode_settings': {
- 'WARNING_CFLAGS!': [
- '-Wextra',
- '-Wswitch-enum',
- '-Wsign-compare'
- ],
- },
- }],
- ['target_base=="ncvalidate_verbose_x86_64"', {
- 'sources': [
- 'ncvalidate_verbose.c',
- ],
- 'cflags!': [
- '-Wextra',
- '-Wswitch-enum',
- '-Wsign-compare'
- ],
- 'defines': [ 'NACL_TRUSTED_BUT_NOT_TCB' ],
- 'xcode_settings': {
- 'WARNING_CFLAGS!': [
- '-Wextra',
- '-Wswitch-enum',
- '-Wsign-compare'
- ],
- },
- }],
- ],
- 'conditions': [
- ['OS=="win" and target_arch=="ia32"', {
- 'variables': {
- 'win_target': 'x64',
- },
- }],
- ],
- },
- 'conditions': [
- ['OS=="win" or target_arch=="x64"', {
- 'targets': [
- # ----------------------------------------------------------------------
- {
- 'target_name': 'ncvalidate_x86_64',
- 'type': 'static_library',
- 'variables': {
- 'target_base': 'ncvalidate_x86_64',
- },
- 'dependencies': [
- '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncval_reg_sfi.gyp:ncval_reg_sfi_x86_64'
- ],
- 'hard_dependency': 1,
- },
- {
- 'target_name': 'ncvalidate_verbose_x86_64',
- 'type': 'static_library',
- 'variables': {
- 'target_base': 'ncvalidate_verbose_x86_64',
- },
- 'dependencies': [
- 'ncvalidate_x86_64',
- '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncval_reg_sfi.gyp:ncval_reg_sfi_verbose_x86_64'
- ],
- 'hard_dependency': 1,
- },
- ],
- }],
- ],
-}
-
« no previous file with comments | « src/trusted/validator/x86/64/build.scons ('k') | src/trusted/validator/x86/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698