OLD | NEW |
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 'variables': { | 6 'variables': { |
7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', | 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'type': 'none', | 44 'type': 'none', |
45 'dependencies': [ | 45 'dependencies': [ |
46 'dart_bootstrap#host', | 46 'dart_bootstrap#host', |
47 'fetch_observatory_deps#host', | 47 'fetch_observatory_deps#host', |
48 # We use packages for building | 48 # We use packages for building |
49 '../pkg/pkg.gyp:pkg_packages#target', | 49 '../pkg/pkg.gyp:pkg_packages#target', |
50 ], | 50 ], |
51 'toolsets': ['host'], | 51 'toolsets': ['host'], |
52 'sources': [ | 52 'sources': [ |
53 'lib/app.dart', | 53 'lib/app.dart', |
| 54 'lib/cpu_profile.dart', |
54 'lib/dominator_tree.dart', | 55 'lib/dominator_tree.dart', |
55 'lib/elements.dart', | 56 'lib/elements.dart', |
56 'lib/object_graph.dart', | 57 'lib/object_graph.dart', |
57 'lib/service_common.dart', | 58 'lib/service_common.dart', |
58 'lib/service_io.dart', | 59 'lib/service_io.dart', |
59 'lib/service_html.dart', | 60 'lib/service_html.dart', |
60 'lib/src/app/application.dart', | 61 'lib/src/app/application.dart', |
61 'lib/src/app/chart.dart', | 62 'lib/src/app/chart.dart', |
62 'lib/src/app/location_manager.dart', | 63 'lib/src/app/location_manager.dart', |
63 'lib/src/app/page.dart', | 64 'lib/src/app/page.dart', |
64 'lib/src/app/settings.dart', | 65 'lib/src/app/settings.dart', |
65 'lib/src/app/target_manager.dart', | 66 'lib/src/app/target_manager.dart', |
66 'lib/src/app/utils.dart', | |
67 'lib/src/app/view_model.dart', | 67 'lib/src/app/view_model.dart', |
| 68 'lib/src/cpu_profile/cpu_profile.dart', |
68 'lib/src/elements/action_link.dart', | 69 'lib/src/elements/action_link.dart', |
69 'lib/src/elements/action_link.html', | 70 'lib/src/elements/action_link.html', |
70 'lib/src/elements/class_ref.dart', | 71 'lib/src/elements/class_ref.dart', |
71 'lib/src/elements/class_ref.html', | 72 'lib/src/elements/class_ref.html', |
72 'lib/src/elements/class_tree.dart', | 73 'lib/src/elements/class_tree.dart', |
73 'lib/src/elements/class_tree.html', | 74 'lib/src/elements/class_tree.html', |
74 'lib/src/elements/class_view.dart', | 75 'lib/src/elements/class_view.dart', |
75 'lib/src/elements/class_view.html', | 76 'lib/src/elements/class_view.html', |
76 'lib/src/elements/code_ref.dart', | 77 'lib/src/elements/code_ref.dart', |
77 'lib/src/elements/code_ref.html', | 78 'lib/src/elements/code_ref.html', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'lib/src/elements/vm_ref.dart', | 165 'lib/src/elements/vm_ref.dart', |
165 'lib/src/elements/vm_ref.html', | 166 'lib/src/elements/vm_ref.html', |
166 'lib/src/elements/vm_view.dart', | 167 'lib/src/elements/vm_view.dart', |
167 'lib/src/elements/vm_view.html', | 168 'lib/src/elements/vm_view.html', |
168 'lib/src/elements/css/shared.css', | 169 'lib/src/elements/css/shared.css', |
169 'lib/src/elements/img/chromium_icon.png', | 170 'lib/src/elements/img/chromium_icon.png', |
170 'lib/src/elements/img/dart_icon.png', | 171 'lib/src/elements/img/dart_icon.png', |
171 'lib/src/elements/img/isolate_icon.png', | 172 'lib/src/elements/img/isolate_icon.png', |
172 'lib/src/service/object.dart', | 173 'lib/src/service/object.dart', |
173 'lib/tracer.dart', | 174 'lib/tracer.dart', |
| 175 'lib/utils.dart', |
174 'web/index.html', | 176 'web/index.html', |
175 'web/main.dart', | 177 'web/main.dart', |
176 ], | 178 ], |
177 'actions': [ | 179 'actions': [ |
178 { | 180 { |
179 'action_name': 'pub_build_observatory', | 181 'action_name': 'pub_build_observatory', |
180 'inputs': [ | 182 'inputs': [ |
181 '../../tools/observatory_tool.py', | 183 '../../tools/observatory_tool.py', |
182 '<(SHARED_INTERMEDIATE_DIR)/packages.stamp', | 184 '<(SHARED_INTERMEDIATE_DIR)/packages.stamp', |
183 'pubspec.lock', | 185 'pubspec.lock', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 '--dart-executable', | 218 '--dart-executable', |
217 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFI
X)', | 219 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFI
X)', |
218 '--directory', '<(PRODUCT_DIR)/observatory/', | 220 '--directory', '<(PRODUCT_DIR)/observatory/', |
219 '--command', 'deploy', | 221 '--command', 'deploy', |
220 ], | 222 ], |
221 } | 223 } |
222 ], | 224 ], |
223 }, | 225 }, |
224 ], | 226 ], |
225 } | 227 } |
OLD | NEW |