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

Side by Side Diff: lib/protobuf/runtime/Protobuf_client.dart

Issue 10595002: Protocol Buffer runtime library and 'protoc' plugin (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Work around http://code.google.com/p/dart/issues/detail?id=3806 Created 8 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 | Annotate | Revision Log
« no previous file with comments | « lib/protobuf/runtime/ProtobufEnum.dart ('k') | lib/protobuf/runtime/UnknownFieldSet.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 #library('Protobuf_client');
6 #import('dart:utf');
7 #import('dart:json');
8 #import('../../fixnum/fixnum.dart');
9 // FIXME: import dart:io when available in client
10 #source("mock_io.dart");
11 #source('Builder.dart');
12 #source('BuilderInfo.dart');
13 #source('ByteListUtils.dart');
14 #source('ChangeListener.dart');
15 #source('CodedReader.dart');
16 #source('CodedBufferReader.dart');
17 #source('CodedBufferWriter.dart');
18 #source('CodedStreamReader.dart');
19 #source('Extension.dart');
20 #source('ExtensionRegistry.dart');
21 #source('FieldInfo.dart');
22 #source('GeneratedMessage.dart');
23 #source('ListIntProvider.dart');
24 #source('Message.dart');
25 #source('PbByteBuffer.dart');
26 #source('PbCodec.dart');
27 #source('PbException.dart');
28 #source('PbImmutableList.dart');
29 #source('PbInputStreamReader.dart');
30 #source('PbList.dart');
31 #source('PbReader.dart');
32 #source('ProtobufEnum.dart');
33 #source('UnknownFieldSet.dart');
34 #source('WireFormat.dart');
OLDNEW
« no previous file with comments | « lib/protobuf/runtime/ProtobufEnum.dart ('k') | lib/protobuf/runtime/UnknownFieldSet.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698