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

Side by Side Diff: base/base.gypi

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint errors/warnings Created 5 years, 2 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
« no previous file with comments | « base/BUILD.gn ('k') | base/win/process_startup_helper.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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'win/iat_patch_function.cc', 719 'win/iat_patch_function.cc',
720 'win/iat_patch_function.h', 720 'win/iat_patch_function.h',
721 'win/iunknown_impl.cc', 721 'win/iunknown_impl.cc',
722 'win/iunknown_impl.h', 722 'win/iunknown_impl.h',
723 'win/message_window.cc', 723 'win/message_window.cc',
724 'win/message_window.h', 724 'win/message_window.h',
725 'win/metro.cc', 725 'win/metro.cc',
726 'win/metro.h', 726 'win/metro.h',
727 'win/object_watcher.cc', 727 'win/object_watcher.cc',
728 'win/object_watcher.h', 728 'win/object_watcher.h',
729 'win/process_startup_helper.cc',
730 'win/process_startup_helper.h',
729 'win/registry.cc', 731 'win/registry.cc',
730 'win/registry.h', 732 'win/registry.h',
731 'win/resource_util.cc', 733 'win/resource_util.cc',
732 'win/resource_util.h', 734 'win/resource_util.h',
733 'win/scoped_bstr.cc', 735 'win/scoped_bstr.cc',
734 'win/scoped_bstr.h', 736 'win/scoped_bstr.h',
735 'win/scoped_co_mem.h', 737 'win/scoped_co_mem.h',
736 'win/scoped_com_initializer.h', 738 'win/scoped_com_initializer.h',
737 'win/scoped_comptr.h', 739 'win/scoped_comptr.h',
738 'win/scoped_gdi_object.h', 740 'win/scoped_gdi_object.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'i18n/time_formatting.h', 1046 'i18n/time_formatting.h',
1045 'i18n/timezone.cc', 1047 'i18n/timezone.cc',
1046 'i18n/timezone.h', 1048 'i18n/timezone.h',
1047 'i18n/utf8_validator_tables.cc', 1049 'i18n/utf8_validator_tables.cc',
1048 'i18n/utf8_validator_tables.h', 1050 'i18n/utf8_validator_tables.h',
1049 ], 1051 ],
1050 }] 1052 }]
1051 ], 1053 ],
1052 }, 1054 },
1053 } 1055 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/win/process_startup_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698