| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'lib/src/app/application.dart', | 60 'lib/src/app/application.dart', |
| 61 'lib/src/app/chart.dart', | 61 'lib/src/app/chart.dart', |
| 62 'lib/src/app/location_manager.dart', | 62 'lib/src/app/location_manager.dart', |
| 63 'lib/src/app/page.dart', | 63 'lib/src/app/page.dart', |
| 64 'lib/src/app/settings.dart', | 64 'lib/src/app/settings.dart', |
| 65 'lib/src/app/target_manager.dart', | 65 'lib/src/app/target_manager.dart', |
| 66 'lib/src/app/utils.dart', | 66 'lib/src/app/utils.dart', |
| 67 'lib/src/app/view_model.dart', | 67 'lib/src/app/view_model.dart', |
| 68 'lib/src/elements/action_link.dart', | 68 'lib/src/elements/action_link.dart', |
| 69 'lib/src/elements/action_link.html', | 69 'lib/src/elements/action_link.html', |
| 70 'lib/src/elements/breakpoint_list.dart', | |
| 71 'lib/src/elements/breakpoint_list.html', | |
| 72 'lib/src/elements/class_ref.dart', | 70 'lib/src/elements/class_ref.dart', |
| 73 'lib/src/elements/class_ref.html', | 71 'lib/src/elements/class_ref.html', |
| 74 'lib/src/elements/class_tree.dart', | 72 'lib/src/elements/class_tree.dart', |
| 75 'lib/src/elements/class_tree.html', | 73 'lib/src/elements/class_tree.html', |
| 76 'lib/src/elements/class_view.dart', | 74 'lib/src/elements/class_view.dart', |
| 77 'lib/src/elements/class_view.html', | 75 'lib/src/elements/class_view.html', |
| 78 'lib/src/elements/code_ref.dart', | 76 'lib/src/elements/code_ref.dart', |
| 79 'lib/src/elements/code_ref.html', | 77 'lib/src/elements/code_ref.html', |
| 80 'lib/src/elements/code_view.dart', | 78 'lib/src/elements/code_view.dart', |
| 81 'lib/src/elements/code_view.html', | 79 'lib/src/elements/code_view.html', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 100 'lib/src/elements/field_ref.dart', | 98 'lib/src/elements/field_ref.dart', |
| 101 'lib/src/elements/field_ref.html', | 99 'lib/src/elements/field_ref.html', |
| 102 'lib/src/elements/field_view.dart', | 100 'lib/src/elements/field_view.dart', |
| 103 'lib/src/elements/field_view.html', | 101 'lib/src/elements/field_view.html', |
| 104 'lib/src/elements/flag_list.dart', | 102 'lib/src/elements/flag_list.dart', |
| 105 'lib/src/elements/flag_list.html', | 103 'lib/src/elements/flag_list.html', |
| 106 'lib/src/elements/function_ref.dart', | 104 'lib/src/elements/function_ref.dart', |
| 107 'lib/src/elements/function_ref.html', | 105 'lib/src/elements/function_ref.html', |
| 108 'lib/src/elements/function_view.dart', | 106 'lib/src/elements/function_view.dart', |
| 109 'lib/src/elements/function_view.html', | 107 'lib/src/elements/function_view.html', |
| 108 'lib/src/elements/general_error.dart', |
| 109 'lib/src/elements/general_error.html', |
| 110 'lib/src/elements/heap_map.dart', | 110 'lib/src/elements/heap_map.dart', |
| 111 'lib/src/elements/heap_map.html', | 111 'lib/src/elements/heap_map.html', |
| 112 'lib/src/elements/heap_profile.dart', | 112 'lib/src/elements/heap_profile.dart', |
| 113 'lib/src/elements/heap_profile.html', | 113 'lib/src/elements/heap_profile.html', |
| 114 'lib/src/elements/inbound_reference.dart', | 114 'lib/src/elements/inbound_reference.dart', |
| 115 'lib/src/elements/inbound_reference.html', | 115 'lib/src/elements/inbound_reference.html', |
| 116 'lib/src/elements/instance_ref.dart', | 116 'lib/src/elements/instance_ref.dart', |
| 117 'lib/src/elements/instance_ref.html', | 117 'lib/src/elements/instance_ref.html', |
| 118 'lib/src/elements/instance_view.dart', | 118 'lib/src/elements/instance_view.dart', |
| 119 'lib/src/elements/instance_view.html', | 119 'lib/src/elements/instance_view.html', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 '--dart-executable', | 216 '--dart-executable', |
| 217 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFI
X)', | 217 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFI
X)', |
| 218 '--directory', '<(PRODUCT_DIR)/observatory/', | 218 '--directory', '<(PRODUCT_DIR)/observatory/', |
| 219 '--command', 'deploy', | 219 '--command', 'deploy', |
| 220 ], | 220 ], |
| 221 } | 221 } |
| 222 ], | 222 ], |
| 223 }, | 223 }, |
| 224 ], | 224 ], |
| 225 } | 225 } |
| OLD | NEW |