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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1977643002: Generate param traits size methods for IPC files in chrome/ (and traits it depends on). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 7 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'common/safe_browsing/file_type_policies.h', 222 'common/safe_browsing/file_type_policies.h',
223 'common/safe_browsing/ipc_protobuf_message_macros.h', 223 'common/safe_browsing/ipc_protobuf_message_macros.h',
224 'common/safe_browsing/ipc_protobuf_message_null_macros.h', 224 'common/safe_browsing/ipc_protobuf_message_null_macros.h',
225 'common/safe_browsing/mach_o_image_reader_mac.cc', 225 'common/safe_browsing/mach_o_image_reader_mac.cc',
226 'common/safe_browsing/mach_o_image_reader_mac.h', 226 'common/safe_browsing/mach_o_image_reader_mac.h',
227 'common/safe_browsing/pe_image_reader_win.cc', 227 'common/safe_browsing/pe_image_reader_win.cc',
228 'common/safe_browsing/pe_image_reader_win.h', 228 'common/safe_browsing/pe_image_reader_win.h',
229 'common/safe_browsing/protobuf_message_log_macros.h', 229 'common/safe_browsing/protobuf_message_log_macros.h',
230 'common/safe_browsing/protobuf_message_param_traits.h', 230 'common/safe_browsing/protobuf_message_param_traits.h',
231 'common/safe_browsing/protobuf_message_read_macros.h', 231 'common/safe_browsing/protobuf_message_read_macros.h',
232 'common/safe_browsing/protobuf_message_size_macros.h',
232 'common/safe_browsing/protobuf_message_write_macros.h', 233 'common/safe_browsing/protobuf_message_write_macros.h',
233 'common/safe_browsing/zip_analyzer.cc', 234 'common/safe_browsing/zip_analyzer.cc',
234 'common/safe_browsing/zip_analyzer.h', 235 'common/safe_browsing/zip_analyzer.h',
235 'common/safe_browsing/zip_analyzer_results.cc', 236 'common/safe_browsing/zip_analyzer_results.cc',
236 'common/safe_browsing/zip_analyzer_results.h', 237 'common/safe_browsing/zip_analyzer_results.h',
237 ], 238 ],
238 'chrome_common_importer_sources': [ 239 'chrome_common_importer_sources': [
239 'common/importer/edge_importer_utils_win.cc', 240 'common/importer/edge_importer_utils_win.cc',
240 'common/importer/edge_importer_utils_win.h', 241 'common/importer/edge_importer_utils_win.h',
241 'common/importer/firefox_importer_utils.cc', 242 'common/importer/firefox_importer_utils.cc',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 ], 667 ],
667 'dependencies': [ 668 'dependencies': [
668 'installer_util', 669 'installer_util',
669 '../base/base.gyp:base', 670 '../base/base.gyp:base',
670 ], 671 ],
671 }, 672 },
672 ], 673 ],
673 }], 674 }],
674 ], 675 ],
675 } 676 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698