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

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

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update sync unittest and README.chromium Created 4 years, 8 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 2013 The Chromium Authors. All rights reserved. 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 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 { 5 {
6 'sources': [ 6 'sources': [
7 'src/google/protobuf/stubs/atomicops.h', 7 'src/google/protobuf/arena.cc',
8 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h', 8 'src/google/protobuf/arena.h',
9 'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h', 9 'src/google/protobuf/arenastring.cc',
10 'src/google/protobuf/stubs/atomicops_internals_macosx.h', 10 'src/google/protobuf/arenastring.h',
11 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h', 11 'src/google/protobuf/extension_set.cc',
Peter Kasting 2016/04/06 22:35:39 This file seems to be missing a lot of the files I
xyzzyz 2016/04/07 18:55:02 This list was prepared by copying the list from th
Peter Kasting 2016/04/07 23:25:38 We need to list all transitively-included headers,
xyzzyz 2016/04/11 19:34:40 I think I got them all this time.
12 'src/google/protobuf/extension_set.h',
13 'src/google/protobuf/generated_message_util.cc',
14 'src/google/protobuf/generated_message_util.h',
15 'src/google/protobuf/io/coded_stream.cc',
16 'src/google/protobuf/io/coded_stream.h',
17 'src/google/protobuf/io/zero_copy_stream.cc',
18 'src/google/protobuf/io/zero_copy_stream.h',
19 'src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
20 'src/google/protobuf/io/zero_copy_stream_impl_lite.h',
21 'src/google/protobuf/message_lite.cc',
22 'src/google/protobuf/message_lite.h',
23 'src/google/protobuf/repeated_field.cc',
24 'src/google/protobuf/repeated_field.h',
12 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc', 25 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc',
13 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h', 26 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h',
14 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc', 27 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc',
15 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h', 28 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h',
29 'src/google/protobuf/stubs/bytestream.cc',
30 'src/google/protobuf/stubs/bytestream.h',
31 'src/google/protobuf/stubs/common.cc',
16 'src/google/protobuf/stubs/common.h', 32 'src/google/protobuf/stubs/common.h',
33 'src/google/protobuf/stubs/int128.cc',
34 'src/google/protobuf/stubs/int128.h',
35 'src/google/protobuf/stubs/once.cc',
17 'src/google/protobuf/stubs/once.h', 36 'src/google/protobuf/stubs/once.h',
18 'src/google/protobuf/stubs/platform_macros.h', 37 'src/google/protobuf/stubs/status.cc',
19 'src/google/protobuf/extension_set.h', 38 'src/google/protobuf/stubs/status.h',
20 'src/google/protobuf/generated_message_util.h', 39 'src/google/protobuf/stubs/statusor.cc',
21 'src/google/protobuf/message_lite.h', 40 'src/google/protobuf/stubs/statusor.h',
22 'src/google/protobuf/repeated_field.h', 41 'src/google/protobuf/stubs/stringpiece.cc',
23 'src/google/protobuf/unknown_field_set.cc', 42 'src/google/protobuf/stubs/stringpiece.h',
24 'src/google/protobuf/unknown_field_set.h', 43 'src/google/protobuf/stubs/stringprintf.cc',
44 'src/google/protobuf/stubs/stringprintf.h',
45 'src/google/protobuf/stubs/structurally_valid.cc',
46 'src/google/protobuf/stubs/strutil.cc',
47 'src/google/protobuf/stubs/strutil.h',
48 'src/google/protobuf/stubs/time.cc',
49 'src/google/protobuf/stubs/time.h',
50 'src/google/protobuf/wire_format_lite.cc',
25 'src/google/protobuf/wire_format_lite.h', 51 'src/google/protobuf/wire_format_lite.h',
26 'src/google/protobuf/wire_format_lite_inl.h',
27 'src/google/protobuf/io/coded_stream.h',
28 'src/google/protobuf/io/zero_copy_stream.h',
29 'src/google/protobuf/io/zero_copy_stream_impl_lite.h',
30
31 'src/google/protobuf/stubs/common.cc',
32 'src/google/protobuf/stubs/once.cc',
33 'src/google/protobuf/stubs/hash.h',
34 'src/google/protobuf/stubs/map-util.h',
35 'src/google/protobuf/extension_set.cc',
36 'src/google/protobuf/generated_message_util.cc',
37 'src/google/protobuf/message_lite.cc',
38 'src/google/protobuf/repeated_field.cc',
39 'src/google/protobuf/wire_format_lite.cc',
40 'src/google/protobuf/io/coded_stream.cc',
41 'src/google/protobuf/io/coded_stream_inl.h',
42 'src/google/protobuf/io/zero_copy_stream.cc',
43 'src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
44 '<(config_h_dir)/config.h',
45 ], 52 ],
46 'include_dirs': [ 53 'include_dirs': [
47 '<(config_h_dir)',
48 'src', 54 'src',
49 ], 55 ],
50 # This macro must be defined to suppress the use of dynamic_cast<>, 56 # This macro must be defined to suppress the use of dynamic_cast<>,
51 # which requires RTTI. 57 # which requires RTTI.
52 'defines': [ 58 'defines': [
53 'GOOGLE_PROTOBUF_NO_RTTI', 59 'GOOGLE_PROTOBUF_NO_RTTI',
54 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', 60 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
55 ], 61 ],
56 'direct_dependent_settings': { 62 'direct_dependent_settings': {
57 'include_dirs': [ 63 'include_dirs': [
58 '<(config_h_dir)',
59 'src', 64 'src',
60 ], 65 ],
61 'defines': [ 66 'defines': [
62 'GOOGLE_PROTOBUF_NO_RTTI', 67 'GOOGLE_PROTOBUF_NO_RTTI',
63 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', 68 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
64 ], 69 ],
65 # TODO(jschuh): http://crbug.com/167187 size_t -> int. 70 # TODO(jschuh): http://crbug.com/167187 size_t -> int.
66 'msvs_disabled_warnings': [ 4267 ], 71 'msvs_disabled_warnings': [ 4267 ],
67 }, 72 },
68 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698