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

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 c508fbeed02a809fda2fdf5da3d00d3315f5f56e..1ecb5a2fae5b2d1d8f8f42ec10206c2a6916e1bb 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3838,6 +3838,11 @@
'include_dirs': [
'../third_party/angle/include',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lXcomposite',
+ ],
+ },
}],
['webui_certificate_viewer==0', {
'sources/': [
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views_touch.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698