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

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

Issue 12295040: Stop delay loading user32.dll from chrome.dll on x86/Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build config sketch, mostly works for x86 and x64. Move the hook back to base." Created 7 years, 9 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
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 # For accessibility 505 # For accessibility
506 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 506 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
507 ], 507 ],
508 'include_dirs': [ 508 'include_dirs': [
509 '../../third_party/wtl/include', 509 '../../third_party/wtl/include',
510 ], 510 ],
511 'link_settings': { 511 'link_settings': {
512 'msvs_settings': { 512 'msvs_settings': {
513 'VCLinkerTool': { 513 'VCLinkerTool': {
514 'DelayLoadDLLs': [ 514 'DelayLoadDLLs': [
515 'user32.dll', 515 # TODO(siggi): fixme, DO NOT SUBMIT
516 # 'user32.dll',
516 ], 517 ],
517 }, 518 },
518 }, 519 },
519 }, 520 },
520 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 521 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
521 'msvs_disabled_warnings': [ 4267, ], 522 'msvs_disabled_warnings': [ 4267, ],
522 }], 523 }],
523 ['use_aura==0 or OS!="win"', { 524 ['use_aura==0 or OS!="win"', {
524 'sources!': [ 525 'sources!': [
525 'widget/widget_message_filter.cc', 526 'widget/widget_message_filter.cc',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'sources/': [ 970 'sources/': [
970 # This is needed because the aura rule strips it from the default 971 # This is needed because the aura rule strips it from the default
971 # sources list. 972 # sources list.
972 ['include', '^../../content/app/startup_helper_win.cc'], 973 ['include', '^../../content/app/startup_helper_win.cc'],
973 ], 974 ],
974 }], 975 }],
975 ], 976 ],
976 }, # target_name: views_examples_with_content_exe 977 }, # target_name: views_examples_with_content_exe
977 ], 978 ],
978 } 979 }
OLDNEW
« build/win/importlibs/filter_export_list.py ('K') | « content/user32.delay.imports ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698