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

Unified Diff: src/platform/update_engine/SConstruct

Issue 545072: AU: Gut code for old updater. New protobuf for v2 updater. (Closed)
Patch Set: better comments Created 10 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
Index: src/platform/update_engine/SConstruct
diff --git a/src/platform/update_engine/SConstruct b/src/platform/update_engine/SConstruct
index 1f7ff0fe4999bd03604a296faed551fc42939f43..d408cb747ab5646d625c7146635e1c3a9a82bfd0 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import os
+
# Protobuffer compilation
""" Inputs:
target: list of targets to compile to
@@ -90,7 +92,6 @@ sources = Split("""action_processor.cc
filesystem_iterator.cc
file_writer.cc
gzip.cc
- install_action.cc
libcurl_http_fetcher.cc
omaha_hash_calculator.cc
omaha_request_prep_action.cc
@@ -114,8 +115,6 @@ unittest_sources = Split("""action_unittest.cc
filesystem_iterator_unittest.cc
gzip_unittest.cc
http_fetcher_unittest.cc
- install_action_unittest.cc
- integration_unittest.cc
mock_http_fetcher.cc
omaha_hash_calculator_unittest.cc
omaha_request_prep_action_unittest.cc
« no previous file with comments | « no previous file | src/platform/update_engine/delta_diff_generator.h » ('j') | src/platform/update_engine/update_metadata.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698