| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'try_site', | 8 'target_name': 'try_site', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 '../../runtime/dart-runtime.gyp:dart', | 11 '../../runtime/dart-runtime.gyp:dart', |
| 12 '../../create_sdk.gyp:create_sdk', | 12 '../../create_sdk.gyp:create_sdk_internal', |
| 13 ], | 13 ], |
| 14 'variables': { | 14 'variables': { |
| 15 'try_dart_static_files': [ | 15 'try_dart_static_files': [ |
| 16 'index.html', | 16 'index.html', |
| 17 'dartlang-style.css', | 17 'dartlang-style.css', |
| 18 'iframe.html', | 18 'iframe.html', |
| 19 'iframe.js', | 19 'iframe.js', |
| 20 'dart-icon.png', # iOS icon. | 20 'dart-icon.png', # iOS icon. |
| 21 'dart-iphone5.png', # iPhone 5 splash screen. | 21 'dart-iphone5.png', # iPhone 5 splash screen. |
| 22 'dart-icon-196px.png', # Android icon. | 22 'dart-icon-196px.png', # Android icon. |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'files': [ | 111 'files': [ |
| 112 'app.yaml', | 112 'app.yaml', |
| 113 '<@(try_dart_static_files)', | 113 '<@(try_dart_static_files)', |
| 114 '<(SHARED_INTERMEDIATE_DIR)/nossl.appcache', | 114 '<(SHARED_INTERMEDIATE_DIR)/nossl.appcache', |
| 115 ], | 115 ], |
| 116 }, | 116 }, |
| 117 ], | 117 ], |
| 118 }, | 118 }, |
| 119 ], | 119 ], |
| 120 } | 120 } |
| OLD | NEW |