blob: a61fc6aace574f330c5d11d2ed3c3834be55b918 [file] [log] [blame]
# This file is generated by importer.py for protobuf-1.1.4
import("//build/dart/dart_library.gni")
dart_library("protobuf") {
package_name = "protobuf"
language_version = "2.7"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/fixnum",
]
sources = [
"meta.dart",
"protobuf.dart",
"src/protobuf/builder_info.dart",
"src/protobuf/coded_buffer.dart",
"src/protobuf/coded_buffer_reader.dart",
"src/protobuf/coded_buffer_writer.dart",
"src/protobuf/event_plugin.dart",
"src/protobuf/exceptions.dart",
"src/protobuf/extension.dart",
"src/protobuf/extension_field_set.dart",
"src/protobuf/extension_registry.dart",
"src/protobuf/field_error.dart",
"src/protobuf/field_info.dart",
"src/protobuf/field_set.dart",
"src/protobuf/field_type.dart",
"src/protobuf/generated_message.dart",
"src/protobuf/generated_service.dart",
"src/protobuf/json.dart",
"src/protobuf/json_parsing_context.dart",
"src/protobuf/mixins/event_mixin.dart",
"src/protobuf/mixins/map_mixin.dart",
"src/protobuf/mixins/well_known.dart",
"src/protobuf/pb_list.dart",
"src/protobuf/pb_map.dart",
"src/protobuf/permissive_compare.dart",
"src/protobuf/proto3_json.dart",
"src/protobuf/protobuf_enum.dart",
"src/protobuf/readonly_message.dart",
"src/protobuf/rpc_client.dart",
"src/protobuf/type_registry.dart",
"src/protobuf/unknown_field_set.dart",
"src/protobuf/unpack.dart",
"src/protobuf/utils.dart",
"src/protobuf/wire_format.dart",
]
}