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

Unified Diff: third_party/wayland/README.chromium

Issue 1426583009: third_party: Add wayland library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wayland/OWNERS ('k') | third_party/wayland/include/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland/README.chromium
diff --git a/third_party/wayland/README.chromium b/third_party/wayland/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..ccf8020dcc41acd281868f253febaea6e8ce5840
--- /dev/null
+++ b/third_party/wayland/README.chromium
@@ -0,0 +1,22 @@
+Name: wayland
+URL: http://wayland.freedesktop.org/
+Version: 1.9.0
+License: MIT
+License File: src/COPYING
+Security Critical: yes
+
+Description:
+Wayland is a protocol for a compositor to talk to its clients as well as a C
+library implementation of that protocol.
+
+Modifications:
+- None
+
+To import a new snapshot of wayland:
+- Checkout the latest release tag: git checkout 1.9.0
+- Change the DEPS entry to the newly checked out commit.
+- Update generated files:
+ ./autogen.sh && make
+ rsync -R $(git ls-files --others '*.h') ../include
+ rsync -R $(git ls-files --others 'protocol/*-protocol.c') ..
+- Update this README to reflect the new version number.
« no previous file with comments | « third_party/wayland/OWNERS ('k') | third_party/wayland/include/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698