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

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: better ScopedPropVariant 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') | base/win/scoped_propvariant.h » ('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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'sources!': [ 753 'sources!': [
754 'test/scoped_locale.cc', 754 'test/scoped_locale.cc',
755 'test/scoped_locale.h', 755 'test/scoped_locale.h',
756 ], 756 ],
757 }], 757 }],
758 ['os_bsd==1', { 758 ['os_bsd==1', {
759 'sources!': [ 759 'sources!': [
760 'test/test_file_util_linux.cc', 760 'test/test_file_util_linux.cc',
761 ], 761 ],
762 }], 762 }],
763 ['OS=="win"', {
764 'direct_dependent_settings': {
765 'msvs_settings': {
766 'VCLinkerTool': {
767 'DelayLoadDLLs': [
768 'propsys.dll',
769 ],
770 },
771 },
772 },
773 }],
774 ], 763 ],
775 'sources': [ 764 'sources': [
776 'perftimer.cc', 765 'perftimer.cc',
777 'test/main_hook.cc', 766 'test/main_hook.cc',
778 'test/main_hook.h', 767 'test/main_hook.h',
779 'test/main_hook_ios.mm', 768 'test/main_hook_ios.mm',
780 'test/mock_chrome_application_mac.h', 769 'test/mock_chrome_application_mac.h',
781 'test/mock_chrome_application_mac.mm', 770 'test/mock_chrome_application_mac.mm',
782 'test/mock_devices_changed_observer.cc', 771 'test/mock_devices_changed_observer.cc',
783 'test/mock_devices_changed_observer.h', 772 'test/mock_devices_changed_observer.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'base_unittests.isolate', 1102 'base_unittests.isolate',
1114 ], 1103 ],
1115 'sources': [ 1104 'sources': [
1116 'base_unittests.isolate', 1105 'base_unittests.isolate',
1117 ], 1106 ],
1118 }, 1107 },
1119 ], 1108 ],
1120 }], 1109 }],
1121 ], 1110 ],
1122 } 1111 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/scoped_propvariant.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698