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

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

Issue 1523343007: Revert "Remove third_party/pkg/petitparser and third_party/pkg/intl" (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 | « 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 30 matching lines...) Expand all
41 ], 41 ],
42 'try_dart_hosted_package_directories': [ 42 'try_dart_hosted_package_directories': [
43 # 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
44 # there. 44 # there.
45 '../../pkg/analyzer/lib', 45 '../../pkg/analyzer/lib',
46 '../../third_party/pkg/collection/lib', 46 '../../third_party/pkg/collection/lib',
47 '../../third_party/pkg/crypto/lib', 47 '../../third_party/pkg/crypto/lib',
48 '../../third_party/pkg/args/lib', 48 '../../third_party/pkg/args/lib',
49 '../../third_party/pkg/http/lib', 49 '../../third_party/pkg/http/lib',
50 '../../third_party/pkg/http_parser/lib', 50 '../../third_party/pkg/http_parser/lib',
51 '../../third_party/pkg/intl/lib',
51 '../../third_party/pkg/logging/lib', 52 '../../third_party/pkg/logging/lib',
52 '../../third_party/pkg/path/lib', 53 '../../third_party/pkg/path/lib',
53 '../../third_party/pkg/stack_trace/lib', 54 '../../third_party/pkg/stack_trace/lib',
54 '../../third_party/pkg/string_scanner/lib', 55 '../../third_party/pkg/string_scanner/lib',
55 '../../third_party/pkg/unittest/lib', 56 '../../third_party/pkg/unittest/lib',
56 '../../third_party/pkg/yaml/lib', 57 '../../third_party/pkg/yaml/lib',
57 ], 58 ],
58 }, 59 },
59 'actions': [ 60 'actions': [
60 { 61 {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'files': [ 186 'files': [
186 'app.yaml', 187 'app.yaml',
187 '<@(try_dart_static_files)', 188 '<@(try_dart_static_files)',
188 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', 189 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache',
189 ], 190 ],
190 }, 191 },
191 ], 192 ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
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