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

Side by Side Diff: sandbox/win/sandbox_win.gypi

Issue 103333004: Allow Win64 build of base library even in a Win32 build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base Win64: Address CR feedback Created 7 years 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_internal.gyp ('k') | third_party/modp_b64/modp_b64.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'sandbox_windows_target': 0, 8 'sandbox_windows_target': 0,
9 'target_arch%': 'ia32', 9 'target_arch%': 'ia32',
10 }, 10 },
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ['OS=="win" and target_arch=="ia32"', { 330 ['OS=="win" and target_arch=="ia32"', {
331 'targets': [ 331 'targets': [
332 { 332 {
333 'target_name': 'sandbox_win64', 333 'target_name': 'sandbox_win64',
334 'type': 'static_library', 334 'type': 'static_library',
335 'variables': { 335 'variables': {
336 'sandbox_windows_target': 1, 336 'sandbox_windows_target': 1,
337 'target_arch': 'x64', 337 'target_arch': 'x64',
338 }, 338 },
339 'dependencies': [ 339 'dependencies': [
340 '../base/base.gyp:base_nacl_win64', 340 '../base/base.gyp:base_win64',
341 '../base/base.gyp:base_static_win64', 341 '../base/base.gyp:base_static_win64',
342 ], 342 ],
343 'configurations': { 343 'configurations': {
344 'Common_Base': { 344 'Common_Base': {
345 'msvs_target_platform': 'x64', 345 'msvs_target_platform': 'x64',
346 }, 346 },
347 }, 347 },
348 'include_dirs': [ 348 'include_dirs': [
349 '../..', 349 '../..',
350 ], 350 ],
351 'direct_dependent_settings': { 351 'direct_dependent_settings': {
352 'include_dirs': [ 352 'include_dirs': [
353 'src', 353 'src',
354 '../..', 354 '../..',
355 ], 355 ],
356 }, 356 },
357 'defines': [ 357 'defines': [
358 '<@(nacl_win64_defines)', 358 '<@(nacl_win64_defines)',
359 ] 359 ]
360 }, 360 },
361 ], 361 ],
362 }], 362 }],
363 ], 363 ],
364 } 364 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_internal.gyp ('k') | third_party/modp_b64/modp_b64.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698