Commit graph

310 commits

Author SHA1 Message Date
Natalie Weizenbaum b49d1b912c Bring in the latest yaml version.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1334893002 .
2015-09-10 14:52:06 -07:00
William Hesse e40f303178 Remove checkout of NSS and sqlite from DEPS, remove support files.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1309903010 .
2015-09-10 12:56:22 +02:00
Terry L. Lucas 9b0d2582fc Revert "Dartium w/ JsInterop enabled"
This reverts commit 346af54711.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1330163010 .
2015-09-09 17:33:24 -07:00
Terry L. Lucas 346af54711 Dartium w/ JsInterop enabled
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1321613005 .
2015-09-09 17:01:40 -07:00
pq a1d528fae8 Linter rev bump.
R=keertip@google.com

Review URL: https://codereview.chromium.org//1305153010 .
2015-09-09 14:34:21 -07:00
keertip f95e883a0d rev up dartdoc in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1333563002 .
2015-09-09 08:33:02 -07:00
Natalie Weizenbaum 35f86f7ab8 Bring in the latest version of Pub and various packages.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1321903004 .
2015-09-08 17:39:26 -07:00
Terry L. Lucas 012c998f64 Revert "Patched in Dartium JsInterop"
This reverts commit 4bb2e617db.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1327083002 .
2015-09-08 13:35:03 -07:00
Terry L. Lucas 4bb2e617db Patched in Dartium JsInterop
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1310363006 .
2015-09-08 12:46:41 -07:00
William Hesse 0c88126f7d Add download of the stable SDK from gcloud to the gclient hooks in DEPS.
This will be used for the observatory build, and to replace testing/bin.

BUG=https://github.com/dart-lang/sdk/issues/24053
R=iposva@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1322753005 .
2015-09-02 13:11:42 +02:00
Paul Berry 89706cb311 Roll watcher race condition fix into DEPS.
See e7fa8d0833.

R=scheglov@google.com

Review URL: https://codereview.chromium.org//1304263013 .
2015-09-01 10:43:42 -07:00
Vijay Menon e1b1312c66 Update dev_compiler to 0.1.7
R=leafp@google.com

Review URL: https://codereview.chromium.org//1320703004 .
2015-08-27 22:16:18 -07:00
keertip a6d128832c update to dartdoc 0.6.1
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1321513002 .
2015-08-26 09:35:40 -07:00
William Hesse 13bf8ff9f8 Breaking Change: merge BoringSSL branch into master
This replaces the NSS secure networking library from Mozilla
with the BoringSSL library from Google. This library, based
on OpenSSL, reads certificates from files in PEM format, rather
than storing certificates and keys in a SQLite database, the
way NSS does. There will be a blog post, changelog entries,
and other documentation of the breaking changes.

Review URL: https://codereview.chromium.org//1319703002 .
2015-08-26 14:42:12 +02:00
keertip 41a12640a4 update dartdoc rev in deps
BUG=
R=pquitslund@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//1311023002 .
2015-08-24 08:46:12 -07:00
Vijay Menon a95f44a0f1 Bump dev_compiler to 0.1.6
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//1310513003 .
2015-08-21 15:11:10 -07:00
Paul Berry 79d85a9d34 Pull in new analyzer_cli to enable support for the "--supermixin" flag.
Partially addresses #23772.

R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1301023004 .
2015-08-20 09:33:38 -07:00
Lasse R.H. Nielsen e3963b88d1 Move package_config deps to 0.1.3.
R=whesse@google.com

Review URL: https://codereview.chromium.org//1302073004 .
2015-08-20 13:46:03 +02:00
Sigmund Cherem aae02054d2 Record information about constants in dump info
R=johnniwinther@google.com

