diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-05 17:27:18 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-05 17:27:18 +0000 |
commit | d8d0ddfd25965139899cb946e41f2cf825a1f858 (patch) | |
tree | 4fcda7851859581952fca21d2842e1d965253701 /site_scons/site_tools/visual_studio_solution.py | |
parent | 7c0907dae27bb65c9bcdd3e76e191d8101a209a2 (diff) | |
download | chromium_src-d8d0ddfd25965139899cb946e41f2cf825a1f858.zip chromium_src-d8d0ddfd25965139899cb946e41f2cf825a1f858.tar.gz chromium_src-d8d0ddfd25965139899cb946e41f2cf825a1f858.tar.bz2 |
Unrollback the Scons changes, they weren't the cause of the problem.
Review URL: http://codereview.chromium.org/9184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'site_scons/site_tools/visual_studio_solution.py')
-rw-r--r-- | site_scons/site_tools/visual_studio_solution.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/site_tools/visual_studio_solution.py b/site_scons/site_tools/visual_studio_solution.py index 4c18d23..1e46767 100644 --- a/site_scons/site_tools/visual_studio_solution.py +++ b/site_scons/site_tools/visual_studio_solution.py @@ -71,7 +71,7 @@ def Solution(env, solution_name, build_targets = [e.subst('$TARGET_ROOT') for e in environments] # pick out sources, headers, and resources sources, headers, resources, others = env.GatherInputs( - [SCons.Script.Dir('$DESTINATION_ROOT')], + [env.Dir('$DESTINATION_ROOT')], ['.+\\.(c|cc|m|mm|cpp)$', # source files '.+\\.(h|hh|hpp)$', # header files '.+\\.(rc)$', # resource files |