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

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

Issue 837723004: Build Observatory as part of runtime (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/vmservice_impl.cc ('k') | runtime/observatory/.gitignore » ('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 'observatory/observatory.gypi',
9 'bin/bin.gypi', 10 'bin/bin.gypi',
10 'third_party/double-conversion/src/double-conversion.gypi', 11 'third_party/double-conversion/src/double-conversion.gypi',
11 'third_party/jscre/jscre.gypi', 12 'third_party/jscre/jscre.gypi',
12 ], 13 ],
13 'variables': { 14 'variables': {
14 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', 15 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
15 'version_in_cc_file': 'vm/version_in.cc', 16 'version_in_cc_file': 'vm/version_in.cc',
16 'version_cc_file': '<(gen_source_dir)/version.cc', 17 'version_cc_file': '<(gen_source_dir)/version.cc',
17 18
18 'libdart_deps': ['libdart_lib_withcore', 'libdart_lib', 'libdart_vm', 19 'libdart_deps': ['libdart_lib_withcore', 'libdart_lib', 'libdart_vm',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 }], 156 }],
156 ['OS=="linux"', { 157 ['OS=="linux"', {
157 'cflags': [ 158 'cflags': [
158 '-fPIC', 159 '-fPIC',
159 ], 160 ],
160 }], 161 }],
161 ], 162 ],
162 }, 163 },
163 ], 164 ],
164 } 165 }
OLDNEW
« no previous file with comments | « runtime/bin/vmservice_impl.cc ('k') | runtime/observatory/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698