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

Side by Side Diff: ui/ui.gyp

Issue 47363002: Make intsafe.h workaround global (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « ui/gfx/gfx.gyp ('k') | ui/views/views.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'd2d1.dll', 452 'd2d1.dll',
453 'd3d10_1.dll', 453 'd3d10_1.dll',
454 'dwmapi.dll', 454 'dwmapi.dll',
455 ], 455 ],
456 'AdditionalDependencies': [ 456 'AdditionalDependencies': [
457 'd2d1.lib', 457 'd2d1.lib',
458 'd3d10_1.lib', 458 'd3d10_1.lib',
459 'dwmapi.lib', 459 'dwmapi.lib',
460 ], 460 ],
461 }, 461 },
462 'VCCLCompilerTool': {
463 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ],
464 },
465 }, 462 },
466 'link_settings': { 463 'link_settings': {
467 'libraries': [ 464 'libraries': [
468 '-limm32.lib', 465 '-limm32.lib',
469 '-ld2d1.lib', 466 '-ld2d1.lib',
470 '-ldwmapi.lib', 467 '-ldwmapi.lib',
471 '-loleacc.lib', 468 '-loleacc.lib',
472 ], 469 ],
473 }, 470 },
474 },{ # OS!="win" 471 },{ # OS!="win"
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'xcode_settings': { 722 'xcode_settings': {
726 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 723 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
727 }, 724 },
728 }], 725 }],
729 ], 726 ],
730 }, 727 },
731 ], 728 ],
732 }], 729 }],
733 ], 730 ],
734 } 731 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698