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

Unified Diff: main.scons

Issue 149132: Initial support for Linux installers. Currently just an amd64 .deb, but more ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 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
« no previous file with comments | « installer/linux/debian_amd64/rules ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: main.scons
===================================================================
--- main.scons (revision 19517)
+++ main.scons (working copy)
@@ -689,6 +689,9 @@
LINKFLAGS = ['-m32'],
LIBS = ['pthread', 'rt'],
NACL_HTP_LIBS = ['ssl', 'crypto'],
+ BUILD_COMPONENTS = [
+ 'installer/linux'
+ ],
)
linux_cg_dir = ARGUMENTS.get('linux-cg-dir', 'hermetic')
« no previous file with comments | « installer/linux/debian_amd64/rules ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698