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

Side by Side Diff: third_party/android_protobuf/android_protobuf.gyp

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig Created 4 years, 11 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/android_protobuf/BUILD.gn ('k') | third_party/harfbuzz-ng/README.chromium » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'protobuf_nano_javalib', 10 'target_name': 'protobuf_nano_javalib',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'src/src/google/protobuf/stubs/strutil.cc', 121 'src/src/google/protobuf/stubs/strutil.cc',
122 'src/src/google/protobuf/stubs/substitute.cc', 122 'src/src/google/protobuf/stubs/substitute.cc',
123 ], 123 ],
124 'include_dirs': [ 124 'include_dirs': [
125 'src/android', 125 'src/android',
126 'src/src', 126 'src/src',
127 ], 127 ],
128 'cflags': [ 128 'cflags': [
129 '-Wno-null-conversion', 129 '-Wno-null-conversion',
130 '-Wno-tautological-undefined-compare', 130 '-Wno-tautological-undefined-compare',
131 '-Wno-unused-function',
132 '-Wno-unused-local-typedef',
131 ], 133 ],
132 'defines': [ 134 'defines': [
133 # This macro must be defined to suppress the use 135 # This macro must be defined to suppress the use
134 # of dynamic_cast<>, which requires RTTI. 136 # of dynamic_cast<>, which requires RTTI.
135 'GOOGLE_PROTOBUF_NO_RTTI', 137 'GOOGLE_PROTOBUF_NO_RTTI',
136 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', 138 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
137 ], 139 ],
138 'dependencies': [ 140 'dependencies': [
139 '../zlib/zlib.gyp:zlib', 141 '../zlib/zlib.gyp:zlib',
140 ], 142 ],
141 }, 143 },
142 ], 144 ],
143 }], 145 }],
144 ], 146 ],
145 } 147 }
OLDNEW
« no previous file with comments | « third_party/android_protobuf/BUILD.gn ('k') | third_party/harfbuzz-ng/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698