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

Issue 2344353004: DevTools: Build release mode using JS and Python (Closed)

Created:
4 years, 3 months ago by chenwilliam
Modified:
4 years, 3 months ago
Reviewers:
dgozman, pfeldman, vinodsonkusare77
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Build release mode using JS and Python Enables users to build release mode with only a frontend checkout and without using GN or Ninja. Instructions: - Go to devtools/scripts/js_build - Run "npm install" - Run "npm run build" - Release mode generated in devtools/release BUG=642046 Committed: https://crrev.com/0becd9796f403d230751840a5c21b9a3e81d3bcf Cr-Commit-Position: refs/heads/master@{#419660}

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -45 lines) Patch
M third_party/WebKit/Source/devtools/.gitignore View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js View 4 chunks +4 lines, -37 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/js_build/ConcatenateProtocols.js View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js View 1 1 chunk +149 lines, -0 lines 2 comments Download
A + third_party/WebKit/Source/devtools/scripts/js_build/package.json View 1 chunk +12 lines, -7 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/js_build/release_mode_diff.txt View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/js_build/test.sh View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/utils.js View 1 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
chenwilliam
PTAL. Originally I aimed to replace our Python scripts with JS scripts, but I think ...
4 years, 3 months ago (2016-09-17 00:58:41 UTC) #5
pfeldman
lgtm https://codereview.chromium.org/2344353004/diff/60001/third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js File third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js (right): https://codereview.chromium.org/2344353004/diff/60001/third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js#newcode80 third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js:80: var browserProtocolURL = "https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/core/inspector/browser_protocol.json?format=TEXT"; Seems wrong to fetch ...
4 years, 3 months ago (2016-09-19 22:55:34 UTC) #6
chenwilliam
https://codereview.chromium.org/2344353004/diff/60001/third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js File third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js (right): https://codereview.chromium.org/2344353004/diff/60001/third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js#newcode80 third_party/WebKit/Source/devtools/scripts/js_build/gulpfile.js:80: var browserProtocolURL = "https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/core/inspector/browser_protocol.json?format=TEXT"; On 2016/09/19 22:55:33, pfeldman wrote: ...
4 years, 3 months ago (2016-09-20 00:39:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2344353004/60001
4 years, 3 months ago (2016-09-20 00:40:04 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 3 months ago (2016-09-20 02:49:23 UTC) #10
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/0becd9796f403d230751840a5c21b9a3e81d3bcf Cr-Commit-Position: refs/heads/master@{#419660}
4 years, 3 months ago (2016-09-20 02:52:08 UTC) #12
vinodsonkusare77_gmail.com
https://youtu.be/s2mEASqcipA?list=UUWQUZfAdokV83KKjLl-sDeQ On Tue, Sep 20, 2016 at 8:22 AM, commit-bot@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > ...
4 years, 3 months ago (2016-09-20 08:19:07 UTC) #13
vinodsonkusare77_gmail.com
4 years, 3 months ago (2016-09-20 08:19:08 UTC) #14
Message was sent while issue was closed.
https://youtu.be/s2mEASqcipA?list=UUWQUZfAdokV83KKjLl-sDeQ

On Tue, Sep 20, 2016 at 8:22 AM, commit-bot@chromium.org via
codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote:

> Patchset 2 (id:??) landed as
> https://crrev.com/0becd9796f403d230751840a5c21b9a3e81d3bcf
> Cr-Commit-Position: refs/heads/master@{#419660}
>
> https://codereview.chromium.org/2344353004/
>
> --
> You received this message because you are subscribed to the Google Groups
> "DevTools Reviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to devtools-reviews+unsubscribe@chromium.org.
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698