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

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

Issue 1124223008: remove matcher from try site - matcher is now part of unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | « site/try/app.yaml ('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 'variables' : { 6 'variables' : {
7 'script_suffix%': '', 7 'script_suffix%': '',
8 }, 8 },
9 'conditions' : [ 9 'conditions' : [
10 ['OS=="win"', { 10 ['OS=="win"', {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 # These packages are uploaded to Try Dart and can be used in code 47 # These packages are uploaded to Try Dart and can be used in code
48 # there. 48 # there.
49 '../../pkg/analyzer/lib', 49 '../../pkg/analyzer/lib',
50 '../../third_party/pkg/collection/lib', 50 '../../third_party/pkg/collection/lib',
51 '../../third_party/pkg/crypto/lib', 51 '../../third_party/pkg/crypto/lib',
52 '../../third_party/pkg/args/lib', 52 '../../third_party/pkg/args/lib',
53 '../../third_party/pkg/http/lib', 53 '../../third_party/pkg/http/lib',
54 '../../third_party/pkg/http_parser/lib', 54 '../../third_party/pkg/http_parser/lib',
55 '../../third_party/pkg/intl/lib', 55 '../../third_party/pkg/intl/lib',
56 '../../third_party/pkg/logging/lib', 56 '../../third_party/pkg/logging/lib',
57 '../../third_party/pkg/matcher/lib',
58 '../../third_party/pkg/path/lib', 57 '../../third_party/pkg/path/lib',
59 '../../third_party/pkg/stack_trace/lib', 58 '../../third_party/pkg/stack_trace/lib',
60 '../../third_party/pkg/string_scanner/lib', 59 '../../third_party/pkg/string_scanner/lib',
61 '../../third_party/pkg/unittest/lib', 60 '../../third_party/pkg/unittest/lib',
62 '../../third_party/pkg/yaml/lib', 61 '../../third_party/pkg/yaml/lib',
63 ], 62 ],
64 }, 63 },
65 'actions': [ 64 'actions': [
66 { 65 {
67 'action_name': 'sdk_json', 66 'action_name': 'sdk_json',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'files': [ 190 'files': [
192 'app.yaml', 191 'app.yaml',
193 '<@(try_dart_static_files)', 192 '<@(try_dart_static_files)',
194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', 193 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache',
195 ], 194 ],
196 }, 195 },
197 ], 196 ],
198 }, 197 },
199 ], 198 ],
200 } 199 }
OLDNEW
« no previous file with comments | « site/try/app.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698