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

Issue 2575403005: Implement a front end API for querying the dependency structure of a project. (Closed)

Created:
4 years ago by Paul Berry
Modified:
4 years ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement a front end API for querying the dependency structure of a project. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/ede20b6558298a43c5757342f4d24e67366d03c4

Patch Set 1 #

Total comments: 16
Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -0 lines) Patch
A pkg/front_end/lib/dependency_grapher.dart View 1 chunk +163 lines, -0 lines 12 comments Download
A pkg/front_end/test/dependency_grapher_test.dart View 1 chunk +155 lines, -0 lines 4 comments Download

Messages

Total messages: 6 (2 generated)
Paul Berry
4 years ago (2016-12-15 23:17:04 UTC) #2
Siggi Cherem (dart-lang)
lgtm, minor comments below https://codereview.chromium.org/2575403005/diff/1/pkg/front_end/lib/dependency_grapher.dart File pkg/front_end/lib/dependency_grapher.dart (right): https://codereview.chromium.org/2575403005/diff/1/pkg/front_end/lib/dependency_grapher.dart#newcode25 pkg/front_end/lib/dependency_grapher.dart:25: var packages = <String, Uri>{}; ...
4 years ago (2016-12-15 23:51:33 UTC) #3
Paul Berry
https://codereview.chromium.org/2575403005/diff/1/pkg/front_end/lib/dependency_grapher.dart File pkg/front_end/lib/dependency_grapher.dart (right): https://codereview.chromium.org/2575403005/diff/1/pkg/front_end/lib/dependency_grapher.dart#newcode25 pkg/front_end/lib/dependency_grapher.dart:25: var packages = <String, Uri>{}; // TODO(paulberry): support packages ...
4 years ago (2016-12-16 02:46:46 UTC) #4
Paul Berry
4 years ago (2016-12-16 02:47:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ede20b6558298a43c5757342f4d24e67366d03c4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698