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

Side by Side Diff: runtime/dart-runtime.gyp

Issue 11198034: Introduce (private) ZLibFilter to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « runtime/bin/io_sources.gypi ('k') | runtime/third_party/zlib/CMakeLists.txt » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'vm/vm.gypi', 7 'vm/vm.gypi',
8 'bin/bin.gypi', 8 'bin/bin.gypi',
9 'third_party/double-conversion/src/double-conversion.gypi', 9 'third_party/double-conversion/src/double-conversion.gypi',
10 'third_party/jscre/jscre.gypi', 10 'third_party/jscre/jscre.gypi',
11 'third_party/zlib/zlib.gypi',
11 'tools/gyp/runtime-configurations.gypi', 12 'tools/gyp/runtime-configurations.gypi',
12 '../tools/gyp/source_filter.gypi', 13 '../tools/gyp/source_filter.gypi',
13 ], 14 ],
14 'variables': { 15 'variables': {
15 'version_in_cc_file': 'vm/version_in.cc', 16 'version_in_cc_file': 'vm/version_in.cc',
16 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc', 17 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc',
17 }, 18 },
18 'targets': [ 19 'targets': [
19 { 20 {
20 'target_name': 'libdart', 21 'target_name': 'libdart',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'tools/make_version.py', 95 'tools/make_version.py',
95 '--output', '<(version_cc_file)', 96 '--output', '<(version_cc_file)',
96 '--input', '<(version_in_cc_file)', 97 '--input', '<(version_in_cc_file)',
97 '--version', '../tools/VERSION', 98 '--version', '../tools/VERSION',
98 ], 99 ],
99 }, 100 },
100 ], 101 ],
101 }, 102 },
102 ], 103 ],
103 } 104 }
OLDNEW
« no previous file with comments | « runtime/bin/io_sources.gypi ('k') | runtime/third_party/zlib/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698