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

Side by Side Diff: src/trusted/validator/x86/ncval_reg_sfi/ncval_reg_sfi.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 # TODO(bradchen): eliminate need for the warning flag removals below 5 # TODO(bradchen): eliminate need for the warning flag removals below
6 { 6 {
7 'includes': [ 7 'includes': [
8 '../../../../../build/common.gypi', 8 '../../../../../build/common.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'target_name': 'ncval_reg_sfi_verbose_x86_64', 126 'target_name': 'ncval_reg_sfi_verbose_x86_64',
127 'type': 'static_library', 127 'type': 'static_library',
128 'dependencies': [ 128 'dependencies': [
129 'ncval_reg_sfi_x86_64', 129 'ncval_reg_sfi_x86_64',
130 ], 130 ],
131 'variables': { 131 'variables': {
132 'target_base': 'ncval_reg_sfi_verbose', 132 'target_base': 'ncval_reg_sfi_verbose',
133 }, 133 },
134 }], 134 }],
135 }], 135 }],
136 [ 'target_arch=="arm"', {
137 'targets': []
138 }],
139 ], 136 ],
140 } 137 }
OLDNEW
« no previous file with comments | « src/trusted/validator/x86/decoder/ncval_x86_decoder.gyp ('k') | src/trusted/validator/x86/ncval_seg_sfi/ncval_seg_sfi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698