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

Side by Side Diff: base/base.gyp

Issue 10909171: Fix and re-commit -- Refactoring and tests for file_util::CreateOrUpdateShortcutLink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delay load propsys.dll for exes that depend on test_support_base as it doesn't exist on WinXP Created 8 years, 3 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'win/event_trace_provider_unittest.cc', 516 'win/event_trace_provider_unittest.cc',
517 'win/i18n_unittest.cc', 517 'win/i18n_unittest.cc',
518 'win/iunknown_impl_unittest.cc', 518 'win/iunknown_impl_unittest.cc',
519 'win/object_watcher_unittest.cc', 519 'win/object_watcher_unittest.cc',
520 'win/pe_image_unittest.cc', 520 'win/pe_image_unittest.cc',
521 'win/registry_unittest.cc', 521 'win/registry_unittest.cc',
522 'win/sampling_profiler_unittest.cc', 522 'win/sampling_profiler_unittest.cc',
523 'win/scoped_bstr_unittest.cc', 523 'win/scoped_bstr_unittest.cc',
524 'win/scoped_comptr_unittest.cc', 524 'win/scoped_comptr_unittest.cc',
525 'win/scoped_process_information_unittest.cc', 525 'win/scoped_process_information_unittest.cc',
526 'win/shortcut_unittest.cc',
526 'win/startup_information_unittest.cc', 527 'win/startup_information_unittest.cc',
527 'win/scoped_variant_unittest.cc', 528 'win/scoped_variant_unittest.cc',
528 'win/win_util_unittest.cc', 529 'win/win_util_unittest.cc',
529 'win/wrapped_window_proc_unittest.cc', 530 'win/wrapped_window_proc_unittest.cc',
530 ], 531 ],
531 'dependencies': [ 532 'dependencies': [
532 'base', 533 'base',
533 'base_i18n', 534 'base_i18n',
534 'base_static', 535 'base_static',
535 'run_all_unittests', 536 'run_all_unittests',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'sources!': [ 682 'sources!': [
682 'test/scoped_locale.cc', 683 'test/scoped_locale.cc',
683 'test/scoped_locale.h', 684 'test/scoped_locale.h',
684 ], 685 ],
685 }], 686 }],
686 ['os_bsd==1', { 687 ['os_bsd==1', {
687 'sources!': [ 688 'sources!': [
688 'test/test_file_util_linux.cc', 689 'test/test_file_util_linux.cc',
689 ], 690 ],
690 }], 691 }],
692 ['OS=="win"', {
693 'direct_dependent_settings': {
694 'msvs_settings': {
695 'VCLinkerTool': {
696 'DelayLoadDLLs': [
697 'propsys.dll',
698 ],
699 },
700 },
701 },
702 }],
691 ], 703 ],
692 'sources': [ 704 'sources': [
693 'perftimer.cc', 705 'perftimer.cc',
694 'test/main_hook.cc', 706 'test/main_hook.cc',
695 'test/main_hook.h', 707 'test/main_hook.h',
696 'test/main_hook_ios.mm', 708 'test/main_hook_ios.mm',
697 'test/mock_chrome_application_mac.h', 709 'test/mock_chrome_application_mac.h',
698 'test/mock_chrome_application_mac.mm', 710 'test/mock_chrome_application_mac.mm',
699 'test/mock_devices_changed_observer.cc', 711 'test/mock_devices_changed_observer.cc',
700 'test/mock_devices_changed_observer.h', 712 'test/mock_devices_changed_observer.h',
(...skipping 12 matching lines...) Expand all
713 'test/task_runner_test_template.h', 725 'test/task_runner_test_template.h',
714 'test/test_file_util.h', 726 'test/test_file_util.h',
715 'test/test_file_util_linux.cc', 727 'test/test_file_util_linux.cc',
716 'test/test_file_util_mac.cc', 728 'test/test_file_util_mac.cc',
717 'test/test_file_util_posix.cc', 729 'test/test_file_util_posix.cc',
718 'test/test_file_util_win.cc', 730 'test/test_file_util_win.cc',
719 'test/test_listener_ios.h', 731 'test/test_listener_ios.h',
720 'test/test_listener_ios.mm', 732 'test/test_listener_ios.mm',
721 'test/test_reg_util_win.cc', 733 'test/test_reg_util_win.cc',
722 'test/test_reg_util_win.h', 734 'test/test_reg_util_win.h',
735 'test/test_shortcut_win.cc',
736 'test/test_shortcut_win.h',
723 'test/test_suite.cc', 737 'test/test_suite.cc',
724 'test/test_suite.h', 738 'test/test_suite.h',
725 'test/test_support_android.cc', 739 'test/test_support_android.cc',
726 'test/test_support_android.h', 740 'test/test_support_android.h',
727 'test/test_support_ios.h', 741 'test/test_support_ios.h',
728 'test/test_support_ios.mm', 742 'test/test_support_ios.mm',
729 'test/test_switches.cc', 743 'test/test_switches.cc',
730 'test/test_switches.h', 744 'test/test_switches.h',
731 'test/test_timeouts.cc', 745 'test/test_timeouts.cc',
732 'test/test_timeouts.h', 746 'test/test_timeouts.h',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 '--result', '<@(_outputs)', 1051 '--result', '<@(_outputs)',
1038 '--isolate', 'base_unittests.isolate', 1052 '--isolate', 'base_unittests.isolate',
1039 ], 1053 ],
1040 }, 1054 },
1041 ], 1055 ],
1042 }, 1056 },
1043 ], 1057 ],
1044 }], 1058 }],
1045 ], 1059 ],
1046 } 1060 }
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