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

Side by Side Diff: src/trusted/validator/x86/validate_x86.gyp

Issue 24227003: [MIPS] Add support to gyp files to build Native Client inside of Chromium (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Upload again. Created 7 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2011 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 x86 code, used 5 # Build the specific library dependencies for validating x86 code, used
6 # by both the x86-32 and x86-64 validators. 6 # by both the x86-32 and x86-64 validators.
7 # Note: Would like to name this file validator_x86.gyp, but that name is 7 # Note: Would like to name this file validator_x86.gyp, but that name is
8 # already used, and on mac's, this is not allowed. 8 # already used, and on mac's, this is not allowed.
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'type': 'static_library', 128 'type': 'static_library',
129 'variables': { 129 'variables': {
130 'target_base': 'ncval_base_verbose', 130 'target_base': 'ncval_base_verbose',
131 }, 131 },
132 'dependencies': [ 132 'dependencies': [
133 'ncval_base_x86_64', 133 'ncval_base_x86_64',
134 ], 134 ],
135 }, 135 },
136 ], 136 ],
137 }], 137 }],
138 [ 'target_arch=="arm"', {
139 'targets': []
140 }],
141 ], 138 ],
142 } 139 }
OLDNEW
« no previous file with comments | « src/trusted/validator/x86/ncval_seg_sfi/ncval_seg_sfi.gyp ('k') | src/trusted/validator_arm/ncval.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698