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

Side by Side Diff: ppapi/ppapi_nacl_test_common.gypi

Issue 452543002: Build only the appropriate x86 arches for nacl (chrome side). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix more Created 6 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 | « ppapi/ppapi_nacl.gyp ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 '../native_client/build/untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 # We need to override the variables in untrusted.gypi outside of a 10 # We need to override the variables in untrusted.gypi outside of a
11 # target_condition block because the target_condition block in 11 # target_condition block because the target_condition block in
12 # untrusted gypi is fully evaluated and interpolated before any of the 12 # untrusted gypi is fully evaluated and interpolated before any of the
13 # target_condition blocks in this file are expanded. This means that any 13 # target_condition blocks in this file are expanded. This means that any
14 # variables overriden inside a target_condition block in this file will not 14 # variables overriden inside a target_condition block in this file will not
15 # affect the values in untrusted.gypi. 15 # affect the values in untrusted.gypi.
16 'variables': { 16 'variables': {
17 'test_files': [], 17 'test_files': [],
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '>@(create_nmf_args_portable)' 227 '>@(create_nmf_args_portable)'
228 ], 228 ],
229 }, 229 },
230 ], 230 ],
231 }], 231 }],
232 ], 232 ],
233 }], 233 }],
234 ], 234 ],
235 }, 235 },
236 } 236 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698