| 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 15 matching lines...) Expand all Loading... |
| 26 'try_dart_static_files': [ | 26 'try_dart_static_files': [ |
| 27 'index.html', | 27 'index.html', |
| 28 'dartlang-style.css', | 28 'dartlang-style.css', |
| 29 'line_numbers.css', | 29 'line_numbers.css', |
| 30 'iframe.html', | 30 'iframe.html', |
| 31 'iframe.js', | 31 'iframe.js', |
| 32 'dart-icon.png', # iOS icon. | 32 'dart-icon.png', # iOS icon. |
| 33 'dart-iphone5.png', # iPhone 5 splash screen. | 33 'dart-iphone5.png', # iPhone 5 splash screen. |
| 34 'dart-icon-196px.png', # Android icon. | 34 'dart-icon-196px.png', # Android icon. |
| 35 'try-dart-screenshot.png', # Google+ screen shot. | 35 'try-dart-screenshot.png', # Google+ screen shot. |
| 36 | |
| 37 '../../third_party/font-awesome/font-awesome-4.0.3/' | |
| 38 'fonts/fontawesome-webfont.woff', | |
| 39 | |
| 40 'favicon.ico', | 36 'favicon.ico', |
| 41 | 37 |
| 42 '<(SHARED_INTERMEDIATE_DIR)/leap.dart.js', | 38 '<(SHARED_INTERMEDIATE_DIR)/leap.dart.js', |
| 43 '<(SHARED_INTERMEDIATE_DIR)/compiler_isolate.dart.js', | 39 '<(SHARED_INTERMEDIATE_DIR)/compiler_isolate.dart.js', |
| 44 '<(SHARED_INTERMEDIATE_DIR)/sdk.json', | 40 '<(SHARED_INTERMEDIATE_DIR)/sdk.json', |
| 45 ], | 41 ], |
| 46 'try_dart_hosted_package_directories': [ | 42 'try_dart_hosted_package_directories': [ |
| 47 # 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 |
| 48 # there. | 44 # there. |
| 49 '../../pkg/analyzer/lib', | 45 '../../pkg/analyzer/lib', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'files': [ | 186 'files': [ |
| 191 'app.yaml', | 187 'app.yaml', |
| 192 '<@(try_dart_static_files)', | 188 '<@(try_dart_static_files)', |
| 193 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', | 189 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', |
| 194 ], | 190 ], |
| 195 }, | 191 }, |
| 196 ], | 192 ], |
| 197 }, | 193 }, |
| 198 ], | 194 ], |
| 199 } | 195 } |
| OLD | NEW |