• Home
  • Raw
  • Download

Lines Matching refs:protobuf

18 import("protobuf.gni")
20 # This file defines a GN source_set for an external installation of protobuf.
21 # To use, checkout the protobuf source into a directory, then set the build arg
22 # dir_pw_third_party_protobuf to point to that directory. The protobuf library
23 # will be available in GN at "$dir_pw_third_party/protobuf".
26 # the protobuf repository. These targets may not work with other versions.
28 # If the dir_pw_third_party_protobuf build argument is not set, the protobuf
55 "$dir_pw_third_party_protobuf/src/google/protobuf/any_lite.cc",
56 "$dir_pw_third_party_protobuf/src/google/protobuf/arena.cc",
57 "$dir_pw_third_party_protobuf/src/google/protobuf/extension_set.cc",
58 "$dir_pw_third_party_protobuf/src/google/protobuf/generated_enum_util.cc",
59 "$dir_pw_third_party_protobuf/src/google/protobuf/generated_message_table_driven_lite.cc",
60 "$dir_pw_third_party_protobuf/src/google/protobuf/generated_message_util.cc",
61 "$dir_pw_third_party_protobuf/src/google/protobuf/implicit_weak_message.cc",
62 "$dir_pw_third_party_protobuf/src/google/protobuf/io/coded_stream.cc",
63 "$dir_pw_third_party_protobuf/src/google/protobuf/io/io_win32.cc",
64 "$dir_pw_third_party_protobuf/src/google/protobuf/io/strtod.cc",
65 "$dir_pw_third_party_protobuf/src/google/protobuf/io/zero_copy_stream.cc",
66 "$dir_pw_third_party_protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc",
67 "$dir_pw_third_party_protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
68 "$dir_pw_third_party_protobuf/src/google/protobuf/map.cc",
69 "$dir_pw_third_party_protobuf/src/google/protobuf/message_lite.cc",
70 "$dir_pw_third_party_protobuf/src/google/protobuf/parse_context.cc",
71 "$dir_pw_third_party_protobuf/src/google/protobuf/repeated_field.cc",
72 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/bytestream.cc",
73 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/common.cc",
74 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/int128.cc",
75 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/status.cc",
76 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/statusor.cc",
77 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/stringpiece.cc",
78 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/stringprintf.cc",
79 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/structurally_valid.cc",
80 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/strutil.cc",
81 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/time.cc",
82 "$dir_pw_third_party_protobuf/src/google/protobuf/wire_format_lite.cc",
93 "$dir_pw_third_party_protobuf/src/google/protobuf/any.cc",
94 "$dir_pw_third_party_protobuf/src/google/protobuf/any.pb.cc",
95 "$dir_pw_third_party_protobuf/src/google/protobuf/api.pb.cc",
96 "$dir_pw_third_party_protobuf/src/google/protobuf/compiler/importer.cc",
97 "$dir_pw_third_party_protobuf/src/google/protobuf/compiler/parser.cc",
98 "$dir_pw_third_party_protobuf/src/google/protobuf/descriptor.cc",
99 "$dir_pw_third_party_protobuf/src/google/protobuf/descriptor.pb.cc",
100 "$dir_pw_third_party_protobuf/src/google/protobuf/descriptor_database.cc",
101 "$dir_pw_third_party_protobuf/src/google/protobuf/duration.pb.cc",
102 "$dir_pw_third_party_protobuf/src/google/protobuf/dynamic_message.cc",
103 "$dir_pw_third_party_protobuf/src/google/protobuf/empty.pb.cc",
104 "$dir_pw_third_party_protobuf/src/google/protobuf/extension_set_heavy.cc",
105 "$dir_pw_third_party_protobuf/src/google/protobuf/field_mask.pb.cc",
106 "$dir_pw_third_party_protobuf/src/google/protobuf/generated_message_reflection.cc",
107 "$dir_pw_third_party_protobuf/src/google/protobuf/generated_message_table_driven.cc",
108 "$dir_pw_third_party_protobuf/src/google/protobuf/io/gzip_stream.cc",
109 "$dir_pw_third_party_protobuf/src/google/protobuf/io/printer.cc",
110 "$dir_pw_third_party_protobuf/src/google/protobuf/io/tokenizer.cc",
111 "$dir_pw_third_party_protobuf/src/google/protobuf/map_field.cc",
112 "$dir_pw_third_party_protobuf/src/google/protobuf/message.cc",
113 "$dir_pw_third_party_protobuf/src/google/protobuf/reflection_ops.cc",
114 "$dir_pw_third_party_protobuf/src/google/protobuf/service.cc",
115 "$dir_pw_third_party_protobuf/src/google/protobuf/source_context.pb.cc",
116 "$dir_pw_third_party_protobuf/src/google/protobuf/struct.pb.cc",
117 "$dir_pw_third_party_protobuf/src/google/protobuf/stubs/substitute.cc",
118 "$dir_pw_third_party_protobuf/src/google/protobuf/text_format.cc",
119 "$dir_pw_third_party_protobuf/src/google/protobuf/timestamp.pb.cc",
120 "$dir_pw_third_party_protobuf/src/google/protobuf/type.pb.cc",
121 "$dir_pw_third_party_protobuf/src/google/protobuf/unknown_field_set.cc",
122 "$dir_pw_third_party_protobuf/src/google/protobuf/util/delimited_message_util.cc",
123 "$dir_pw_third_party_protobuf/src/google/protobuf/util/field_comparator.cc",
124 "$dir_pw_third_party_protobuf/src/google/protobuf/util/field_mask_util.cc",
125 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/datapiece.cc",
126 … "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc",
127 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/error_listener.cc",
128 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/field_mask_utility.cc",
129 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/json_escaping.cc",
130 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/json_objectwriter.cc",
131 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/json_stream_parser.cc",
132 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/object_writer.cc",
133 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/proto_writer.cc",
134 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc",
135 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc",
136 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/type_info.cc",
137 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc",
138 "$dir_pw_third_party_protobuf/src/google/protobuf/util/internal/utility.cc",
139 "$dir_pw_third_party_protobuf/src/google/protobuf/util/json_util.cc",
140 "$dir_pw_third_party_protobuf/src/google/protobuf/util/message_differencer.cc",
141 "$dir_pw_third_party_protobuf/src/google/protobuf/util/time_util.cc",
142 "$dir_pw_third_party_protobuf/src/google/protobuf/util/type_resolver_util.cc",
143 "$dir_pw_third_party_protobuf/src/google/protobuf/wire_format.cc",
144 "$dir_pw_third_party_protobuf/src/google/protobuf/wrappers.pb.cc",
151 # argument pointing to the protobuf source directory is not set.