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

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

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 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
« no previous file with comments | « third_party/protobuf/protobuf.gyp ('k') | third_party/protobuf/protoc-artifacts/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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
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
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 }
OLDNEW
« no previous file with comments | « third_party/protobuf/protobuf.gyp ('k') | third_party/protobuf/protoc-artifacts/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698