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

Side by Side Diff: third_party/boringssl/boringssl_nacl.gyp

Issue 1097153002: NaCl/GYP: remove references to prep_toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit Created 5 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
« no previous file with comments | « sandbox/sandbox_nacl_nonsfi.gyp ('k') | third_party/jsoncpp/jsoncpp_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium 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 'includes': [ 5 'includes': [
6 '../../native_client/build/untrusted.gypi', 6 '../../native_client/build/untrusted.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'boringssl_nacl', 10 'target_name': 'boringssl_nacl',
11 'type': 'none', 11 'type': 'none',
12 'variables': { 12 'variables': {
13 'nlib_target': 'libboringssl_nacl.a', 13 'nlib_target': 'libboringssl_nacl.a',
14 'build_glibc': 0, 14 'build_glibc': 0,
15 'build_newlib': 0, 15 'build_newlib': 0,
16 'build_pnacl_newlib': 1, 16 'build_pnacl_newlib': 1,
17 }, 17 },
18 'dependencies': [ 18 'dependencies': [
19 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
20 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr usted', 19 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr usted',
21 ], 20 ],
22 'includes': [ 21 'includes': [
23 # Include the auto-generated gypi file. 22 # Include the auto-generated gypi file.
24 'boringssl.gypi' 23 'boringssl.gypi'
25 ], 24 ],
26 'sources': [ 25 'sources': [
27 '<@(boringssl_lib_sources)', 26 '<@(boringssl_lib_sources)',
28 ], 27 ],
29 'defines': [ 28 'defines': [
(...skipping 11 matching lines...) Expand all
41 'src/include', 40 'src/include',
42 ], 41 ],
43 }, 42 },
44 'pnacl_compile_flags': [ 43 'pnacl_compile_flags': [
45 '-Wno-sometimes-uninitialized', 44 '-Wno-sometimes-uninitialized',
46 '-Wno-unused-variable', 45 '-Wno-unused-variable',
47 ], 46 ],
48 }, # target boringssl_nacl 47 }, # target boringssl_nacl
49 ], 48 ],
50 } 49 }
OLDNEW
« no previous file with comments | « sandbox/sandbox_nacl_nonsfi.gyp ('k') | third_party/jsoncpp/jsoncpp_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698