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

Unified Diff: dart/site/try/build_try.gyp

Issue 140153002: Enable "Add to home screen" on Android. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r31888 Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/site/try/dart-icon-196px.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/build_try.gyp
diff --git a/dart/site/try/build_try.gyp b/dart/site/try/build_try.gyp
index c966ce1f75403ec39cdeb9009abf301de8849616..1122ba028cbf7f2b688a26b7db9f8e8ea7d64b0d 100644
--- a/dart/site/try/build_try.gyp
+++ b/dart/site/try/build_try.gyp
@@ -18,8 +18,10 @@
'dartlang-style.css',
'iframe.html',
'iframe.js',
- 'dart-icon.png',
- 'dart-iphone5.png',
+ 'dart-icon.png', # iOS icon.
+ 'dart-iphone5.png', # iPhone 5 splash screen.
+ 'dart-icon-196px.png', # Android icon.
+ 'try-dart-screenshot.png', # Google+ screen shot.
'../../third_party/font-awesome/font-awesome-4.0.3/'
'fonts/fontawesome-webfont.woff',
@@ -87,6 +89,7 @@
'add_time_stamp.py',
'nossl.appcache',
'<@(try_dart_static_files)',
+ 'build_try.gyp', # If the list of files changed.
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/nossl.appcache',
« no previous file with comments | « no previous file | dart/site/try/dart-icon-196px.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698