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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/file_util.h » ('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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'win/scoped_com_initializer.h', 498 'win/scoped_com_initializer.h',
499 'win/scoped_comptr.h', 499 'win/scoped_comptr.h',
500 'win/scoped_gdi_object.h', 500 'win/scoped_gdi_object.h',
501 'win/scoped_handle.cc', 501 'win/scoped_handle.cc',
502 'win/scoped_handle.h', 502 'win/scoped_handle.h',
503 'win/scoped_hdc.h', 503 'win/scoped_hdc.h',
504 'win/scoped_hglobal.h', 504 'win/scoped_hglobal.h',
505 'win/scoped_process_information.cc', 505 'win/scoped_process_information.cc',
506 'win/scoped_process_information.h', 506 'win/scoped_process_information.h',
507 'win/scoped_select_object.h', 507 'win/scoped_select_object.h',
508 'win/shortcut.cc',
509 'win/shortcut.h',
508 'win/startup_information.cc', 510 'win/startup_information.cc',
509 'win/startup_information.h', 511 'win/startup_information.h',
510 'win/scoped_variant.cc', 512 'win/scoped_variant.cc',
511 'win/scoped_variant.h', 513 'win/scoped_variant.h',
512 'win/windows_version.cc', 514 'win/windows_version.cc',
513 'win/windows_version.h', 515 'win/windows_version.h',
514 'win/win_util.cc', 516 'win/win_util.cc',
515 'win/win_util.h', 517 'win/win_util.h',
516 'win/wrapped_window_proc.cc', 518 'win/wrapped_window_proc.cc',
517 'win/wrapped_window_proc.h', 519 'win/wrapped_window_proc.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 # Remove all unnecessary files for build_nexe.py to avoid exceeding 686 # Remove all unnecessary files for build_nexe.py to avoid exceeding
685 # command-line-string limitation when building NaCl on Windows. 687 # command-line-string limitation when building NaCl on Windows.
686 ['OS == "win" and >(nacl_untrusted_build)==1', { 688 ['OS == "win" and >(nacl_untrusted_build)==1', {
687 'sources/': [ ['exclude', '\\.h$'] ], 689 'sources/': [ ['exclude', '\\.h$'] ],
688 }], 690 }],
689 ], 691 ],
690 }], 692 }],
691 ], 693 ],
692 }, 694 },
693 } 695 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698