OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 vars = { | 5 vars = { |
6 # The dart_root is the root of our dart checkout. This is normally | 6 # The dart_root is the root of our dart checkout. This is normally |
7 # simply dart, but if using special gclient specs it can be different. | 7 # simply dart, but if using special gclient specs it can be different. |
8 "dart_root": "dart", | 8 "dart_root": "dart", |
9 | 9 |
10 # The svn location to pull out dependencies from | 10 # The svn location to pull out dependencies from |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "junit_rev" : "@19997", | 67 "junit_rev" : "@19997", |
68 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", | 68 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", |
69 "matcher_tag": "@0.11.4+4", | 69 "matcher_tag": "@0.11.4+4", |
70 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 70 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
71 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 71 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
72 "mockito_rev" : "@19997", | 72 "mockito_rev" : "@19997", |
73 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", | 73 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", |
74 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", | 74 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
75 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 75 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
76 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 76 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
77 "observatory_pub_packages_rev": "@43830", | 77 "observatory_pub_packages_rev": "@45565", |
78 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", | 78 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", |
79 "petitparser_rev" : "@37878", | 79 "petitparser_rev" : "@37878", |
80 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 80 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
81 "plugin_tag": "@0.1.0", | 81 "plugin_tag": "@0.1.0", |
82 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", | 82 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", |
83 "pub_semver_rev": "@182d55d7207e3af5e76e96834fa7cf63c55ce09a", | 83 "pub_semver_rev": "@182d55d7207e3af5e76e96834fa7cf63c55ce09a", |
84 "scheduled_test_tag": "@0.11.8", | 84 "scheduled_test_tag": "@0.11.8", |
85 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 85 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
86 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 86 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
87 "snakeyaml_rev" : "@19997", | 87 "snakeyaml_rev" : "@19997", |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 }, | 351 }, |
352 { | 352 { |
353 "pattern": ".", | 353 "pattern": ".", |
354 "action": ["python", Var("dart_root") + "/editor/build/generate_sources.py"]
, | 354 "action": ["python", Var("dart_root") + "/editor/build/generate_sources.py"]
, |
355 }, | 355 }, |
356 { | 356 { |
357 "pattern": ".", | 357 "pattern": ".", |
358 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], | 358 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], |
359 }, | 359 }, |
360 ] | 360 ] |
OLD | NEW |