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

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

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 years, 1 month 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/builtin_natives.cc ('k') | runtime/include/dart_api.h » ('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',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ], 60 ],
61 'sources': [ 61 'sources': [
62 'include/dart_api.h', 62 'include/dart_api.h',
63 'include/dart_debugger_api.h', 63 'include/dart_debugger_api.h',
64 'vm/dart_api_impl.cc', 64 'vm/dart_api_impl.cc',
65 'vm/debugger_api_impl.cc', 65 'vm/debugger_api_impl.cc',
66 'vm/version.h', 66 'vm/version.h',
67 '<(version_cc_file)', 67 '<(version_cc_file)',
68 ], 68 ],
69 'defines': [ 69 'defines': [
70 # The only effect of DART_SHARED_LIB is to export the Dart API entries.
70 'DART_SHARED_LIB', 71 'DART_SHARED_LIB',
71 ], 72 ],
72 'direct_dependent_settings': { 73 'direct_dependent_settings': {
73 'include_dirs': [ 74 'include_dirs': [
74 'include', 75 'include',
75 ], 76 ],
76 }, 77 },
77 }, 78 },
78 { 79 {
79 'target_name': 'generate_version_cc_file', 80 'target_name': 'generate_version_cc_file',
(...skipping 15 matching lines...) Expand all
95 'tools/make_version.py', 96 'tools/make_version.py',
96 '--output', '<(version_cc_file)', 97 '--output', '<(version_cc_file)',
97 '--input', '<(version_in_cc_file)', 98 '--input', '<(version_in_cc_file)',
98 '--version', '../tools/VERSION', 99 '--version', '../tools/VERSION',
99 ], 100 ],
100 }, 101 },
101 ], 102 ],
102 }, 103 },
103 ], 104 ],
104 } 105 }
OLDNEW
« no previous file with comments | « runtime/bin/builtin_natives.cc ('k') | runtime/include/dart_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698