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

Side by Side Diff: third_party/wayland/README.chromium

Issue 1628333004: Update Wayland to version 1.9.91. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « DEPS ('k') | third_party/wayland/include/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: wayland 1 Name: wayland
2 URL: http://wayland.freedesktop.org/ 2 URL: http://wayland.freedesktop.org/
3 Version: 1.9.0 3 Version: 1.9.91
4 License: MIT 4 License: MIT
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 Wayland is a protocol for a compositor to talk to its clients as well as a C 9 Wayland is a protocol for a compositor to talk to its clients as well as a C
10 library implementation of that protocol. 10 library implementation of that protocol.
11 11
12 Modifications: 12 Modifications:
13 - None 13 - None
14 14
15 To import a new snapshot of wayland: 15 To import a new snapshot of wayland:
16 - Checkout the latest release tag: git checkout 1.9.0 16 - Checkout the latest release tag: git checkout 1.9.91
17 - Change the DEPS entry to the newly checked out commit. 17 - Change the DEPS entry to the newly checked out commit.
18 - Update generated files: 18 - Update generated files:
19 ./autogen.sh && make 19 ./autogen.sh && make
20 rsync -R $(git ls-files --others '*.h') ../include 20 rsync -R $(git ls-files --others '*.h') ../include
21 rsync -R $(git ls-files --others 'protocol/*-protocol.c') .. 21 rsync -R $(git ls-files --others 'protocol/*-protocol.c') ..
22 - Update this README to reflect the new version number. 22 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/wayland/include/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698