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

Side by Side Diff: ui/views/views.gyp

Issue 12096043: Make ui build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « ui/message_center/message_center.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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 ], 513 ],
514 'link_settings': { 514 'link_settings': {
515 'msvs_settings': { 515 'msvs_settings': {
516 'VCLinkerTool': { 516 'VCLinkerTool': {
517 'DelayLoadDLLs': [ 517 'DelayLoadDLLs': [
518 'user32.dll', 518 'user32.dll',
519 ], 519 ],
520 }, 520 },
521 }, 521 },
522 }, 522 },
523 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
524 'msvs_disabled_warnings': [ 4267, ],
523 }], 525 }],
524 ['use_aura==0 or OS!="win"', { 526 ['use_aura==0 or OS!="win"', {
525 'sources!': [ 527 'sources!': [
526 'widget/widget_message_filter.cc', 528 'widget/widget_message_filter.cc',
527 'widget/widget_message_filter.h', 529 'widget/widget_message_filter.h',
528 ], 530 ],
529 }], 531 }],
530 ['OS!="win"', { 532 ['OS!="win"', {
531 'sources!': [ 533 'sources!': [
532 'controls/menu/menu_wrapper.h', 534 'controls/menu/menu_wrapper.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'sources/': [ 963 'sources/': [
962 # This is needed because the aura rule strips it from the default 964 # This is needed because the aura rule strips it from the default
963 # sources list. 965 # sources list.
964 ['include', '^../../content/app/startup_helper_win.cc'], 966 ['include', '^../../content/app/startup_helper_win.cc'],
965 ], 967 ],
966 }], 968 }],
967 ], 969 ],
968 }, # target_name: views_examples_with_content_exe 970 }, # target_name: views_examples_with_content_exe
969 ], 971 ],
970 } 972 }
OLDNEW
« no previous file with comments | « ui/message_center/message_center.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698