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

Unified Diff: chrome/test/unit/unit_tests.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/test/perf/perftests.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/unit_tests.scons
diff --git a/chrome/test/unit/unit_tests.scons b/chrome/test/unit/unit_tests.scons
index 74bb03687b6f181edbd64967547cb470bac1d28d..9add75c6e5e7132dcd6dc07eca106f3d0a3471c8 100644
--- a/chrome/test/unit/unit_tests.scons
+++ b/chrome/test/unit/unit_tests.scons
@@ -53,6 +53,10 @@ env.Prepend(
'JavaScriptCore_pcre',
'port',
'WebCore',
+
+ 'X11',
+ 'Xrender',
+ 'Xext',
],
)
@@ -155,6 +159,7 @@ input_files = ChromeFileList([
'$CHROME_DIR/browser/history/query_parser_unittest.cc',
'$CHROME_DIR/browser/renderer_host/renderer_security_policy_unittest.cc',
'$CHROME_DIR/browser/renderer_host/resource_dispatcher_host_unittest.cc',
+ '$CHROME_DIR/browser/renderer_host/test_render_view_host.cc',
'$CHROME_DIR/browser/rlz/rlz_unittest.cc',
'$CHROME_DIR/browser/safe_browsing/safe_browsing_database_unittest.cc',
'$CHROME_DIR/browser/safe_browsing/safe_browsing_util_unittest.cc',
« no previous file with comments | « chrome/test/perf/perftests.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698