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

Unified Diff: build/experimental/install-build-deps.py

Issue 2212143002: Linux: Add xcb to install-build-deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/experimental/install-build-deps.py
diff --git a/build/experimental/install-build-deps.py b/build/experimental/install-build-deps.py
index 416eaa8628d466858ed493377a3fc2ceedab9fef..e5a2e80d8beddbc309c5e75eb18b50d8948a96d2 100755
--- a/build/experimental/install-build-deps.py
+++ b/build/experimental/install-build-deps.py
@@ -137,6 +137,7 @@ _packages_lib = (
'libsqlite3-0',
'libstdc++6',
'libx11-6',
+ 'libx11-xcb1',
'libxau6',
'libxcb1',
'libxcomposite1',
@@ -167,6 +168,7 @@ _packages_dbg = (
'libpixman-1-0-dbg',
'libsqlite3-0-dbg',
'libx11-6-dbg',
+ 'libx11-xcb1-dbg',
'libxau6-dbg',
'libxcb1-dbg',
'libxcomposite1-dbg',
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698