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

Side by Side Diff: src/shared/gio/gio.gyp

Issue 10915109: Add nacl_sdk gyp meta-target. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: . Created 8 years, 3 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
« no previous file with comments | « build/untrusted.gypi ('k') | src/shared/imc/imc.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../build/common.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'common_sources': [ 10 'common_sources': [
(...skipping 13 matching lines...) Expand all
24 'type': 'static_library', 24 'type': 'static_library',
25 'sources': [ 25 'sources': [
26 '<@(trusted_sources)', 26 '<@(trusted_sources)',
27 ], 27 ],
28 }, 28 },
29 { 29 {
30 'target_name': 'gio_lib', 30 'target_name': 'gio_lib',
31 'type': 'none', 31 'type': 'none',
32 'variables': { 32 'variables': {
33 'nlib_target': 'libgio.a', 33 'nlib_target': 'libgio.a',
34 'nso_target': 'libgio.so',
34 'build_glibc': 1, 35 'build_glibc': 1,
35 'build_newlib': 1, 36 'build_newlib': 1,
36 'sources': ['<@(common_sources)'] 37 'sources': ['<@(common_sources)']
37 }, 38 },
38 'dependencies': [ 39 'dependencies': [
39 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 40 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
40 ], 41 ],
41 }, 42 },
42 ], 43 ],
43 'conditions': [ 44 'conditions': [
44 ['OS=="win"', { 45 ['OS=="win"', {
45 'targets': [ 46 'targets': [
46 { 47 {
47 'target_name': 'gio64', 48 'target_name': 'gio64',
48 'type': 'static_library', 49 'type': 'static_library',
49 'sources': [ 50 'sources': [
50 '<@(trusted_sources)', 51 '<@(trusted_sources)',
51 ], 52 ],
52 'variables': { 53 'variables': {
53 'win_target': 'x64', 54 'win_target': 'x64',
54 }, 55 },
55 } 56 }
56 ], 57 ],
57 }], 58 }],
58 ], 59 ],
59 } 60 }
OLDNEW
« no previous file with comments | « build/untrusted.gypi ('k') | src/shared/imc/imc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698