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

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

Issue 2163623003: Linux: Build with xcb (Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added symbol references from ui/gfx/x 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
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',

Powered by Google App Engine
This is Rietveld 408576698