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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/test/test_shortcut_win.cc » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'win/scoped_co_mem.h', 536 'win/scoped_co_mem.h',
537 'win/scoped_com_initializer.h', 537 'win/scoped_com_initializer.h',
538 'win/scoped_comptr.h', 538 'win/scoped_comptr.h',
539 'win/scoped_gdi_object.h', 539 'win/scoped_gdi_object.h',
540 'win/scoped_handle.cc', 540 'win/scoped_handle.cc',
541 'win/scoped_handle.h', 541 'win/scoped_handle.h',
542 'win/scoped_hdc.h', 542 'win/scoped_hdc.h',
543 'win/scoped_hglobal.h', 543 'win/scoped_hglobal.h',
544 'win/scoped_process_information.cc', 544 'win/scoped_process_information.cc',
545 'win/scoped_process_information.h', 545 'win/scoped_process_information.h',
546 'win/scoped_propvariant.h',
546 'win/scoped_select_object.h', 547 'win/scoped_select_object.h',
548 'win/scoped_variant.cc',
549 'win/scoped_variant.h',
547 'win/shortcut.cc', 550 'win/shortcut.cc',
548 'win/shortcut.h', 551 'win/shortcut.h',
549 'win/startup_information.cc', 552 'win/startup_information.cc',
550 'win/startup_information.h', 553 'win/startup_information.h',
551 'win/scoped_variant.cc',
552 'win/scoped_variant.h',
553 'win/text_services_message_filter.cc', 554 'win/text_services_message_filter.cc',
554 'win/text_services_message_filter.h', 555 'win/text_services_message_filter.h',
555 'win/windows_version.cc', 556 'win/windows_version.cc',
556 'win/windows_version.h', 557 'win/windows_version.h',
557 'win/win_util.cc', 558 'win/win_util.cc',
558 'win/win_util.h', 559 'win/win_util.h',
559 'win/wrapped_window_proc.cc', 560 'win/wrapped_window_proc.cc',
560 'win/wrapped_window_proc.h', 561 'win/wrapped_window_proc.h',
561 ], 562 ],
562 'defines': [ 563 'defines': [
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 740 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
740 'sources/': [ 741 'sources/': [
741 ['exclude', '^third_party/nspr/'], 742 ['exclude', '^third_party/nspr/'],
742 ], 743 ],
743 }], 744 }],
744 ], 745 ],
745 }], 746 }],
746 ], 747 ],
747 }, 748 },
748 } 749 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/test/test_shortcut_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698