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

Unified Diff: chrome/chrome_browser.gypi

Issue 7395020: Create new GLSurface for cross process image transport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 5 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 09c143c6c7e9510db5098339920e310fa3dcf5c9..493eb246ed459a4c7bce22faf7172f608ee05775 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3821,6 +3821,11 @@
'include_dirs': [
'../third_party/angle/include',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lXcomposite',
+ ],
+ },
}],
['webui_certificate_viewer==0', {
'sources/': [

Powered by Google App Engine
This is Rietveld 408576698