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

Side by Side Diff: base/base.gypi

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 | « 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/text_services_message_filter.cc', 514 'win/text_services_message_filter.cc',
513 'win/text_services_message_filter.h', 515 'win/text_services_message_filter.h',
514 'win/windows_version.cc', 516 'win/windows_version.cc',
515 'win/windows_version.h', 517 'win/windows_version.h',
516 'win/win_util.cc', 518 'win/win_util.cc',
517 'win/win_util.h', 519 'win/win_util.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 # Remove all unnecessary files for build_nexe.py to avoid exceeding 688 # Remove all unnecessary files for build_nexe.py to avoid exceeding
687 # command-line-string limitation when building NaCl on Windows. 689 # command-line-string limitation when building NaCl on Windows.
688 ['OS == "win" and >(nacl_untrusted_build)==1', { 690 ['OS == "win" and >(nacl_untrusted_build)==1', {
689 'sources/': [ ['exclude', '\\.h$'] ], 691 'sources/': [ ['exclude', '\\.h$'] ],
690 }], 692 }],
691 ], 693 ],
692 }], 694 }],
693 ], 695 ],
694 }, 696 },
695 } 697 }
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