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

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

Issue 807193003: Re-apply "Remove unittest and matcher from the repo." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/unittest/test/with_test_environment_test.dart ('k') | tests/isolate/port_test.dart » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ], 45 ],
46 'try_dart_hosted_package_directories': [ 46 'try_dart_hosted_package_directories': [
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 '../../pkg/args/lib', 50 '../../pkg/args/lib',
51 '../../pkg/collection/lib', 51 '../../pkg/collection/lib',
52 '../../pkg/crypto/lib', 52 '../../pkg/crypto/lib',
53 '../../pkg/intl/lib', 53 '../../pkg/intl/lib',
54 '../../pkg/logging/lib', 54 '../../pkg/logging/lib',
55 '../../pkg/matcher/lib',
56 '../../pkg/unittest/lib',
57 '../../third_party/pkg/http/lib', 55 '../../third_party/pkg/http/lib',
58 '../../third_party/pkg/http_parser/lib', 56 '../../third_party/pkg/http_parser/lib',
57 '../../third_party/pkg/matcher/lib',
59 '../../third_party/pkg/path/lib', 58 '../../third_party/pkg/path/lib',
60 '../../third_party/pkg/stack_trace/lib', 59 '../../third_party/pkg/stack_trace/lib',
61 '../../third_party/pkg/string_scanner/lib', 60 '../../third_party/pkg/string_scanner/lib',
61 '../../third_party/pkg/unittest/lib',
62 '../../third_party/pkg/yaml/lib', 62 '../../third_party/pkg/yaml/lib',
63 ], 63 ],
64 }, 64 },
65 'actions': [ 65 'actions': [
66 { 66 {
67 'action_name': 'sdk_json', 67 'action_name': 'sdk_json',
68 'message': 'Creating sdk.json', 68 'message': 'Creating sdk.json',
69 'inputs': [ 69 'inputs': [
70 70
71 # Depending on this file ensures that the SDK is built before this 71 # Depending on this file ensures that the SDK is built before this
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'files': [ 191 'files': [
192 'app.yaml', 192 'app.yaml',
193 '<@(try_dart_static_files)', 193 '<@(try_dart_static_files)',
194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', 194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache',
195 ], 195 ],
196 }, 196 },
197 ], 197 ],
198 }, 198 },
199 ], 199 ],
200 } 200 }
OLDNEW
« no previous file with comments | « pkg/unittest/test/with_test_environment_test.dart ('k') | tests/isolate/port_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698