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

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: 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 | « 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'timer_unittest.cc', 564 'timer_unittest.cc',
565 'tools_sanity_unittest.cc', 565 'tools_sanity_unittest.cc',
566 'tracked_objects_unittest.cc', 566 'tracked_objects_unittest.cc',
567 'tuple_unittest.cc', 567 'tuple_unittest.cc',
568 'utf_offset_string_conversions_unittest.cc', 568 'utf_offset_string_conversions_unittest.cc',
569 'utf_string_conversions_unittest.cc', 569 'utf_string_conversions_unittest.cc',
570 'values_unittest.cc', 570 'values_unittest.cc',
571 'version_unittest.cc', 571 'version_unittest.cc',
572 'vlog_unittest.cc', 572 'vlog_unittest.cc',
573 'win/dllmain.cc', 573 'win/dllmain.cc',
574 'win/delay_load_hook_unittest.cc',
574 'win/enum_variant_unittest.cc', 575 'win/enum_variant_unittest.cc',
575 'win/event_trace_consumer_unittest.cc', 576 'win/event_trace_consumer_unittest.cc',
576 'win/event_trace_controller_unittest.cc', 577 'win/event_trace_controller_unittest.cc',
577 'win/event_trace_provider_unittest.cc', 578 'win/event_trace_provider_unittest.cc',
578 'win/i18n_unittest.cc', 579 'win/i18n_unittest.cc',
579 'win/iunknown_impl_unittest.cc', 580 'win/iunknown_impl_unittest.cc',
580 'win/object_watcher_unittest.cc', 581 'win/object_watcher_unittest.cc',
581 'win/pe_image_unittest.cc', 582 'win/pe_image_unittest.cc',
582 'win/registry_unittest.cc', 583 'win/registry_unittest.cc',
583 'win/sampling_profiler_unittest.cc', 584 'win/sampling_profiler_unittest.cc',
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'base_unittests.isolate', 1154 'base_unittests.isolate',
1154 ], 1155 ],
1155 'sources': [ 1156 'sources': [
1156 'base_unittests.isolate', 1157 'base_unittests.isolate',
1157 ], 1158 ],
1158 }, 1159 },
1159 ], 1160 ],
1160 }], 1161 }],
1161 ], 1162 ],
1162 } 1163 }
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