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

Side by Side Diff: src/trusted/validator/x86/64/validator_x86_64.gyp

Issue 10070010: validator_ragel: Link into TCB, use under env var (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: . Created 8 years, 8 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 (c) 2011 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2012 The Native Client 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 # Build the specific library dependencies for validating on x86-64 5 # Build the specific library dependencies for validating on x86-64
6 { 6 {
7 'includes': [ 7 'includes': [
8 '../../../../../build/common.gypi', 8 '../../../../../build/common.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
11 'variables': { 11 'variables': {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'hard_dependency': 1, 85 'hard_dependency': 1,
86 }, 86 },
87 ], 87 ],
88 }], 88 }],
89 [ 'target_arch=="arm" or target_arch=="ia32"', { 89 [ 'target_arch=="arm" or target_arch=="ia32"', {
90 'targets': [] 90 'targets': []
91 }], 91 }],
92 ], 92 ],
93 } 93 }
94 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698