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

Side by Side Diff: base/base.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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/delay_load_hook.cc » ('J')
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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'time_unittest.cc', 585 'time_unittest.cc',
586 'time_win_unittest.cc', 586 'time_win_unittest.cc',
587 'timer_unittest.cc', 587 'timer_unittest.cc',
588 'tools_sanity_unittest.cc', 588 'tools_sanity_unittest.cc',
589 'tracked_objects_unittest.cc', 589 'tracked_objects_unittest.cc',
590 'tuple_unittest.cc', 590 'tuple_unittest.cc',
591 'utf_string_conversions_unittest.cc', 591 'utf_string_conversions_unittest.cc',
592 'values_unittest.cc', 592 'values_unittest.cc',
593 'version_unittest.cc', 593 'version_unittest.cc',
594 'vlog_unittest.cc', 594 'vlog_unittest.cc',
595 'win/delay_load_hook_unittest.cc',
595 'win/dllmain.cc', 596 'win/dllmain.cc',
596 'win/enum_variant_unittest.cc', 597 'win/enum_variant_unittest.cc',
597 'win/event_trace_consumer_unittest.cc', 598 'win/event_trace_consumer_unittest.cc',
598 'win/event_trace_controller_unittest.cc', 599 'win/event_trace_controller_unittest.cc',
599 'win/event_trace_provider_unittest.cc', 600 'win/event_trace_provider_unittest.cc',
600 'win/i18n_unittest.cc', 601 'win/i18n_unittest.cc',
601 'win/iunknown_impl_unittest.cc', 602 'win/iunknown_impl_unittest.cc',
602 'win/object_watcher_unittest.cc', 603 'win/object_watcher_unittest.cc',
603 'win/pe_image_unittest.cc', 604 'win/pe_image_unittest.cc',
604 'win/registry_unittest.cc', 605 'win/registry_unittest.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'base_unittests.isolate', 1189 'base_unittests.isolate',
1189 ], 1190 ],
1190 'sources': [ 1191 'sources': [
1191 'base_unittests.isolate', 1192 'base_unittests.isolate',
1192 ], 1193 ],
1193 }, 1194 },
1194 ], 1195 ],
1195 }], 1196 }],
1196 ], 1197 ],
1197 } 1198 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/delay_load_hook.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698