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

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

Issue 1528893002: Remove third_party/font-awesome and its use in site/try. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « DEPS ('k') | site/try/index.html » ('j') | 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 '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
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
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 }
OLDNEW
« no previous file with comments | « DEPS ('k') | site/try/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698