| 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 29 matching lines...) Expand all Loading... |
| 40 'favicon.ico', | 40 'favicon.ico', |
| 41 | 41 |
| 42 '<(SHARED_INTERMEDIATE_DIR)/leap.dart.js', | 42 '<(SHARED_INTERMEDIATE_DIR)/leap.dart.js', |
| 43 '<(SHARED_INTERMEDIATE_DIR)/compiler_isolate.dart.js', | 43 '<(SHARED_INTERMEDIATE_DIR)/compiler_isolate.dart.js', |
| 44 '<(SHARED_INTERMEDIATE_DIR)/sdk.json', | 44 '<(SHARED_INTERMEDIATE_DIR)/sdk.json', |
| 45 ], | 45 ], |
| 46 'try_dart_hosted_package_directories': [ | 46 'try_dart_hosted_package_directories': [ |
| 47 # These packages are uploaded to Try Dart and can be used in code | 47 # These packages are uploaded to Try Dart and can be used in code |
| 48 # there. | 48 # there. |
| 49 '../../pkg/analyzer/lib', | 49 '../../pkg/analyzer/lib', |
| 50 '../../pkg/collection/lib', | 50 '../../third-party/pkg/collection/lib', |
| 51 '../../pkg/crypto/lib', | 51 '../../third_party/pkg/crypto/lib', |
| 52 '../../third_party/pkg/args/lib', | 52 '../../third_party/pkg/args/lib', |
| 53 '../../third_party/pkg/http/lib', | 53 '../../third_party/pkg/http/lib', |
| 54 '../../third_party/pkg/http_parser/lib', | 54 '../../third_party/pkg/http_parser/lib', |
| 55 '../../third_party/pkg/intl/lib', | 55 '../../third_party/pkg/intl/lib', |
| 56 '../../third_party/pkg/logging/lib', | 56 '../../third_party/pkg/logging/lib', |
| 57 '../../third_party/pkg/matcher/lib', | 57 '../../third_party/pkg/matcher/lib', |
| 58 '../../third_party/pkg/path/lib', | 58 '../../third_party/pkg/path/lib', |
| 59 '../../third_party/pkg/stack_trace/lib', | 59 '../../third_party/pkg/stack_trace/lib', |
| 60 '../../third_party/pkg/string_scanner/lib', | 60 '../../third_party/pkg/string_scanner/lib', |
| 61 '../../third_party/pkg/unittest/lib', | 61 '../../third_party/pkg/unittest/lib', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'files': [ | 191 'files': [ |
| 192 'app.yaml', | 192 'app.yaml', |
| 193 '<@(try_dart_static_files)', | 193 '<@(try_dart_static_files)', |
| 194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', | 194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', |
| 195 ], | 195 ], |
| 196 }, | 196 }, |
| 197 ], | 197 ], |
| 198 }, | 198 }, |
| 199 ], | 199 ], |
| 200 } | 200 } |
| OLD | NEW |