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

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

Issue 16973003: Split dart_api.h into multiple parts: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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/native_service.h ('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 'tools/gyp/runtime-configurations.gypi', 7 'tools/gyp/runtime-configurations.gypi',
8 'vm/vm.gypi', 8 'vm/vm.gypi',
9 'bin/bin.gypi', 9 'bin/bin.gypi',
10 'third_party/double-conversion/src/double-conversion.gypi', 10 'third_party/double-conversion/src/double-conversion.gypi',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'libjscre', 43 'libjscre',
44 'libdouble_conversion', 44 'libdouble_conversion',
45 'generate_version_cc_file', 45 'generate_version_cc_file',
46 ], 46 ],
47 'include_dirs': [ 47 'include_dirs': [
48 '.', 48 '.',
49 ], 49 ],
50 'sources': [ 50 'sources': [
51 'include/dart_api.h', 51 'include/dart_api.h',
52 'include/dart_debugger_api.h', 52 'include/dart_debugger_api.h',
53 'include/dart_mirror_api.h',
54 'include/dart_native_api.h',
53 'vm/dart_api_impl.cc', 55 'vm/dart_api_impl.cc',
54 'vm/debugger_api_impl.cc', 56 'vm/debugger_api_impl.cc',
57 'vm/mirrors_api_impl.cc',
58 'vm/native_api_impl.cc',
55 'vm/version.h', 59 'vm/version.h',
56 '<(version_cc_file)', 60 '<(version_cc_file)',
57 ], 61 ],
58 'defines': [ 62 'defines': [
59 # The only effect of DART_SHARED_LIB is to export the Dart API entries. 63 # The only effect of DART_SHARED_LIB is to export the Dart API entries.
60 'DART_SHARED_LIB', 64 'DART_SHARED_LIB',
61 ], 65 ],
62 'direct_dependent_settings': { 66 'direct_dependent_settings': {
63 'include_dirs': [ 67 'include_dirs': [
64 'include', 68 'include',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 }, 129 },
126 { 130 {
127 'target_name': 'runtime_packages', 131 'target_name': 'runtime_packages',
128 'type': 'none', 132 'type': 'none',
129 'dependencies': [ 133 'dependencies': [
130 '../pkg/pkg.gyp:pkg_packages', 134 '../pkg/pkg.gyp:pkg_packages',
131 ], 135 ],
132 }, 136 },
133 ], 137 ],
134 } 138 }
OLDNEW
« no previous file with comments | « runtime/bin/native_service.h ('k') | runtime/include/dart_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698