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

Side by Side Diff: base/base.gypi

Issue 1532053002: use variadic macros/templates in IPC message implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stricter legacy compat macros Created 4 years, 10 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
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'debug/stack_trace.h', 174 'debug/stack_trace.h',
175 'debug/stack_trace_android.cc', 175 'debug/stack_trace_android.cc',
176 'debug/stack_trace_posix.cc', 176 'debug/stack_trace_posix.cc',
177 'debug/stack_trace_win.cc', 177 'debug/stack_trace_win.cc',
178 'debug/task_annotator.cc', 178 'debug/task_annotator.cc',
179 'debug/task_annotator.h', 179 'debug/task_annotator.h',
180 'deferred_sequenced_task_runner.cc', 180 'deferred_sequenced_task_runner.cc',
181 'deferred_sequenced_task_runner.h', 181 'deferred_sequenced_task_runner.h',
182 'environment.cc', 182 'environment.cc',
183 'environment.h', 183 'environment.h',
184 'export_template.h',
184 'feature_list.cc', 185 'feature_list.cc',
185 'feature_list.h', 186 'feature_list.h',
186 'file_descriptor_posix.h', 187 'file_descriptor_posix.h',
187 'file_version_info.h', 188 'file_version_info.h',
188 'file_version_info_mac.h', 189 'file_version_info_mac.h',
189 'file_version_info_mac.mm', 190 'file_version_info_mac.mm',
190 'file_version_info_win.cc', 191 'file_version_info_win.cc',
191 'file_version_info_win.h', 192 'file_version_info_win.h',
192 'files/dir_reader_fallback.h', 193 'files/dir_reader_fallback.h',
193 'files/dir_reader_linux.h', 194 'files/dir_reader_linux.h',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'i18n/time_formatting.h', 1058 'i18n/time_formatting.h',
1058 'i18n/timezone.cc', 1059 'i18n/timezone.cc',
1059 'i18n/timezone.h', 1060 'i18n/timezone.h',
1060 'i18n/utf8_validator_tables.cc', 1061 'i18n/utf8_validator_tables.cc',
1061 'i18n/utf8_validator_tables.h', 1062 'i18n/utf8_validator_tables.h',
1062 ], 1063 ],
1063 }] 1064 }]
1064 ], 1065 ],
1065 }, 1066 },
1066 } 1067 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/export_template.h » ('j') | components/nacl/browser/nacl_file_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698