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 | 3 # BSD-style license that can be found in the LICENSE |
4 | 4 |
5 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'script_suffix%': '', | 7 'script_suffix%': '', |
8 }, | 8 }, |
9 'conditions' : [ | 9 'conditions' : [ |
10 ['OS=="win"', { | 10 ['OS=="win"', { |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 '../../pkg/analyzer/lib', | 49 '../../pkg/analyzer/lib', |
50 '../../pkg/args/lib', | 50 '../../pkg/args/lib', |
51 '../../pkg/collection/lib', | 51 '../../pkg/collection/lib', |
52 '../../pkg/crypto/lib', | 52 '../../pkg/crypto/lib', |
53 '../../pkg/http/lib', | 53 '../../pkg/http/lib', |
54 '../../pkg/http_parser/lib', | 54 '../../pkg/http_parser/lib', |
55 '../../pkg/intl/lib', | 55 '../../pkg/intl/lib', |
56 '../../pkg/logging/lib', | 56 '../../pkg/logging/lib', |
57 '../../pkg/matcher/lib', | 57 '../../pkg/matcher/lib', |
58 '../../pkg/path/lib', | 58 '../../pkg/path/lib', |
59 '../../pkg/serialization/lib', | |
60 '../../pkg/stack_trace/lib', | 59 '../../pkg/stack_trace/lib', |
61 '../../pkg/string_scanner/lib', | 60 '../../pkg/string_scanner/lib', |
62 '../../pkg/unittest/lib', | 61 '../../pkg/unittest/lib', |
63 '../../pkg/yaml/lib', | 62 '../../pkg/yaml/lib', |
64 ], | 63 ], |
65 }, | 64 }, |
66 'actions': [ | 65 'actions': [ |
67 { | 66 { |
68 'action_name': 'sdk_json', | 67 'action_name': 'sdk_json', |
69 'message': 'Creating sdk.json', | 68 'message': 'Creating sdk.json', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'files': [ | 190 'files': [ |
192 'app.yaml', | 191 'app.yaml', |
193 '<@(try_dart_static_files)', | 192 '<@(try_dart_static_files)', |
194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', | 193 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', |
195 ], | 194 ], |
196 }, | 195 }, |
197 ], | 196 ], |
198 }, | 197 }, |
199 ], | 198 ], |
200 } | 199 } |
OLD | NEW |