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

Side by Side Diff: chrome/common/safe_browsing/BUILD.gn

Issue 2968003005: Support Serializing and Deserializing RepeatedField / RepeatedPtrField in IPC::Message (Closed)
Patch Set: Resolve review comments Created 3 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//chrome/common/features.gni") 5 import("//chrome/common/features.gni")
6 import("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 proto_library("proto") { 8 proto_library("proto") {
9 sources = [ 9 sources = [
10 "client_model.proto", 10 "client_model.proto",
(...skipping 20 matching lines...) Expand all
31 "binary_feature_extractor_win.cc", 31 "binary_feature_extractor_win.cc",
32 "download_protection_util.cc", 32 "download_protection_util.cc",
33 "download_protection_util.h", 33 "download_protection_util.h",
34 "ipc_protobuf_message_macros.h", 34 "ipc_protobuf_message_macros.h",
35 "ipc_protobuf_message_null_macros.h", 35 "ipc_protobuf_message_null_macros.h",
36 "mach_o_image_reader_mac.cc", 36 "mach_o_image_reader_mac.cc",
37 "mach_o_image_reader_mac.h", 37 "mach_o_image_reader_mac.h",
38 "pe_image_reader_win.cc", 38 "pe_image_reader_win.cc",
39 "pe_image_reader_win.h", 39 "pe_image_reader_win.h",
40 "protobuf_message_log_macros.h", 40 "protobuf_message_log_macros.h",
41 "protobuf_message_param_traits.h",
42 "protobuf_message_read_macros.h", 41 "protobuf_message_read_macros.h",
43 "protobuf_message_size_macros.h", 42 "protobuf_message_size_macros.h",
44 "protobuf_message_write_macros.h", 43 "protobuf_message_write_macros.h",
45 "safe_archive_analyzer_param_traits.h", 44 "safe_archive_analyzer_param_traits.h",
46 "zip_analyzer.cc", 45 "zip_analyzer.cc",
47 "zip_analyzer.h", 46 "zip_analyzer.h",
48 ] 47 ]
49 } 48 }
50 49
51 public_deps = [ 50 public_deps = [
52 "//base:i18n", 51 "//base:i18n",
53 "//chrome/browser:resources", 52 "//chrome/browser:resources",
54 "//chrome/common:mojo_bindings", 53 "//chrome/common:mojo_bindings",
55 "//chrome/common/safe_browsing:proto", 54 "//chrome/common/safe_browsing:proto",
56 "//components/safe_browsing:csd_proto", 55 "//components/safe_browsing:csd_proto",
57 "//crypto", 56 "//crypto",
58 "//ipc", 57 "//ipc",
59 "//third_party/zlib/google:zip", 58 "//third_party/zlib/google:zip",
60 "//ui/base", 59 "//ui/base",
61 ] 60 ]
62 61
63 # safe_archive_analyzer.mojom has a [Native] trait that depends on 62 # safe_archive_analyzer.mojom has a [Native] trait that depends on
64 # the protobuf headers in the sources list above. 63 # the protobuf headers in the sources list above.
65 allow_circular_includes_from = [ "//chrome/common:mojo_bindings" ] 64 allow_circular_includes_from = [ "//chrome/common:mojo_bindings" ]
66 } 65 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h » ('j') | ipc/ipc_message_protobuf_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698