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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1004323003: Add support for sending protobuf messages over IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip
Patch Set: remove todo and enable for cros Created 5 years, 9 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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | chrome/common/common_message_generator.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'common/extensions/permissions/chrome_permission_message_provider.cc', 202 'common/extensions/permissions/chrome_permission_message_provider.cc',
203 'common/extensions/permissions/chrome_permission_message_provider.h', 203 'common/extensions/permissions/chrome_permission_message_provider.h',
204 'common/extensions/permissions/chrome_permission_message_rules.cc', 204 'common/extensions/permissions/chrome_permission_message_rules.cc',
205 'common/extensions/permissions/chrome_permission_message_rules.h', 205 'common/extensions/permissions/chrome_permission_message_rules.h',
206 'common/extensions/sync_helper.cc', 206 'common/extensions/sync_helper.cc',
207 'common/extensions/sync_helper.h', 207 'common/extensions/sync_helper.h',
208 ], 208 ],
209 'chrome_common_full_safe_browsing_sources': [ 209 'chrome_common_full_safe_browsing_sources': [
210 'common/safe_browsing/download_protection_util.cc', 210 'common/safe_browsing/download_protection_util.cc',
211 'common/safe_browsing/download_protection_util.h', 211 'common/safe_browsing/download_protection_util.h',
212 'common/safe_browsing/ipc_protobuf_message_macros.h',
213 'common/safe_browsing/ipc_protobuf_message_null_macros.h',
214 'common/safe_browsing/protobuf_message_log_macros.h',
215 'common/safe_browsing/protobuf_message_param_traits.h',
216 'common/safe_browsing/protobuf_message_read_macros.h',
217 'common/safe_browsing/protobuf_message_write_macros.h',
212 'common/safe_browsing/zip_analyzer.cc', 218 'common/safe_browsing/zip_analyzer.cc',
213 'common/safe_browsing/zip_analyzer.h', 219 'common/safe_browsing/zip_analyzer.h',
214 ], 220 ],
215 'chrome_common_importer_sources': [ 221 'chrome_common_importer_sources': [
216 'common/importer/firefox_importer_utils.cc', 222 'common/importer/firefox_importer_utils.cc',
217 'common/importer/firefox_importer_utils.h', 223 'common/importer/firefox_importer_utils.h',
218 'common/importer/firefox_importer_utils_linux.cc', 224 'common/importer/firefox_importer_utils_linux.cc',
219 'common/importer/firefox_importer_utils_mac.mm', 225 'common/importer/firefox_importer_utils_mac.mm',
220 'common/importer/firefox_importer_utils_win.cc', 226 'common/importer/firefox_importer_utils_win.cc',
221 'common/importer/ie_importer_test_registry_overrider_win.cc', 227 'common/importer/ie_importer_test_registry_overrider_win.cc',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'common/safe_browsing/csd.proto' 680 'common/safe_browsing/csd.proto'
675 ], 681 ],
676 'variables': { 682 'variables': {
677 'proto_in_dir': 'common/safe_browsing', 683 'proto_in_dir': 'common/safe_browsing',
678 'proto_out_dir': 'chrome/common/safe_browsing', 684 'proto_out_dir': 'chrome/common/safe_browsing',
679 }, 685 },
680 'includes': [ '../build/protoc.gypi' ], 686 'includes': [ '../build/protoc.gypi' ],
681 }, 687 },
682 ], 688 ],
683 } 689 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | chrome/common/common_message_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698