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

Side by Side Diff: base/base.gyp

Issue 10914109: Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: namespace s/Win/win 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'win/event_trace_provider_unittest.cc', 512 'win/event_trace_provider_unittest.cc',
513 'win/i18n_unittest.cc', 513 'win/i18n_unittest.cc',
514 'win/iunknown_impl_unittest.cc', 514 'win/iunknown_impl_unittest.cc',
515 'win/object_watcher_unittest.cc', 515 'win/object_watcher_unittest.cc',
516 'win/pe_image_unittest.cc', 516 'win/pe_image_unittest.cc',
517 'win/registry_unittest.cc', 517 'win/registry_unittest.cc',
518 'win/sampling_profiler_unittest.cc', 518 'win/sampling_profiler_unittest.cc',
519 'win/scoped_bstr_unittest.cc', 519 'win/scoped_bstr_unittest.cc',
520 'win/scoped_comptr_unittest.cc', 520 'win/scoped_comptr_unittest.cc',
521 'win/scoped_process_information_unittest.cc', 521 'win/scoped_process_information_unittest.cc',
522 'win/shortcut_unittest.cc',
522 'win/startup_information_unittest.cc', 523 'win/startup_information_unittest.cc',
523 'win/scoped_variant_unittest.cc', 524 'win/scoped_variant_unittest.cc',
524 'win/win_util_unittest.cc', 525 'win/win_util_unittest.cc',
525 'win/wrapped_window_proc_unittest.cc', 526 'win/wrapped_window_proc_unittest.cc',
526 ], 527 ],
527 'dependencies': [ 528 'dependencies': [
528 'base', 529 'base',
529 'base_i18n', 530 'base_i18n',
530 'base_static', 531 'base_static',
531 'run_all_unittests', 532 'run_all_unittests',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'test/task_runner_test_template.h', 710 'test/task_runner_test_template.h',
710 'test/test_file_util.h', 711 'test/test_file_util.h',
711 'test/test_file_util_linux.cc', 712 'test/test_file_util_linux.cc',
712 'test/test_file_util_mac.cc', 713 'test/test_file_util_mac.cc',
713 'test/test_file_util_posix.cc', 714 'test/test_file_util_posix.cc',
714 'test/test_file_util_win.cc', 715 'test/test_file_util_win.cc',
715 'test/test_listener_ios.h', 716 'test/test_listener_ios.h',
716 'test/test_listener_ios.mm', 717 'test/test_listener_ios.mm',
717 'test/test_reg_util_win.cc', 718 'test/test_reg_util_win.cc',
718 'test/test_reg_util_win.h', 719 'test/test_reg_util_win.h',
720 'test/test_shortcut_win.cc',
721 'test/test_shortcut_win.h',
719 'test/test_suite.cc', 722 'test/test_suite.cc',
720 'test/test_suite.h', 723 'test/test_suite.h',
721 'test/test_support_android.cc', 724 'test/test_support_android.cc',
722 'test/test_support_android.h', 725 'test/test_support_android.h',
723 'test/test_support_ios.h', 726 'test/test_support_ios.h',
724 'test/test_support_ios.mm', 727 'test/test_support_ios.mm',
725 'test/test_switches.cc', 728 'test/test_switches.cc',
726 'test/test_switches.h', 729 'test/test_switches.h',
727 'test/test_timeouts.cc', 730 'test/test_timeouts.cc',
728 'test/test_timeouts.h', 731 'test/test_timeouts.h',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 '--result', '<@(_outputs)', 1036 '--result', '<@(_outputs)',
1034 '--isolate', 'base_unittests.isolate', 1037 '--isolate', 'base_unittests.isolate',
1035 ], 1038 ],
1036 }, 1039 },
1037 ], 1040 ],
1038 }, 1041 },
1039 ], 1042 ],
1040 }], 1043 }],
1041 ], 1044 ],
1042 } 1045 }
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