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

Issue 73113002: Generate docgen output along with api_docs as part of the build (Closed)

Created:
7 years, 1 month ago by Alan Knight
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 15

Patch Set 2 : Fixes from review #

Total comments: 9

Patch Set 3 : Review fixes #

Patch Set 4 : Depend on a file rather than a target, add to upload_sdk #

Patch Set 5 : Add a file dependency in upload_sdk #

Total comments: 10

Patch Set 6 : Changed where it's trying to upload to #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -107 lines) Patch
M dart.gyp View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M editor/build/build.py View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M pkg/docgen/bin/docgen.dart View 1 2 3 chunks +19 lines, -5 lines 0 comments Download
D pkg/docgen/bin/sdk-introduction.md View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
A + pkg/docgen/doc/sdk-introduction.md View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M pkg/docgen/lib/docgen.dart View 1 2 3 9 chunks +41 lines, -26 lines 0 comments Download
M tools/bots/pub.py View 1 2 3 4 5 1 chunk +0 lines, -6 lines 0 comments Download
A + utils/apidoc/docgen.gyp View 1 2 3 4 5 4 chunks +15 lines, -27 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Alan Knight
Generates docgen output into the build along with the existing api_docs output. Some of this ...
7 years, 1 month ago (2013-11-14 20:54:39 UTC) #1
Bob Nystrom
Some suggestions then LGTM. But I'm a gyp noob, so get the LGTM from Peter ...
7 years, 1 month ago (2013-11-14 22:43:03 UTC) #2
ahe
I'll let Martin review this instead of me. https://codereview.chromium.org/73113002/diff/1/utils/apidoc/docgen.gyp File utils/apidoc/docgen.gyp (right): https://codereview.chromium.org/73113002/diff/1/utils/apidoc/docgen.gyp#newcode68 utils/apidoc/docgen.gyp:68: '<(PRODUCT_DIR)/api_docs/docgen/library_list.json', ...
7 years, 1 month ago (2013-11-15 08:34:24 UTC) #3
Alan Knight
https://codereview.chromium.org/73113002/diff/1/dart.gyp File dart.gyp (right): https://codereview.chromium.org/73113002/diff/1/dart.gyp#newcode158 dart.gyp:158: 'utils/apidoc/apidoc.gyp:api_docs', On 2013/11/14 22:43:04, Bob Nystrom wrote: > Do ...
7 years, 1 month ago (2013-11-15 18:49:56 UTC) #4
ahe
But please wait for Martin to take a look :-) https://codereview.chromium.org/73113002/diff/1/utils/apidoc/docgen.gyp File utils/apidoc/docgen.gyp (right): https://codereview.chromium.org/73113002/diff/1/utils/apidoc/docgen.gyp#newcode68 ...
7 years, 1 month ago (2013-11-17 11:27:46 UTC) #5
ahe
But please wait for Martin to take a look :-) https://codereview.chromium.org/73113002/diff/1/utils/apidoc/docgen.gyp File utils/apidoc/docgen.gyp (right): https://codereview.chromium.org/73113002/diff/1/utils/apidoc/docgen.gyp#newco... ...
7 years, 1 month ago (2013-11-17 11:28:37 UTC) #6
kustermann
https://codereview.chromium.org/73113002/diff/100001/dart.gyp File dart.gyp (right): https://codereview.chromium.org/73113002/diff/100001/dart.gyp#newcode161 dart.gyp:161: 'utils/apidoc/docgen.gyp:docgen', I think this could cause issues. These two ...
7 years, 1 month ago (2013-11-18 09:57:07 UTC) #7
Alan Knight
https://codereview.chromium.org/73113002/diff/100001/dart.gyp File dart.gyp (right): https://codereview.chromium.org/73113002/diff/100001/dart.gyp#newcode161 dart.gyp:161: 'utils/apidoc/docgen.gyp:docgen', On 2013/11/18 09:57:08, kustermann wrote: > I think ...
7 years, 1 month ago (2013-11-18 20:34:50 UTC) #8
ahe
https://codereview.chromium.org/73113002/diff/100001/dart.gyp File dart.gyp (right): https://codereview.chromium.org/73113002/diff/100001/dart.gyp#newcode161 dart.gyp:161: 'utils/apidoc/docgen.gyp:docgen', On 2013/11/18 20:34:50, Alan Knight wrote: > Made ...
7 years, 1 month ago (2013-11-18 20:56:44 UTC) #9
Emily Fortuna
discussed with Alan. I'm not certain we need this to actually be part of the ...
7 years, 1 month ago (2013-11-18 21:23:16 UTC) #10
ahe
On 2013/11/18 21:23:16, Emily Fortuna wrote: > discussed with Alan. I'm not certain we need ...
7 years, 1 month ago (2013-11-18 21:34:37 UTC) #11
Alan Knight
OK, I've made it depend on a file, and added it as a dependency to ...
7 years, 1 month ago (2013-11-19 00:36:19 UTC) #12
kustermann
gyp files lgtm with comments https://codereview.chromium.org/73113002/diff/380001/dart.gyp File dart.gyp (right): https://codereview.chromium.org/73113002/diff/380001/dart.gyp#newcode84 dart.gyp:84: 'target_name': 'upload_sdk', I'm not ...
7 years, 1 month ago (2013-11-19 16:40:36 UTC) #13
Alan Knight
https://codereview.chromium.org/73113002/diff/380001/dart.gyp File dart.gyp (right): https://codereview.chromium.org/73113002/diff/380001/dart.gyp#newcode84 dart.gyp:84: 'target_name': 'upload_sdk', On 2013/11/19 16:40:37, kustermann wrote: > I'm ...
7 years, 1 month ago (2013-11-19 19:14:46 UTC) #14
Emily Fortuna
lgtm on my end
7 years, 1 month ago (2013-11-20 18:25:19 UTC) #15
danrubel
editor build change LGTM... I'll leave the rest to those more knowledgeable about build.
7 years, 1 month ago (2013-11-20 21:19:58 UTC) #16
Alan Knight
7 years, 1 month ago (2013-11-20 21:52:05 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 manually as r30485 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698