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

Unified Diff: chrome/browser/browser.scons

Issue 27054: Multiple fixes for broken Linux SHARED=1 build. (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 | « build/SConscript.main ('k') | chrome/browser/debugger/debugger.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.scons
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 7d2a58c7c08947f80598d6a84484f884e71016f4..6218fe1b1348884686ff69defa84b14643ff2049 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -21,6 +21,13 @@ env.SConscript([
'$ZLIB_DIR/using_zlib.scons',
], {'env':env})
+env.Append(
+ LIBS = [
+ 'debugger',
+ 'glue',
+ ],
+)
+
env.Prepend(
CPPPATH = [
'$CHROME_DIR/app',
« no previous file with comments | « build/SConscript.main ('k') | chrome/browser/debugger/debugger.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698