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

Unified Diff: SConstruct

Issue 6098008: AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: review Created 9 years, 11 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 | action_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 615d18c5226876995a5a929243f1060dec24648d..f75b256979c33ac35cb4ad2f082b7d2e13d206c3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -195,6 +195,7 @@ env['CCFLAGS'] += (' ' + ' '.join(env['CFLAGS']))
env['LIBS'] = Split("""base
bz2
+ cros_boot_mode
crypto
curl
ext2fs
« no previous file with comments | « no previous file | action_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698