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

Issue 18497012: Add markdown to third_party/pkg (Closed)

Created:
7 years, 5 months ago by Emily Fortuna
Modified:
7 years, 5 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org, janicejl, ahe
Visibility:
Public.

Description

Add markdown to third_party/pkg BUG= R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=24807

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -6 lines) Patch
M pkg/pkg.gyp View 1 1 chunk +18 lines, -0 lines 3 comments Download
A third_party/pkg/.gitignore View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/pkg/markdown/AUTHORS View 1 chunk +9 lines, -0 lines 0 comments Download
A + third_party/pkg/markdown/LICENSE View 3 chunks +2 lines, -4 lines 0 comments Download
A third_party/pkg/markdown/README.md View 1 chunk +49 lines, -0 lines 0 comments Download
A + third_party/pkg/markdown/lib/markdown.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/markdown/lib/src/markdown/ast.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/markdown/lib/src/markdown/block_parser.dart View 3 chunks +40 lines, -0 lines 0 comments Download
A + third_party/pkg/markdown/lib/src/markdown/html_renderer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/markdown/lib/src/markdown/inline_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/pkg/markdown/pubspec.yaml View 1 chunk +7 lines, -0 lines 0 comments Download
A + third_party/pkg/markdown/test/markdown_test.dart View 1 chunk +29 lines, -0 lines 0 comments Download
M tools/list_pkg_directories.py View 1 1 chunk +9 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Emily Fortuna
7 years, 5 months ago (2013-07-04 00:05:15 UTC) #1
Andrei Mouravski
How/when do these get updated in the future? Is there a README for using third_party/pkg ...
7 years, 5 months ago (2013-07-04 18:25:00 UTC) #2
Bob Nystrom
I CC'd Peter because he's one of our gyp gurus. https://codereview.chromium.org/18497012/diff/2001/pkg/pkg.gyp File pkg/pkg.gyp (right): https://codereview.chromium.org/18497012/diff/2001/pkg/pkg.gyp#newcode31 ...
7 years, 5 months ago (2013-07-08 16:40:08 UTC) #3
Emily Fortuna
Andrei, in response to your question, we will have to manually update this package into ...
7 years, 5 months ago (2013-07-08 17:36:30 UTC) #4
Bob Nystrom
LGTM https://codereview.chromium.org/18497012/diff/10001/pkg/pkg.gyp File pkg/pkg.gyp (right): https://codereview.chromium.org/18497012/diff/10001/pkg/pkg.gyp#newcode28 pkg/pkg.gyp:28: 'action_name': 'make_third_party_packages', On 2013/07/08 17:36:30, Emily Fortuna wrote: ...
7 years, 5 months ago (2013-07-08 17:41:13 UTC) #5
Emily Fortuna
Committed patchset #2 manually as r24807 (presubmit successful).
7 years, 5 months ago (2013-07-08 17:43:52 UTC) #6
Andrei Mouravski
On 2013/07/08 17:36:30, Emily Fortuna wrote: > Andrei, in response to your question, we will ...
7 years, 5 months ago (2013-07-08 18:43:31 UTC) #7
ahe
7 years, 5 months ago (2013-07-11 10:19:29 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/18497012/diff/10001/pkg/pkg.gyp
File pkg/pkg.gyp (right):

https://codereview.chromium.org/18497012/diff/10001/pkg/pkg.gyp#newcode28
pkg/pkg.gyp:28: 'action_name': 'make_third_party_packages',
On 2013/07/08 17:41:13, Bob Nystrom wrote:
> On 2013/07/08 17:36:30, Emily Fortuna wrote:
> > There may (I hope?) be a less verbose way to do this (adding a line around
> line
> > 15?), but I wasn't having success doing so. 
> 
> Yeah, Peter might be able to help here. Gyp is mostly dark magic to me.

I've filed https://code.google.com/p/dart/issues/detail?id=11779 so I don't
forget.

Powered by Google App Engine
This is Rietveld 408576698