Commit graph

9 commits

Author SHA1 Message Date
Rico Wind 8b06d881d6 Remove tools directory from WATCHLISTS
R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org/1700963002 .
2016-02-16 14:30:06 +01:00
Florian Schneider d8450eb63a Fix to WATCHLISTS.
Avoid flooding vm-dev@ with unrelated emails.

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1367923003 .
2015-09-24 12:47:20 +02:00
John McCutchan 6c2fed747d Add more Observatory related paths to WATCHLISTS and add rmacnak@
BUG=
R=turnidge@google.com

Review URL: https://codereview.chromium.org//1229463002.
2015-07-06 15:33:58 -07:00
johnmccutchan@google.com 261200c587 Build Observatory as part of runtime
Relanding https://codereview.chromium.org/810623005/

Review URL: https://codereview.chromium.org//837723004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42645 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-06 21:59:42 +00:00
whesse@google.com aa5a986d5d Revert "Build Observatory with runtime"
This reverts commit 76df7b3c1bf83c08d3994d61df4c9c530fadb4e5.
This commit breaks dartium compilation.

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//839543002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42619 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-06 10:07:58 +00:00
johnmccutchan@google.com 9d6ac72b46 1) Remove prebuilt Observatory sources
2) Move observatory from runtime/bin/vmservice/observatory to runtime/observatory

3) Add two tools scripts:
- tools/run_pub.py (runs pub before SDK is built)
- tools/obs_tool.py (helper for get, build, and deploy stages)

4) Build Observatory with runtime:
- pub get --offline
- pub build
- deploy

5) Build artifacts are now in standard output directory, for example, out/DebugIA32/observatory.

6) Add a new 'dart_boostrap' host target (no snapshot, no observatory) that can be used as the Dart executable to run pub when building Observatory. This is behind a build.py flag --use-bootstrap-for-observatory because:

- It is only necessary on older Linux distributions that are incompatible with the prebuilt Dart testing executable.
- running pub build with the boostrap Debug build is significantly slower.

7) Detect if the prebuilt executable doesn't work and automatically switch to the 'dart_bootstrap' executable. Also, warn the user and provide a Wiki link with more information.

R=turnidge@google.com

Review URL: https://codereview.chromium.org//810623005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42614 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-05 21:26:52 +00:00
johnmccutchan@google.com fe9a381dbe Update WATCHLISTS for Observatory
BUG=
R=turnidge@google.com

Review URL: https://codereview.chromium.org//196373002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33623 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-12 23:09:53 +00:00
ricow@google.com 648f9e011c Add ricow@ to the watchlist of tools/
R=whesse@google.com

Review URL: https://codereview.chromium.org//176883014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33204 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-03 10:38:42 +00:00
fschneider@google.com 993e6b6417 Add WATCHLISTS file.
This CL adds a watcher for the runtime/ directory. Whenever
a file in runtime/ is affected, the CC list of the CL will
have vm-dev@ added.

R=ricow@google.com

Review URL: https://codereview.chromium.org//22999006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26177 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-15 09:25:23 +00:00