AU: Gut code for old updater. New protobuf for v2 updater.

Review URL: http://codereview.chromium.org/545072
diff --git a/SConstruct b/SConstruct
index 1f7ff0f..d408cb7 100644
--- a/SConstruct
+++ b/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 @@
                    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 @@
                             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