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

Unified Diff: chrome/browser/browser.scons

Issue 28206: Fix Linux shared build breakages due to undefined symbols. (Closed)
Patch Set: rearrange scons file list 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 | « no previous file | chrome/views/SConscript » ('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 76c9d8595fa2b84eba57c36e19b07e69b3bae039..36507339cc1b4a23f53d00aec7a01ac8807df4d1 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -25,6 +25,7 @@ env.Append(
LIBS = [
'debugger',
'glue',
+ 'views',
],
)
« no previous file with comments | « no previous file | chrome/views/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698