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

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

Issue 1913773002: Update woff2 to 2bc6acf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « third_party/woff2/src/woff2_enc.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'woff2_dec', 8 'target_name': 'woff2_dec',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 15 matching lines...) Expand all
26 'src/woff2_common.h', 26 'src/woff2_common.h',
27 'src/woff2_dec.cc', 27 'src/woff2_dec.cc',
28 'src/woff2_dec.h', 28 'src/woff2_dec.h',
29 'src/woff2_out.cc', 29 'src/woff2_out.cc',
30 'src/woff2_out.h', 30 'src/woff2_out.h',
31 ], 31 ],
32 # TODO(ksakamoto): http://crbug.com/167187 32 # TODO(ksakamoto): http://crbug.com/167187
33 'msvs_disabled_warnings': [ 33 'msvs_disabled_warnings': [
34 4267, 34 4267,
35 ], 35 ],
36 'variables': {
37 'clang_warning_flags': [
38 '-Wno-unused-function',
39 ],
40 },
41 }, 36 },
42 ], 37 ],
43 } 38 }
OLDNEW
« no previous file with comments | « third_party/woff2/src/woff2_enc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698