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

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

Issue 1919083003: Update WDS library to version 1.1.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/wds/BUILD.gn ('k') | third_party/wds/gen/errorscanner.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: WDS 1 Name: WDS
2 URL: https://github.com/01org/wds 2 URL: https://github.com/01org/wds
3 Version: 1.0.0 3 Version: 1.0.0
4 License: LGPL 2.1 4 License: LGPL 2.1
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 WDS is a set of libraries for developers who want to build Wi-Fi Display 9 WDS is a set of libraries for developers who want to build Wi-Fi Display
10 applications on linux. 10 applications on linux.
11 11
12 Modifications: 12 Modifications:
13 - None 13 - None
14 14
15 To import a new snapshot of WDS: 15 To import a new snapshot of WDS:
16 - Checkout the latest release tag: 'git checkout v1.0.0'. 16 - Checkout the latest release tag: 'git checkout v1.1.0'.
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 'cmake . && make wds && mv libwds/rtsp/gen/* ../gen/' 19 'cmake . && make wds && mv libwds/rtsp/gen/* ../gen/'
20 - Update 'wds.gyp' and 'BUILD.gn' files in 'wds' folder if needed.
20 - Update this README to reflect the new version number. 21 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/wds/BUILD.gn ('k') | third_party/wds/gen/errorscanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698