Skip to content

Commit

Permalink
Add d8 .gitignore and remove svn deps for d8
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ricowind committed Jun 10, 2015
1 parent ed72caa commit f76792f
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 3 deletions.
18 changes: 15 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ vars = {
"async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.1.8",
"d8_rev" : "@39739",
"fake_async_rev" : "@38614",
"firefox_jsshell_rev" : "@45554",
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
Expand Down Expand Up @@ -162,8 +161,6 @@ deps = {
Var("third_party") + "/gsutil" + Var("gsutil_rev"),
Var("dart_root") + "/third_party/pkg/petitparser":
Var("third_party") + "/petitparser" + Var("petitparser_rev"),
Var("dart_root") + "/third_party/d8":
Var("third_party") + "/d8" + Var("d8_rev"),
Var("dart_root") + "/third_party/WebCore":
Var("third_party") + "/WebCore" + Var("WebCore_rev"),
Var("dart_root") + "/third_party/observatory_pub_packages":
Expand Down Expand Up @@ -341,4 +338,19 @@ hooks = [
Var('dart_root') + '/tools/testing/bin',
],
},
{
'name': 'd8_testing_binaries',
'pattern': '.',
'action': [
'download_from_google_storage',
'--no_auth',
'--no_resume',
'--bucket',
'dart-dependencies',
'-d',
'-r',
Var('dart_root') + '/third_party/d8',
],
},

]
1 change: 1 addition & 0 deletions third_party/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!.gitignore
!pkg
!pkg_tested
!d8
3 changes: 3 additions & 0 deletions third_party/d8/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/macos/d8
/windows/d8.exe
/linux/d8
14 changes: 14 additions & 0 deletions third_party/d8/README.google
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Name: V8 command line javascript shell.
Short Name: d8
URL: https://chromium.googlesource.com/v8/v8/+/4.4.63.5
Version: 4.4.63.5
Revision: 288da5c7788134004a4b34a4ba0cb4814428cf7c
Date: September 2nd 2014
License: BSD


Description:
This directory contains the d8 binaries for Windows, Mac and Linux.
The files were fetched from the v8 builders on the DartFYI waterfall:
http://build.chromium.org/p/client.dart.fyi/console
The binaries are used for testing dart code compiled to javascript.
1 change: 1 addition & 0 deletions third_party/d8/linux/d8.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3ce7314d80c9591de6681bbc68f9702406ad3ece
1 change: 1 addition & 0 deletions third_party/d8/macos/d8.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9fd5757eac16ebfe1ec9b45778c5394dab0c36cc
1 change: 1 addition & 0 deletions third_party/d8/windows/d8.exe.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
04e58ecd97cd9ee4186fbbce99a079d7d2cb2f68

0 comments on commit f76792f

Please sign in to comment.