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

Side by Side Diff: runtime/bin/zlib.gyp

Issue 2350583002: Starting work on full GN build (Closed)
Patch Set: Fixes for Fuchsia and Flutter. Cleanup. Created 4 years, 2 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 | « runtime/bin/builtin.cc ('k') | runtime/bin/zlib/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6 # for details. All rights reserved. Use of this source code is governed by a 6 # for details. All rights reserved. Use of this source code is governed by a
7 # BSD-style license that can be found in the LICENSE file. 7 # BSD-style license that can be found in the LICENSE file.
8 8
9 # This file is a modified copy of 9 # This file is a modified copy of
10 # https://chromium.googlesource.com/chromium/src/third_party/zlib/zlib.gyp 10 # https://chromium.googlesource.com/chromium/src/third_party/zlib/zlib.gyp
(...skipping 30 matching lines...) Expand all
41 '<(zlib_path)/gzwrite.c', 41 '<(zlib_path)/gzwrite.c',
42 '<(zlib_path)/infback.c', 42 '<(zlib_path)/infback.c',
43 '<(zlib_path)/inffast.c', 43 '<(zlib_path)/inffast.c',
44 '<(zlib_path)/inffast.h', 44 '<(zlib_path)/inffast.h',
45 '<(zlib_path)/inffixed.h', 45 '<(zlib_path)/inffixed.h',
46 '<(zlib_path)/inflate.c', 46 '<(zlib_path)/inflate.c',
47 '<(zlib_path)/inflate.h', 47 '<(zlib_path)/inflate.h',
48 '<(zlib_path)/inftrees.c', 48 '<(zlib_path)/inftrees.c',
49 '<(zlib_path)/inftrees.h', 49 '<(zlib_path)/inftrees.h',
50 '<(zlib_path)/mozzconf.h', 50 '<(zlib_path)/mozzconf.h',
51 '<(zlib_path)/simd_stub.c',
51 '<(zlib_path)/trees.c', 52 '<(zlib_path)/trees.c',
52 '<(zlib_path)/trees.h', 53 '<(zlib_path)/trees.h',
53 '<(zlib_path)/uncompr.c', 54 '<(zlib_path)/uncompr.c',
54 '<(zlib_path)/zconf.h', 55 '<(zlib_path)/zconf.h',
55 '<(zlib_path)/zlib.h', 56 '<(zlib_path)/zlib.h',
56 '<(zlib_path)/zutil.c', 57 '<(zlib_path)/zutil.c',
57 '<(zlib_path)/zutil.h', 58 '<(zlib_path)/zutil.h',
58 ], 59 ],
59 'include_dirs': [ 60 'include_dirs': [
60 '<(zlib_path)/.', 61 '<(zlib_path)/.',
61 ], 62 ],
62 'direct_dependent_settings': { 63 'direct_dependent_settings': {
63 'include_dirs': [ 64 'include_dirs': [
64 '<(zlib_path)/.', 65 '<(zlib_path)/.',
65 ], 66 ],
66 }, 67 },
67 }, 68 },
68 ], 69 ],
69 } 70 }
OLDNEW
« no previous file with comments | « runtime/bin/builtin.cc ('k') | runtime/bin/zlib/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698