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

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: simplify Created 5 years 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'debug/stack_trace.h', 172 'debug/stack_trace.h',
173 'debug/stack_trace_android.cc', 173 'debug/stack_trace_android.cc',
174 'debug/stack_trace_posix.cc', 174 'debug/stack_trace_posix.cc',
175 'debug/stack_trace_win.cc', 175 'debug/stack_trace_win.cc',
176 'debug/task_annotator.cc', 176 'debug/task_annotator.cc',
177 'debug/task_annotator.h', 177 'debug/task_annotator.h',
178 'deferred_sequenced_task_runner.cc', 178 'deferred_sequenced_task_runner.cc',
179 'deferred_sequenced_task_runner.h', 179 'deferred_sequenced_task_runner.h',
180 'environment.cc', 180 'environment.cc',
181 'environment.h', 181 'environment.h',
182 'export_template.h',
182 'feature_list.cc', 183 'feature_list.cc',
183 'feature_list.h', 184 'feature_list.h',
184 'file_descriptor_posix.h', 185 'file_descriptor_posix.h',
185 'file_version_info.h', 186 'file_version_info.h',
186 'file_version_info_mac.h', 187 'file_version_info_mac.h',
187 'file_version_info_mac.mm', 188 'file_version_info_mac.mm',
188 'file_version_info_win.cc', 189 'file_version_info_win.cc',
189 'file_version_info_win.h', 190 'file_version_info_win.h',
190 'files/dir_reader_fallback.h', 191 'files/dir_reader_fallback.h',
191 'files/dir_reader_linux.h', 192 'files/dir_reader_linux.h',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'i18n/time_formatting.h', 1056 'i18n/time_formatting.h',
1056 'i18n/timezone.cc', 1057 'i18n/timezone.cc',
1057 'i18n/timezone.h', 1058 'i18n/timezone.h',
1058 'i18n/utf8_validator_tables.cc', 1059 'i18n/utf8_validator_tables.cc',
1059 'i18n/utf8_validator_tables.h', 1060 'i18n/utf8_validator_tables.h',
1060 ], 1061 ],
1061 }] 1062 }]
1062 ], 1063 ],
1063 }, 1064 },
1064 } 1065 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/export_template.h » ('j') | base/export_template.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698