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

Side by Side Diff: base/base.gyp

Issue 11786005: Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dont call PropVariantClear if VT_EMPTY Created 7 years, 11 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') | 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'sources!': [ 777 'sources!': [
778 'test/scoped_locale.cc', 778 'test/scoped_locale.cc',
779 'test/scoped_locale.h', 779 'test/scoped_locale.h',
780 ], 780 ],
781 }], 781 }],
782 ['os_bsd==1', { 782 ['os_bsd==1', {
783 'sources!': [ 783 'sources!': [
784 'test/test_file_util_linux.cc', 784 'test/test_file_util_linux.cc',
785 ], 785 ],
786 }], 786 }],
787 ['OS=="win"', {
788 'direct_dependent_settings': {
789 'msvs_settings': {
790 'VCLinkerTool': {
791 'DelayLoadDLLs': [
792 'propsys.dll',
793 ],
794 },
795 },
796 },
797 }],
798 ], 787 ],
799 'sources': [ 788 'sources': [
800 'perftimer.cc', 789 'perftimer.cc',
801 'test/main_hook.cc', 790 'test/main_hook.cc',
802 'test/main_hook.h', 791 'test/main_hook.h',
803 'test/main_hook_ios.mm', 792 'test/main_hook_ios.mm',
804 'test/mock_chrome_application_mac.h', 793 'test/mock_chrome_application_mac.h',
805 'test/mock_chrome_application_mac.mm', 794 'test/mock_chrome_application_mac.mm',
806 'test/mock_devices_changed_observer.cc', 795 'test/mock_devices_changed_observer.cc',
807 'test/mock_devices_changed_observer.h', 796 'test/mock_devices_changed_observer.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 'base_unittests.isolate', 1127 'base_unittests.isolate',
1139 ], 1128 ],
1140 'sources': [ 1129 'sources': [
1141 'base_unittests.isolate', 1130 'base_unittests.isolate',
1142 ], 1131 ],
1143 }, 1132 },
1144 ], 1133 ],
1145 }], 1134 }],
1146 ], 1135 ],
1147 } 1136 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698