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

Issue 1937423002: Refactor generate engine manifest to accept blacklist as an argument. (Closed)

Created:
4 years, 7 months ago by Jess
Modified:
4 years, 7 months ago
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor generate engine manifest to accept blacklist as an argument. The current manifest generation script assumes a static blacklist, which means it can not be generalized to also support manifest generation for chromium unittests to be used for environment testing deployment. Updating the script to accept a blacklist as an argument generalizes it so it can be used to generate manifests for both the engine and environment unittests. BUG=608479 Committed: https://crrev.com/384cd04b36e53b48e237e601e804ee65d65e2924 Cr-Commit-Position: refs/heads/master@{#394576}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Clean up to take from sanity check to review ready code. Includes updating blacklist. #

Total comments: 8

Patch Set 3 : Rebasing on new BUILD.gn updates. Addressing naming comments. #

Total comments: 6

Patch Set 4 : Updating container document and cleaning up blacklist. #

Patch Set 5 : Add missed output location update in doc. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -96 lines) Patch
M blimp/docs/container.md View 1 2 3 4 1 chunk +12 lines, -15 lines 0 comments Download
M blimp/engine/BUILD.gn View 1 2 1 chunk +5 lines, -1 line 0 comments Download
A + blimp/tools/engine-manifest-blacklist.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
D blimp/tools/generate-engine-manifest.py View 1 2 1 chunk +0 lines, -60 lines 0 comments Download
A + blimp/tools/generate-target-manifest.py View 1 2 2 chunks +7 lines, -8 lines 0 comments Download
M blimp/tools/manifest-blacklist.txt View 1 2 1 chunk +0 lines, -12 lines 2 comments Download

Messages

Total messages: 27 (9 generated)
Jess
My thought is the refactor generate-engine-manifest to work for both the engine and the environmental ...
4 years, 7 months ago (2016-05-02 21:38:31 UTC) #2
Sriram
On 2016/05/02 21:38:31, Jess wrote: > My thought is the refactor generate-engine-manifest to work for ...
4 years, 7 months ago (2016-05-02 23:16:51 UTC) #3
nyquist
On 2016/05/02 23:16:51, Sriram wrote: > On 2016/05/02 21:38:31, Jess wrote: > > My thought ...
4 years, 7 months ago (2016-05-03 00:24:57 UTC) #4
maniscalco
https://codereview.chromium.org/1937423002/diff/1/blimp/engine/engine-manifest.txt File blimp/engine/engine-manifest.txt (right): https://codereview.chromium.org/1937423002/diff/1/blimp/engine/engine-manifest.txt#newcode20 blimp/engine/engine-manifest.txt:20: Mojo Mojo is repeated several times... something seems odd ...
4 years, 7 months ago (2016-05-03 21:57:54 UTC) #5
nyquist
Also; could you expand the CL description to be more helpful? For example have one ...
4 years, 7 months ago (2016-05-03 22:45:00 UTC) #7
nyquist
https://codereview.chromium.org/1937423002/diff/1/blimp/tools/generate-engine-manifest.py File blimp/tools/generate-engine-manifest.py (right): https://codereview.chromium.org/1937423002/diff/1/blimp/tools/generate-engine-manifest.py#newcode60 blimp/tools/generate-engine-manifest.py:60: with open(args.blacklist, 'r') as blacklist_file: os.sys.path[0] is the script ...
4 years, 7 months ago (2016-05-05 22:31:49 UTC) #8
Jess
Looks like the sanity check resulted in some important discussion. I've cleaned this up in ...
4 years, 7 months ago (2016-05-09 23:42:55 UTC) #11
maniscalco
https://codereview.chromium.org/1937423002/diff/20001/blimp/tools/generate-manifest.py File blimp/tools/generate-manifest.py (right): https://codereview.chromium.org/1937423002/diff/20001/blimp/tools/generate-manifest.py#newcode6 blimp/tools/generate-manifest.py:6: '''Generates a list of Blimp target runtime dependencies. Naming ...
4 years, 7 months ago (2016-05-10 17:24:47 UTC) #12
Jess
Merging in with new BUILD.gn work. PTAL. https://codereview.chromium.org/1937423002/diff/20001/blimp/tools/generate-manifest.py File blimp/tools/generate-manifest.py (right): https://codereview.chromium.org/1937423002/diff/20001/blimp/tools/generate-manifest.py#newcode6 blimp/tools/generate-manifest.py:6: '''Generates a ...
4 years, 7 months ago (2016-05-18 00:20:02 UTC) #14
Dirk Pranke
mostly lgtm. https://codereview.chromium.org/1937423002/diff/40001/blimp/tools/engine-manifest-blacklist.txt File blimp/tools/engine-manifest-blacklist.txt (right): https://codereview.chromium.org/1937423002/diff/40001/blimp/tools/engine-manifest-blacklist.txt#newcode15 blimp/tools/engine-manifest-blacklist.txt:15: Mojo This last line is odd. I ...
4 years, 7 months ago (2016-05-18 01:28:04 UTC) #15
maniscalco
LGTM % two doc comments https://codereview.chromium.org/1937423002/diff/40001/blimp/docs/container.md File blimp/docs/container.md (right): https://codereview.chromium.org/1937423002/diff/40001/blimp/docs/container.md#newcode49 blimp/docs/container.md:49: --output blimp/engine/engine-manifest.txt \ This ...
4 years, 7 months ago (2016-05-18 16:14:12 UTC) #16
Jess
PTAL https://codereview.chromium.org/1937423002/diff/40001/blimp/docs/container.md File blimp/docs/container.md (right): https://codereview.chromium.org/1937423002/diff/40001/blimp/docs/container.md#newcode49 blimp/docs/container.md:49: --output blimp/engine/engine-manifest.txt \ On 2016/05/18 16:14:12, maniscalco wrote: ...
4 years, 7 months ago (2016-05-18 17:36:44 UTC) #17
nyquist
https://codereview.chromium.org/1937423002/diff/80001/blimp/tools/manifest-blacklist.txt File blimp/tools/manifest-blacklist.txt (left): https://codereview.chromium.org/1937423002/diff/80001/blimp/tools/manifest-blacklist.txt#oldcode1 blimp/tools/manifest-blacklist.txt:1: # Listing of filename patterns to be excluded from ...
4 years, 7 months ago (2016-05-18 21:36:52 UTC) #18
nyquist
discussed offline. lgtm
4 years, 7 months ago (2016-05-18 22:16:10 UTC) #19
Jess
https://codereview.chromium.org/1937423002/diff/80001/blimp/tools/manifest-blacklist.txt File blimp/tools/manifest-blacklist.txt (left): https://codereview.chromium.org/1937423002/diff/80001/blimp/tools/manifest-blacklist.txt#oldcode1 blimp/tools/manifest-blacklist.txt:1: # Listing of filename patterns to be excluded from ...
4 years, 7 months ago (2016-05-18 22:16:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1937423002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1937423002/80001
4 years, 7 months ago (2016-05-18 22:17:01 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-18 22:26:19 UTC) #25
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 22:28:08 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/384cd04b36e53b48e237e601e804ee65d65e2924
Cr-Commit-Position: refs/heads/master@{#394576}

Powered by Google App Engine
This is Rietveld 408576698