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

Unified Diff: chrome/common/common.scons

Issue 27147: Linux: server side backing stores (Closed)
Patch Set: ... Created 11 years, 10 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 | « chrome/browser/renderer_host/test_render_view_host.cc ('k') | chrome/common/transport_dib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 85ae914448cff0070052eeb489665bbfd56126a6..617c4c14030935e9bdf885a16916c7071fb72625 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -284,7 +284,8 @@ if env.Bit('windows'):
if env.Bit('linux'):
input_files.Append(
- 'transport_dib_linux.cc'
+ 'transport_dib_linux.cc',
+ 'x11_util.cc'
)
if env.Bit('mac'):
« no previous file with comments | « chrome/browser/renderer_host/test_render_view_host.cc ('k') | chrome/common/transport_dib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698