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

Unified Diff: base/base_sln.scons

Issue 53121: Remove the checked-in scons configuration files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « base/base_main.scons ('k') | base/base_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_sln.scons
===================================================================
--- base/base_sln.scons (revision 12583)
+++ base/base_sln.scons (working copy)
@@ -1,46 +0,0 @@
-# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-__doc__ = """
-Configuration for building base.sln.
-"""
-
-Import('env')
-
-env = env.Clone()
-
-env.Tool('MSVSNew')
-
-env.ChromeMSVSFolder('base dependencies',
- name='dependencies',
- entries = [
- '$ZLIB_DIR/zlib.vcproj',
- '$ICU38_DIR/build/icu.vcproj',
- '$ICU38_DIR/build/icudt.vcproj',
- '$TESTING_DIR/gtest.vcproj',
- '$LIBPNG_DIR/libpng.vcproj',
- '$SKIA_DIR/skia.vcproj',
- ],
- guid='{F216062D-F9C4-4883-A52C-2BE9ECADEEA0}')
-
-
-solution = env.ChromeMSVSSolution('base.sln',
- dest='$CHROME_SRC_DIR/base/base.sln',
- entries = [
- '$BASE_DIR/build/base.vcproj',
- '$BASE_DIR/build/base_unittests.vcproj',
- '$BASE_DIR/build/debug_message.vcproj',
- 'base dependencies',
- '$ICU38_DIR/build/icu.vcproj',
- '$ICU38_DIR/build/icudt.vcproj',
- '$BASE_DIR/build/base_gfx.vcproj',
- '$SKIA_DIR/skia.vcproj',
- '$LIBPNG_DIR/libpng.vcproj',
- '$ZLIB_DIR/zlib.vcproj',
- '$TESTING_DIR/gtest.vcproj',
- ],
- variants = [
- 'Debug|Win32',
- 'Release|Win32',
- ])
« no previous file with comments | « base/base_main.scons ('k') | base/base_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698