Review URL: https://codereview.chromium.org//1301903002 .
2015-08-19 13:52:49 -07:00
keertip 3865dd8748 create dartdoc snapshot, add to dart-sdk. Also add resources needed to run dartdoc from the sdk.
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1295073003 .
2015-08-19 08:02:41 -07:00
Sigmund Cherem a984fb2b72 Update status of pkgbuild test for shelf, update dart2js_info to fix pkgbuild test for args
(args was an easy fix, just downgrade within the same major version. shelf
requires switching to 0.5.7 from 0.6.2 which might involve working around
breaking changes, so I'll do so more calmly later.)

Review URL: https://codereview.chromium.org//1302693003 .
2015-08-18 20:57:17 -07:00
Sigmund Cherem fa23bfb2b9 Update deps: use new version of dart2js_info with relaxed version on yaml (I
broke a test that checks that the repo version of yaml works with this package,
so I updated dart2js_info to use version 2.1.0 and not 2.1.3 of yaml, that way
the repo version of yaml 2.1.2 is accepted.)

TBR=het@google.com

Review URL: https://codereview.chromium.org//1300923005 .
2015-08-18 16:32:33 -07:00
Sigmund Cherem 8896ccd385 dart2js: switch to use dart2js_info/info.dart
R=het@google.com

Review URL: https://codereview.chromium.org//1298553002 .
2015-08-18 15:44:38 -07:00
Natalie Weizenbaum 55a94d14ea Bring in the latest pub.
This brings in a fix for dart-lang/pub#1316.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1294383003 .
2015-08-18 15:30:58 -07:00
pq 5f4b7a9083 DEPS update to grab fixed package_config.
R=het@google.com

Review URL: https://codereview.chromium.org//1296323005 .
2015-08-18 10:00:58 -07:00
pq 8d6be6387a DEPS update to pull in latest package_config.
R=whesse@google.com

Review URL: https://codereview.chromium.org//1298963003 .
2015-08-18 09:09:37 -07:00
William Hesse e2928705be Move third_party/pkg/package_config to pkg_tested.
Closes https://github.com/dart-lang/sdk/issues/24092

R=ricow@google.com

Review URL: https://codereview.chromium.org//1296093003 .
2015-08-18 15:04:41 +02:00
William Hesse 9fa9698caa Switch to mirror for third-party/markdown checkout.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1300793002 .
2015-08-18 10:23:20 +02:00
Natalie Weizenbaum 7c06881680 Bring in the latest Pub.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1293473003 .
2015-08-14 15:27:22 -07:00
keertip fe05e7b905 update dartdoc, markdown in DEPS
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1284333004 .
2015-08-14 11:28:55 -07:00
keertip ee089eda75 revert update to dartdoc tag; have to update markdown too.
Review URL: https://codereview.chromium.org//1288143005 .
2015-08-13 18:38:40 -07:00
keertip 81832659d8 update dartdoc tag in DEPS
BUG=
R=sethladd@google.com

Review URL: https://codereview.chromium.org//1292643004 .
2015-08-13 18:06:06 -07:00
Paul Berry 480cd7fdc8 Pull in analyzer_cli fix for the case where "pub list-package-dirs" fails.
TBR=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1291553002 .
2015-08-11 15:45:13 -07:00
Paul Berry 21a01f569c Revert "Update DEPS to pull in analyzer_cli SdkExt resolver fixes."
The SdkExt resolver fixes introduce problems analyzing folders that
have a "packages" folder but neither a ".packages" file nor a
"pubspec.yaml" file.  Reverting the DEPS while I work on a fix.

This reverts commit 5570ee65d9.

TBR=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1269373004 .
2015-08-11 13:18:06 -07:00
Paul Berry 5570ee65d9 Update DEPS to pull in analyzer_cli SdkExt resolver fixes.
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1276053003 .
2015-08-11 09:23:42 -07:00
William Hesse 13335ebf97 Update DEPS with new mirrored repos.
BUG=dartbug.com/23864,dartbug.com/23865,dartbug.com/23881
R=ricow@google.com

Review URL: https://codereview.chromium.org//1280603002 .
2015-08-06 14:03:42 +02:00
keertip 7f375e3ec1 update dartdoc in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1277443004 .
2015-08-05 11:12:00 -07:00
Bob Nystrom 9ae71739a2 Update to latest dart_style.
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1266913002 .
2015-07-30 15:48:22 -07:00
Rico Wind 3487bf8b36 Update gyp to 6ee91ad8659871916f9aa840d42e1513befdf638
We have not updated gyp in years, I assume that is because we did not want to default to vs 2013 project files.

We will now start requiring vs 2013 (for boringssl) - so this updates us to TOT.

R=ahe@google.com, iposva@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1254833005 .
2015-07-30 15:18:54 +02:00
Paul Berry 89b4359f23 Pull in the latest version of analyzer_cli.
This version deprecates the "--enable-null-aware-operators" flag.

Fixes #23899.

R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1260023006 .
2015-07-28 15:54:00 -07:00
Natalie Weizenbaum e5a9479fd2 Bring in the latest json_rpc_2 and barback.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1253023004 .
2015-07-27 16:16:56 -07:00
John Messerly e02b2d0210 bump dev_compiler in DEPS
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1247873006 .
2015-07-22 16:11:39 -07:00
Bob Nystrom 59286aad50 Upgrade test and dart_style to constraints that allow analyzer.
R=nweiz@google.com

Review URL: https://codereview.chromium.org//1250473010 .
2015-07-21 18:32:42 -07:00
Kevin Moore f352c64c78 Update DEPS pointer to pkg/shelf_static to dart-lang/shelf_static
Closes https://github.com/dart-lang/sdk/issues/23866

R=whesse@google.com

Review URL: https://codereview.chromium.org//1241153003 .
2015-07-21 08:12:08 -07:00
Natalie Weizenbaum 7d6a44908a Bring in the latest pub and barback.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1247563003 .
2015-07-20 15:29:48 -07:00
keertip 36d036ad84 update dartdoc tag in DEPS
BUG=
R=sethladd@google.com

Review URL: https://codereview.chromium.org//1242273004 .
2015-07-20 08:59:44 -07:00
William Hesse 8c2fb6fccf Update DEPS to use new mirrors of dart-lang git repositories.
BUG=

Review URL: https://codereview.chromium.org//1236883007 .
2015-07-19 19:07:54 +02:00
keertip c2c018e44a update dartdoc tag in DEPS
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1232123008 .
2015-07-17 09:34:18 -07:00
William Hesse ffd277576a Move third_party/observatory_pub_packages to github
BUG=
R=kustermann@google.com

Review URL: https://codereview.chromium.org//1242113002 .
2015-07-17 12:30:41 +02:00
keertip 463e5b2d14 update pub_cache version in DEPS
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1234493004 .
2015-07-16 13:09:30 -07:00
keertip ae0b71f70c update dartdoc tag in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1244433002 .
2015-07-16 10:57:44 -07:00
pq 293b3da7cf DEP bump for analyzer_cli.
Picks up .packages CLI support.

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1231633010 .
2015-07-15 14:51:39 -07:00
Natalie Weizenbaum b47940fb82 Update pub.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1233243002 .
2015-07-14 13:19:30 -07:00
Natalie Weizenbaum 420bad6bb1 Pull in more pub test fixes.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1230083002 .
2015-07-09 17:01:25 -07:00
Natalie Weizenbaum 04eb0719bb Bring in the latest path and pub.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1226413005 .
2015-07-09 14:13:44 -07:00
Natalie Weizenbaum 3fe8cf3211 Bring in the latest pub.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1223343003 .
2015-07-09 13:20:03 -07:00
John McCutchan 5603eb8e5e Bump analyzer cli dependency
BUG=
R=brianwilkerson@google.com, pquitslund@google.com

Review URL: https://codereview.chromium.org//1226413003 .
2015-07-09 11:21:02 -07:00
keertip 8cbd6a4c12 change dartdoc deps to tag
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1227093002 .
2015-07-08 13:01:03 -07:00
keertip 61486f4311 update revision of dartdoc in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1222963004 .
2015-07-08 10:37:32 -07:00
Natalie Weizenbaum 0590f7e630 Update source_span.
R=kevmoo@google.com
TBR

Review URL: https://codereview.chromium.org//1219753008 .
2015-07-07 17:59:52 -07:00
Natalie Weizenbaum c2ed5e3ce3 Update source_maps.
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1230523002 .
2015-07-07 15:08:44 -07:00
Natalie Weizenbaum 681913fd13 Bring in the latest pub.
This fixes the pub tests.

Review URL: https://codereview.chromium.org//1226443005.
2015-07-07 14:18:37 -07:00
Natalie Weizenbaum 49948accad Run pub tests on the pub bots.
The pub bot script just runs the new test runner against the repo versions of
all the packages.

R=whesse@google.com

Review URL: https://codereview.chromium.org//1214343004.
2015-07-07 13:14:22 -07:00
keertip 2f3a5b112c update dartdoc version in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1223903003.
2015-07-06 15:00:14 -07:00
Natalie Weizenbaum 4956bffa49 Update pub to use the latest package_config.
Closes #23763

R=sigmund@google.com

Review URL: https://codereview.chromium.org//1216923007.
2015-07-01 14:32:17 -07:00
Natalie Weizenbaum 6446e906bf Bring in the latest pub.
R=kevmoo@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1215013003.
2015-06-29 16:26:45 -07:00
pq 3568a678b0 Bump analyzer_cli in quest for greeness.
R=het@google.com

Review URL: https://codereview.chromium.org//1210563004.
2015-06-24 16:11:49 -07:00
pq 0350c9e4c4 Bump package_config tag to 0.1.1.
R=het@google.com

Review URL: https://codereview.chromium.org//1207833003.
2015-06-24 15:38:23 -07:00
pq 87d7dc6595 Bump analyzer_cli ref to pull in dev_compiler strong mode.
R=jmesserly@google.com, paulberry@google.com

Review URL: https://codereview.chromium.org//1199333003.
2015-06-24 14:02:37 -07:00
Dan Rubel 61460a0a10 pull in new watcher package
BUG=
R=paulberry@google.com

Review URL: https://codereview.chromium.org//1194653002.
2015-06-20 14:12:12 -04:00
John Messerly 759acb49a2 fix shelf_static by pinning to v0.2.1
I had intended to use this version in the first place. Doh!

Review URL: https://codereview.chromium.org//1193733003.
2015-06-18 16:00:18 -07:00
John Messerly de4a144c32 Re-land add DDC to DEPS https://codereview.chromium.org/1167673004/
Review URL: https://codereview.chromium.org//1186853005.
2015-06-18 15:38:47 -07:00
keertip f440f15579 widen package constraints for dartdoc to fix pkg bot test failures
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1185343007.
2015-06-18 14:08:10 -07:00
keertip 72ac998b8d add generation of docs by dartdoc on the bots
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1180773005.
2015-06-18 10:30:28 -07:00
Rico Wind ac04138383 Remove async_await dependency
We don't use this anymore

R=whesse@google.com, kmillikin@google.com
BUG=

Review URL: https://codereview.chromium.org//1186033005.
2015-06-18 09:10:31 +02:00
John Messerly cde4fa201b Revert "add dev_compiler to DEPS"
This reverts commit 70366fe642.

Review URL: https://codereview.chromium.org//1191763004.
2015-06-16 10:19:49 -07:00
John Messerly 70366fe642 add dev_compiler to DEPS
R=paulberry@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1167673004.
2015-06-16 10:07:07 -07:00
keertip 0079275f18 revert cl to run dartdoc on bots
BUG=
R=danrubel@google.com

Review URL: https://codereview.chromium.org//1184153002.
2015-06-15 10:12:56 -07:00
keertip 91b2281e08 add dartdoc to third_party/pkg, run dartdoc to generate docs for sdk and upload to GCS
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1164423008.
2015-06-15 09:25:44 -07:00
Rico Wind f76792f7c6 Add d8 .gitignore and remove svn deps for d8
Add d8 sha files for version 4.4.63.5

Don't git ignore d8 in third_party

R=sra@google.com
BUG=

Review URL: https://codereview.chromium.org//1171003002.
2015-06-10 12:52:31 +02:00
Harry Terkelsen 63681d5b59 Support Package Resolution Configuration files.
BUG=http://dartbug.com/23371
R=johnniwinther@google.com

Committed: 36c29d05bc

Review URL: https://codereview.chromium.org//1162363004.
2015-06-09 11:07:11 -07:00
Rico Wind f3c6339206 Switch over testing pub seperately from the the normal packages
This will call a new test script that Natalie will fill in the blanks of for pub testing.

This also moves pub from third_party/pkg_tested into third_party/pkg.

The corresponding changes to the buildbot is here:
http://src.chromium.org/viewvc/chrome?revision=295555&view=revision

R=nweiz@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1166093002.
2015-06-09 08:12:51 +02:00
Natalie Weizenbaum dfd7844d2c Bring in the latest pub.
I want to make sure dart-lang/pub@7f0ddca9d2
makes it into 1.11.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1170803002
2015-06-08 16:10:54 -07:00
Rico Wind 0ca8b30a18 Change a few github repo dependencies to use the GOB mirror
R=devoncarew@google.com
BUG=

Review URL: https://codereview.chromium.org//1170753002
2015-06-08 19:24:29 +02:00
Paul Berry 3fd32d4d05 Pull in latest analyzer_cli.
The latest update to analyzer_cli makes it analyze all files using a
single context, so it can re-use analysis results; this makes it much
faster when analyzing large projects (~13x faster at analyzing pub,
for example).

On a temporary basis, this CL pulls in analyzer_cli using a git SHA
rather than a tag, since the new analyzer_cli features don't have a
release tag yet.  Once they have been validated on the buildbots, I'll
assign a release tag and update DEPS to point to it.

R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1170543003
2015-06-05 09:07:15 -07:00
Harry Terkelsen fcd407b0cf Revert "Support Package Resolution Configuration files."
This reverts commit 36c29d05bc.

BUG=

Review URL: https://codereview.chromium.org//1165943005
2015-06-04 15:55:13 -07:00
Harry Terkelsen 36c29d05bc Support Package Resolution Configuration files.
BUG=http://dartbug.com/23371
R=johnniwinther@google.com

Review URL: https://codereview.chromium.org//1162363004
2015-06-04 15:15:09 -07:00
pq fcc694c629 Move analyzer_cli out of pkg_tested.
Net-net: we used `mockito` for testing and that's not in `third_party`.  Until it is (or we remove the need for it), we need to get out of `pkg_tested`.

R=paulberry@google.com

Review URL: https://codereview.chromium.org//1159073004
2015-06-03 13:46:35 -07:00
pq 0805625757 analyzer_cli and linter DEP bumps.
R=brianwilkerson@google.com, paulberry@google.com

Review URL: https://codereview.chromium.org//1160503005
2015-06-03 10:47:32 -07:00
Natalie Weizenbaum c8fb46306c Update pub.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1163023003
2015-06-02 14:47:21 -07:00
Natalie Weizenbaum 572f09bdf1 Update the pub dep.
R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org//1158843004
2015-06-01 14:00:14 -07:00
Paul Berry 21f6f1aaca Bring in latest pub to fix analyzer buildbot.
R=nweiz@google.com

Review URL: https://codereview.chromium.org//1165533003
2015-06-01 12:44:20 -07:00
Natalie Weizenbaum 3d8c06c4e9 Start pulling pub from its own repo.
Pub now lives in third_party/pkg/pub (it's in pkg to make it possible to import
using "package:" imports).

R=ricow@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//1165473002
2015-05-29 14:50:18 -07:00
Harry Terkelsen 5e11a7038b Bump package_config version to 0.0.2+4
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1160033003
2015-05-29 10:23:29 -07:00
Harry Terkelsen abe76176b6 Roll package_config forward to 0.0.2+3
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1161613008
2015-05-28 16:31:19 -07:00
pq e78621b0a1 Bump package_config to 0.0.2+2.
R=sethladd@google.com

Review URL: https://codereview.chromium.org//1155813003
2015-05-28 14:05:41 -07:00
pq e866ba2b80 Bump package_config DEP to 0.0.2.
R=het@google.com

Review URL: https://codereview.chromium.org//1160043006
2015-05-28 12:44:47 -07:00
Rico Wind 2e35540ad7 Roll deps for co19 to get the structure right
The cl from https://codereview.chromium.org//1149933003 pulled in a version before moving the src/* stuff up

R=nweiz@google.com
BUG=

Review URL: https://codereview.chromium.org//1146363003
2015-05-28 15:30:38 +02:00
Rico Wind dccaad961c Update the co19 dep to point to the GitHub repo.
R=ricow@google.com

Committed: 62d4ce3adf

Review URL: https://codereview.chromium.org//1149933003
2015-05-28 14:25:59 +02:00
Rico Wind 3e38d5abcd Use github mirrors to pull dependencies
There are several benefits of this:
  Devs and bots are pulling from the same location, so issues are easier to track down
  Devs can make sure the mirrors are working locally before rolling deps
  We pull from the same place for both dart-lang and community repos

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1154413004
2015-05-28 14:24:22 +02:00
Natalie Weizenbaum 15db472cf9 Revert "Update the co19 dep to point to the GitHub repo."
This reverts commit 62d4ce3adf.

TBR

Review URL: https://codereview.chromium.org//1146333004
2015-05-27 15:09:19 -07:00
Natalie Weizenbaum 62d4ce3adf Update the co19 dep to point to the GitHub repo.
R=ricow@google.com

Review URL: https://codereview.chromium.org//1149933003
2015-05-27 14:43:13 -07:00
pq 88bf301ab6 DEP version bump.
BUG=
R=keertip@google.com

Review URL: https://codereview.chromium.org//1159903004
2015-05-27 13:23:59 -07:00
pq 7e5c54a5aa cli_util DEPS
`cli_util` is consumed by *at least* dartanalyzer, the dev compiler and dartdoc.  This change updates third_party to add `cli_util` and it's own deps (`when` and `which`).  Note that `when` and `which` have both been transitioned to dartlang proper to ensure sanity moving forward.  They're both independently useful.  `which` especially for CLI tools.

Review URL: https://codereview.chromium.org//1155233002
2015-05-27 12:37:39 -07:00
pq 3dc3b54b17 Welcome charcode
Adds `charcode`, as required by `package_config`.

R=lrn@google.com

Review URL: https://codereview.chromium.org//1151293004
2015-05-26 11:07:30 -07:00
Rico Wind ae9374628b Introduce variable for github to allow us to pull mirror on the bot
BUG=

Review URL: https://codereview.chromium.org//1147093006
2015-05-26 10:44:57 +02:00
Natalie Weizenbaum 30cc368985 Update pub_semver to 1.2.1
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1146313002
2015-05-20 18:04:14 -07:00
Harry Terkelsen c23a129bb1 Add package_config to DEPS.
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1146063003
2015-05-20 16:56:33 -07:00
pquitslund 2a6e5f7943 Linter DEPS version bump.
Linter DEPS version bump.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1141213007
2015-05-18 15:34:38 -07:00
Rico Wind f34fae854a Initial github commit for getting stuff working
Readd samples, samples-dev, tools/testing/bin, third_party removed by cleanup (no history, sorry)

Add DEPS file which will replace the old all.deps and standalone.deps

Add tools/deps/dartium.deps replacing the old dartium.deps (but now editable from a normal checkout)

Fixup tools/utils.py to use the new archiving schema (git count for be, version number for dev/stable

Fix codereview.settings
2015-05-16 15:41:58 +02:00