diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 21:55:42 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 21:55:42 +0000 |
commit | acd4450a06be8fd2e79f13f143daf5f065991e94 (patch) | |
tree | bf98c32a7fa492e99d177e5c6ebfc04209c862ee | |
parent | df2e9b7e853e7edca6c2c0dad0121ac44c699e72 (diff) | |
download | chromium_src-acd4450a06be8fd2e79f13f143daf5f065991e94.zip chromium_src-acd4450a06be8fd2e79f13f143daf5f065991e94.tar.gz chromium_src-acd4450a06be8fd2e79f13f143daf5f065991e94.tar.bz2 |
Add using_wtl.scons to the chrome\test\automation SCons configuration,
paralleling addition of using_wtl.vsprops to the VS configuration.
Review URL: http://codereview.chromium.org/13401
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6456 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/automation/automation.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/automation/automation.scons b/chrome/test/automation/automation.scons index 198f8d0..c1ef519 100644 --- a/chrome/test/automation/automation.scons +++ b/chrome/test/automation/automation.scons @@ -7,6 +7,7 @@ Import('env') env = env.Clone() env.ApplySConscript([ + '$CHROME_DIR/third_party/wtl/using_wtl.scons', '$SKIA_DIR/using_skia.scons', ]) |