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

Issue 2941683002: Add script to generate CronetChromeWebView.framework (Closed)

Created:
3 years, 6 months ago by michaeldo
Modified:
3 years, 6 months ago
CC:
chromium-reviews, Eugene But (OOO till 7-30), ios-reviews+web_chromium.org, ios-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add script to generate CronetChromeWebView.framework By default, the script will build CronetChromeWebView.framework and copy the results to ./out/CronetChromeWebView/. use_goma=true is also passed to gn unless specified otherwise with the --no-goma option. BUG=none Review-Url: https://codereview.chromium.org/2941683002 Cr-Commit-Position: refs/heads/master@{#481957} Committed: https://chromium.googlesource.com/chromium/src/+/f06b5d1964838e398b603c262435ead255c893d0

Patch Set 1 #

Total comments: 25

Patch Set 2 : Update build script. #

Patch Set 3 : Add dep CL. #

Total comments: 12

Patch Set 4 : Respond to comments. #

Total comments: 2

Patch Set 5 : Rebase and update gn args. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -18 lines) Patch
M ios/web_view/BUILD.gn View 1 2 chunks +76 lines, -18 lines 0 comments Download
A ios/web_view/tools/build.py View 1 2 3 4 1 chunk +184 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
michaeldo
There are a few formatting issues with the python script, but please feel free to ...
3 years, 6 months ago (2017-06-14 01:45:24 UTC) #2
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2941683002/diff/1/ios/web_view/public/ChromeWebView.h File ios/web_view/public/ChromeWebView.h (left): https://codereview.chromium.org/2941683002/diff/1/ios/web_view/public/ChromeWebView.h#oldcode8 ios/web_view/public/ChromeWebView.h:8: #import <ChromeWebView/cwv_export.h> Just to clarify. This change and other ...
3 years, 6 months ago (2017-06-14 03:38:55 UTC) #4
Eugene But (OOO till 7-30)
Oh and also, Sylvain may be a good person to review GN :)
3 years, 6 months ago (2017-06-14 03:39:19 UTC) #5
Hiroshi Ichikawa
https://codereview.chromium.org/2941683002/diff/1/ios/web_view/tools/package_ios.py File ios/web_view/tools/package_ios.py (right): https://codereview.chromium.org/2941683002/diff/1/ios/web_view/tools/package_ios.py#newcode7 ios/web_view/tools/package_ios.py:7: package_ios.py - Build and Package Release and Debug fat ...
3 years, 6 months ago (2017-06-14 06:31:58 UTC) #6
michaeldo
I've pulled out the relative header change into a dependent CL and refactored the script ...
3 years, 6 months ago (2017-06-15 20:17:29 UTC) #7
michaeldo
sdefresne@ PTAL, especially at BUILD.gn changes mef@ PTAL at the gn args we are using ...
3 years, 6 months ago (2017-06-15 21:04:19 UTC) #10
Eugene But (OOO till 7-30)
Python script lgtm https://codereview.chromium.org/2941683002/diff/40001/ios/web_view/tools/build.py File ios/web_view/tools/build.py (right): https://codereview.chromium.org/2941683002/diff/40001/ios/web_view/tools/build.py#newcode16 ios/web_view/tools/build.py:16: """Creates a defult output directory name ...
3 years, 6 months ago (2017-06-16 03:37:18 UTC) #11
Hiroshi Ichikawa
https://codereview.chromium.org/2941683002/diff/40001/ios/web_view/tools/build.py File ios/web_view/tools/build.py (right): https://codereview.chromium.org/2941683002/diff/40001/ios/web_view/tools/build.py#newcode31 ios/web_view/tools/build.py:31: gn_extra_args = 'is_debug=true' Optional: This may be too confusing ...
3 years, 6 months ago (2017-06-16 07:41:59 UTC) #12
michaeldo
https://codereview.chromium.org/2941683002/diff/40001/ios/web_view/tools/build.py File ios/web_view/tools/build.py (right): https://codereview.chromium.org/2941683002/diff/40001/ios/web_view/tools/build.py#newcode16 ios/web_view/tools/build.py:16: """Creates a defult output directory name for the given ...
3 years, 6 months ago (2017-06-16 18:16:50 UTC) #13
mef
https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py File ios/web_view/tools/build.py (right): https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py#newcode51 ios/web_view/tools/build.py:51: 'is_component_build=false use_xcode_clang=false ' Is use_xcode_clang=false intentional? We've switched cronet ...
3 years, 6 months ago (2017-06-16 19:29:00 UTC) #14
michaeldo
https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py File ios/web_view/tools/build.py (right): https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py#newcode51 ios/web_view/tools/build.py:51: 'is_component_build=false use_xcode_clang=false ' On 2017/06/16 19:29:00, mef wrote: > ...
3 years, 6 months ago (2017-06-16 20:12:29 UTC) #15
mef
On 2017/06/16 20:12:29, michaeldo wrote: > https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py > File ios/web_view/tools/build.py (right): > > https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py#newcode51 > ...
3 years, 6 months ago (2017-06-16 20:53:20 UTC) #16
michaeldo
On 2017/06/16 20:53:20, mef wrote: > On 2017/06/16 20:12:29, michaeldo wrote: > > > https://codereview.chromium.org/2941683002/diff/60001/ios/web_view/tools/build.py ...
3 years, 6 months ago (2017-06-19 17:01:44 UTC) #17
mef
On 2017/06/19 17:01:44, michaeldo wrote: > On 2017/06/16 20:53:20, mef wrote: > > On 2017/06/16 ...
3 years, 6 months ago (2017-06-20 21:43:43 UTC) #19
Hiroshi Ichikawa
lgtm
3 years, 6 months ago (2017-06-22 21:03:06 UTC) #20
sdefresne
lgtm
3 years, 6 months ago (2017-06-23 16:35:20 UTC) #21
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/2941683002/100001
3 years, 6 months ago (2017-06-23 18:06:53 UTC) #28
michaeldo
On 2017/06/20 21:43:43, mef wrote: > On 2017/06/19 17:01:44, michaeldo wrote: > > On 2017/06/16 ...
3 years, 6 months ago (2017-06-23 18:09:49 UTC) #29
commit-bot: I haz the power
3 years, 6 months ago (2017-06-23 18:12:35 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/f06b5d1964838e398b603c262435...

Powered by Google App Engine
This is Rietveld 408576698