Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Side by Side Diff: dart/site/try/build_try.gyp

Issue 219113002: Extract create_sdk build rule to own file to avoid cycle. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Break long lines. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/dart.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # Concern: there should really be a dependency on 12 '../../create_sdk.gyp:create_sdk',
13 # ../../dart.gyp:create_sdk, but this is reported as a cycle by GYP.
14 ], 13 ],
15 'variables': { 14 'variables': {
16 'try_dart_static_files': [ 15 'try_dart_static_files': [
17 'index.html', 16 'index.html',
18 'dartlang-style.css', 17 'dartlang-style.css',
19 'iframe.html', 18 'iframe.html',
20 'iframe.js', 19 'iframe.js',
21 'dart-icon.png', # iOS icon. 20 'dart-icon.png', # iOS icon.
22 'dart-iphone5.png', # iPhone 5 splash screen. 21 'dart-iphone5.png', # iPhone 5 splash screen.
23 '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
112 'files': [ 111 'files': [
113 'app.yaml', 112 'app.yaml',
114 '<@(try_dart_static_files)', 113 '<@(try_dart_static_files)',
115 '<(SHARED_INTERMEDIATE_DIR)/nossl.appcache', 114 '<(SHARED_INTERMEDIATE_DIR)/nossl.appcache',
116 ], 115 ],
117 }, 116 },
118 ], 117 ],
119 }, 118 },
120 ], 119 ],
121 } 120 }
OLDNEW
« no previous file with comments | « dart/dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698