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

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

Issue 1498473010: third_party: Add WDS library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wds
Patch Set: Created 5 years 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
OLDNEW
(Empty)
1 Name: WDS
2 URL: https://github.com/01org/wds
3 Version: 0.1.0
4 License: LGPL
5 License File: src/COPYING
6 Security Critical: no
7
8 Description:
9 WDS is a set of libraries for developers who want to build Wi-Fi Display applica tions on linux.
Lei Zhang 2015/12/04 18:24:05 80 cols
Mikhail 2015/12/07 09:21:53 Done.
10
11 Modifications:
12 - None
13
14 To import a new snapshot of WDS:
15 - Checkout the latest release tag: 'git checkout v0.1.0'.
16 - Change the DEPS entry to the newly checked out commit.
17 - Update generated files:
18 'cmake . && make wds && mv libwds/rtsp/gen/* ../gen/'
19 - Update this README to reflect the new version number.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698