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

Side by Side Diff: src/trusted/validator/ncfileutils.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 # -*- gyp -*- 1 # -*- gyp -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 '../../../build/common.gypi', 8 '../../../build/common.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'targets': [ 57 'targets': [
58 { 58 {
59 'target_name': 'ncfileutils_x86_64', 59 'target_name': 'ncfileutils_x86_64',
60 'type': 'static_library', 60 'type': 'static_library',
61 'hard_dependency': 1, 61 'hard_dependency': 1,
62 'variables': { 62 'variables': {
63 'target_base': 'ncfileutils', 63 'target_base': 'ncfileutils',
64 }, 64 },
65 }], 65 }],
66 }], 66 }],
67 ['target_arch=="arm"', {
68 'targets': [],
69 }],
70 ], 67 ],
71 } 68 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/service_runtime.gyp ('k') | src/trusted/validator/x86/32/validator_x86_32.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698