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

Unified Diff: SConstruct

Issue 3604005: AU: Ranges class to managing unordered collection of blocks/extents. (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: unittest whitespace fix Created 10 years, 2 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 | extent_ranges.h » ('j') | extent_ranges.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 70803e761f94366ec192effc2cd8d29088fb3865..585380ad7048bf0f924789d7e309d61bfdd4cec2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -203,6 +203,7 @@ sources = Split("""action_processor.cc
delta_performer.cc
download_action.cc
extent_mapper.cc
+ extent_ranges.cc
extent_writer.cc
filesystem_copier_action.cc
filesystem_iterator.cc
@@ -241,6 +242,7 @@ unittest_sources = Split("""action_unittest.cc
delta_performer_unittest.cc
download_action_unittest.cc
extent_mapper_unittest.cc
+ extent_ranges_unittest.cc
extent_writer_unittest.cc
file_writer_unittest.cc
filesystem_copier_action_unittest.cc
« no previous file with comments | « no previous file | extent_ranges.h » ('j') | extent_ranges.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698