| 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 30 matching lines...) Expand all Loading... |
| 41 ], | 41 ], |
| 42 'try_dart_hosted_package_directories': [ | 42 'try_dart_hosted_package_directories': [ |
| 43 # These packages are uploaded to Try Dart and can be used in code | 43 # These packages are uploaded to Try Dart and can be used in code |
| 44 # there. | 44 # there. |
| 45 '../../pkg/analyzer/lib', | 45 '../../pkg/analyzer/lib', |
| 46 '../../third_party/pkg/collection/lib', | 46 '../../third_party/pkg/collection/lib', |
| 47 '../../third_party/pkg/crypto/lib', | 47 '../../third_party/pkg/crypto/lib', |
| 48 '../../third_party/pkg/args/lib', | 48 '../../third_party/pkg/args/lib', |
| 49 '../../third_party/pkg/http/lib', | 49 '../../third_party/pkg/http/lib', |
| 50 '../../third_party/pkg/http_parser/lib', | 50 '../../third_party/pkg/http_parser/lib', |
| 51 '../../third_party/pkg/intl/lib', |
| 51 '../../third_party/pkg/logging/lib', | 52 '../../third_party/pkg/logging/lib', |
| 52 '../../third_party/pkg/path/lib', | 53 '../../third_party/pkg/path/lib', |
| 53 '../../third_party/pkg/stack_trace/lib', | 54 '../../third_party/pkg/stack_trace/lib', |
| 54 '../../third_party/pkg/string_scanner/lib', | 55 '../../third_party/pkg/string_scanner/lib', |
| 55 '../../third_party/pkg/unittest/lib', | 56 '../../third_party/pkg/unittest/lib', |
| 56 '../../third_party/pkg/yaml/lib', | 57 '../../third_party/pkg/yaml/lib', |
| 57 ], | 58 ], |
| 58 }, | 59 }, |
| 59 'actions': [ | 60 'actions': [ |
| 60 { | 61 { |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'files': [ | 186 'files': [ |
| 186 'app.yaml', | 187 'app.yaml', |
| 187 '<@(try_dart_static_files)', | 188 '<@(try_dart_static_files)', |
| 188 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', | 189 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', |
| 189 ], | 190 ], |
| 190 }, | 191 }, |
| 191 ], | 192 ], |
| 192 }, | 193 }, |
| 193 ], | 194 ], |
| 194 } | 195 } |
| OLD | NEW |