OLD | NEW |
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/arena.cc', | 7 'src/google/protobuf/arena.cc', |
8 'src/google/protobuf/arena.h', | 8 'src/google/protobuf/arena.h', |
9 'src/google/protobuf/arenastring.cc', | 9 'src/google/protobuf/arenastring.cc', |
10 'src/google/protobuf/arenastring.h', | 10 'src/google/protobuf/arenastring.h', |
(...skipping 19 matching lines...) Expand all Loading... |
30 'src/google/protobuf/stubs/atomicops.h', | 30 'src/google/protobuf/stubs/atomicops.h', |
31 'src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h', | 31 'src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h', |
32 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h', | 32 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h', |
33 'src/google/protobuf/stubs/atomicops_internals_arm_qnx.h', | 33 'src/google/protobuf/stubs/atomicops_internals_arm_qnx.h', |
34 'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h', | 34 'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h', |
35 'src/google/protobuf/stubs/atomicops_internals_generic_gcc.h', | 35 'src/google/protobuf/stubs/atomicops_internals_generic_gcc.h', |
36 'src/google/protobuf/stubs/atomicops_internals_macosx.h', | 36 'src/google/protobuf/stubs/atomicops_internals_macosx.h', |
37 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h', | 37 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h', |
38 'src/google/protobuf/stubs/atomicops_internals_pnacl.h', | 38 'src/google/protobuf/stubs/atomicops_internals_pnacl.h', |
39 'src/google/protobuf/stubs/atomicops_internals_power.h', | 39 'src/google/protobuf/stubs/atomicops_internals_power.h', |
| 40 'src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h', |
40 'src/google/protobuf/stubs/atomicops_internals_solaris.h', | 41 'src/google/protobuf/stubs/atomicops_internals_solaris.h', |
41 'src/google/protobuf/stubs/atomicops_internals_tsan.h', | 42 'src/google/protobuf/stubs/atomicops_internals_tsan.h', |
42 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc', | 43 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc', |
43 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h', | 44 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h', |
44 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc', | 45 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc', |
45 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h', | 46 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h', |
46 'src/google/protobuf/stubs/atomic_sequence_num.h', | 47 'src/google/protobuf/stubs/atomic_sequence_num.h', |
47 'src/google/protobuf/stubs/bytestream.cc', | 48 'src/google/protobuf/stubs/bytestream.cc', |
48 'src/google/protobuf/stubs/bytestream.h', | 49 'src/google/protobuf/stubs/bytestream.h', |
49 'src/google/protobuf/stubs/callback.h', | 50 'src/google/protobuf/stubs/callback.h', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'src', | 102 'src', |
102 ], | 103 ], |
103 'defines': [ | 104 'defines': [ |
104 'GOOGLE_PROTOBUF_NO_RTTI', | 105 'GOOGLE_PROTOBUF_NO_RTTI', |
105 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', | 106 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', |
106 ], | 107 ], |
107 # TODO(jschuh): http://crbug.com/167187 size_t -> int. | 108 # TODO(jschuh): http://crbug.com/167187 size_t -> int. |
108 'msvs_disabled_warnings': [ 4267 ], | 109 'msvs_disabled_warnings': [ 4267 ], |
109 }, | 110 }, |
110 } | 111 } |
OLD | NEW |