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

Side by Side Diff: third_party/protobuf/protobuf_full_do_not_use.gypi

Issue 12090058: Componentize protobuf_lite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
OLDNEW
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'sources': [
7 'src/google/protobuf/descriptor.h',
8 'src/google/protobuf/descriptor.pb.h',
9 'src/google/protobuf/descriptor_database.h',
10 'src/google/protobuf/dynamic_message.h',
11 'src/google/protobuf/generated_message_reflection.h',
12 'src/google/protobuf/message.h',
13 'src/google/protobuf/reflection_ops.h',
14 'src/google/protobuf/service.h',
15 'src/google/protobuf/text_format.h',
16 'src/google/protobuf/wire_format.h',
17 'src/google/protobuf/io/gzip_stream.h',
18 'src/google/protobuf/io/printer.h',
19 'src/google/protobuf/io/tokenizer.h',
20 'src/google/protobuf/io/zero_copy_stream_impl.h',
21 'src/google/protobuf/compiler/code_generator.h',
22 'src/google/protobuf/compiler/command_line_interface.h',
23 'src/google/protobuf/compiler/importer.h',
24 'src/google/protobuf/compiler/parser.h',
25
26 'src/google/protobuf/stubs/strutil.cc',
27 'src/google/protobuf/stubs/strutil.h',
28 'src/google/protobuf/stubs/substitute.cc',
29 'src/google/protobuf/stubs/substitute.h',
30 'src/google/protobuf/stubs/structurally_valid.cc',
31 'src/google/protobuf/descriptor.cc',
32 'src/google/protobuf/descriptor.pb.cc',
33 'src/google/protobuf/descriptor_database.cc',
34 'src/google/protobuf/dynamic_message.cc',
35 'src/google/protobuf/extension_set_heavy.cc',
36 'src/google/protobuf/generated_message_reflection.cc',
37 'src/google/protobuf/message.cc',
38 'src/google/protobuf/reflection_ops.cc',
39 'src/google/protobuf/service.cc',
40 'src/google/protobuf/text_format.cc',
41 'src/google/protobuf/wire_format.cc',
42 # This file pulls in zlib, but it's not actually used by protoc, so
43 # instead of compiling zlib for the host, let's just exclude this.
44 # 'src/src/google/protobuf/io/gzip_stream.cc',
45 'src/google/protobuf/io/printer.cc',
46 'src/google/protobuf/io/tokenizer.cc',
47 'src/google/protobuf/io/zero_copy_stream_impl.cc',
48 'src/google/protobuf/compiler/importer.cc',
49 'src/google/protobuf/compiler/parser.cc',
50 ],
51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698