summaryrefslogtreecommitdiff
path: root/chromium/third_party/turbine
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-12 14:27:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-13 09:35:20 +0000
commitc30a6232df03e1efbd9f3b226777b07e087a1122 (patch)
treee992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/third_party/turbine
parent7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff)
downloadqtwebengine-chromium-85-based.tar.gz
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/turbine')
-rw-r--r--chromium/third_party/turbine/README.chromium17
1 files changed, 11 insertions, 6 deletions
diff --git a/chromium/third_party/turbine/README.chromium b/chromium/third_party/turbine/README.chromium
index 6bbcab732a7..133a5968e0d 100644
--- a/chromium/third_party/turbine/README.chromium
+++ b/chromium/third_party/turbine/README.chromium
@@ -2,7 +2,7 @@ Name: Turbine
Short Name: turbine
URL: https://github.com/google/turbine
Version: 0
-Revision: 95f6fb6f1e962e8b6ec672905b0b04233f002dc2
+Revision: 1c98ea68543162a33c89c3629ed29c2c46391b7b
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
@@ -15,12 +15,17 @@ Since we have no working non-android java proto processor, we cannot yet build
it in GN. Thus build it manually and upload to cipd for now.
Commands to update:
+- Log into cipd if necessary: `cipd auth-login`
+- Update //DEPS 'src/third_party/turbine/src' commit to latest on github, see
+ https://github.com/google/turbine/commits/master, and `gclient sync`.
+ - Also update the revision in this file.
- Ensure current working directory is `src/third_party/turbine`
-- $ mvn package -DskipTests=true -q -f src/pom.xml
-- $ cp -f src/target/turbine-0.1-SNAPSHOT-all-deps.jar turbine.jar
-- $ cipd auth-login
-- $ cipd create --pkg-def cipd.yaml
-- Update `src/DEPS` with the hash id from the cipd create command output.
+```
+mvn package -DskipTests=true -q -f src/pom.xml
+cp -f src/target/turbine-0.1-SNAPSHOT-all-deps.jar turbine.jar
+cipd create --pkg-def cipd.yaml
+```
+- Update //DEPS with the hash id from the cipd create command output.
Local Modifications:
No modifications.