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

Side by Side Diff: base/base.gypi

Issue 1439443002: Reland: Add code to deal with serial device disconnection detection on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: initialize helper_ to be nullptr Created 5 years, 1 month 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
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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'win/process_startup_helper.h', 735 'win/process_startup_helper.h',
736 'win/registry.cc', 736 'win/registry.cc',
737 'win/registry.h', 737 'win/registry.h',
738 'win/resource_util.cc', 738 'win/resource_util.cc',
739 'win/resource_util.h', 739 'win/resource_util.h',
740 'win/scoped_bstr.cc', 740 'win/scoped_bstr.cc',
741 'win/scoped_bstr.h', 741 'win/scoped_bstr.h',
742 'win/scoped_co_mem.h', 742 'win/scoped_co_mem.h',
743 'win/scoped_com_initializer.h', 743 'win/scoped_com_initializer.h',
744 'win/scoped_comptr.h', 744 'win/scoped_comptr.h',
745 'win/scoped_device_info_object.h',
745 'win/scoped_gdi_object.h', 746 'win/scoped_gdi_object.h',
746 'win/scoped_handle.cc', 747 'win/scoped_handle.cc',
747 'win/scoped_handle.h', 748 'win/scoped_handle.h',
748 'win/scoped_hdc.h', 749 'win/scoped_hdc.h',
749 'win/scoped_hglobal.h', 750 'win/scoped_hglobal.h',
750 'win/scoped_process_information.cc', 751 'win/scoped_process_information.cc',
751 'win/scoped_process_information.h', 752 'win/scoped_process_information.h',
752 'win/scoped_propvariant.h', 753 'win/scoped_propvariant.h',
753 'win/scoped_select_object.h', 754 'win/scoped_select_object.h',
754 'win/scoped_variant.cc', 755 'win/scoped_variant.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'i18n/time_formatting.h', 1052 'i18n/time_formatting.h',
1052 'i18n/timezone.cc', 1053 'i18n/timezone.cc',
1053 'i18n/timezone.h', 1054 'i18n/timezone.h',
1054 'i18n/utf8_validator_tables.cc', 1055 'i18n/utf8_validator_tables.cc',
1055 'i18n/utf8_validator_tables.h', 1056 'i18n/utf8_validator_tables.h',
1056 ], 1057 ],
1057 }] 1058 }]
1058 ], 1059 ],
1059 }, 1060 },
1060 } 1061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698