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

Side by Side Diff: chrome/test/automated_ui_tests/automated_ui_tests.scons

Issue 14472: Initial generation of native Visual Studio solution files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 env.ApplySConscript([ 9 env.ApplySConscript([
10 '$BASE_DIR/using_base.scons', 10 '$BASE_DIR/using_base.scons',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 input_files = [ 66 input_files = [
67 'automated_ui_tests.cc', 67 'automated_ui_tests.cc',
68 68
69 '$CHROME_DIR/test/perf/mem_usage$OBJSUFFIX', 69 '$CHROME_DIR/test/perf/mem_usage$OBJSUFFIX',
70 '$CHROME_DIR/test/ui/run_all_unittests$OBJSUFFIX', 70 '$CHROME_DIR/test/ui/run_all_unittests$OBJSUFFIX',
71 '$CHROME_DIR/test/ui/ui_test$OBJSUFFIX', 71 '$CHROME_DIR/test/ui/ui_test$OBJSUFFIX',
72 '$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX', 72 '$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX',
73 ] 73 ]
74 74
75 env.ChromeTestProgram('automated_ui_tests', input_files) 75 # TODO(port):
76 if env.Bit('windows'):
77 env.ChromeTestProgram('automated_ui_tests', input_files)
78
79 env.ChromeMSVSProject('$CHROME_DIR/test/automated_ui_tests/automated_ui_tests.vc proj',
80 dependencies = [
81 '$CHROME_DIR/test/automation/automation.vcproj',
82 '$BASE_DIR/build/base.vcproj',
83 '$LIBXML_DIR/build/libxml_config.vcproj',
84 '$NET_DIR/build/net.vcproj',
85 '$CHROME_DIR/browser/browser.vcproj',
86 '$MODP_B64_DIR/modp_b64.vcproj',
87 '$CHROME_DIR/app/chrome_exe.vcproj',
88 '$ZLIB_DIR/zlib.vcproj',
89 '$CHROME_DIR/common/common.vcproj',
90 '$ICU38_DIR/build/icu.vcproj',
91 '$BASE_DIR/build/base_gfx.vcproj',
92 '$TESTING_DIR/gtest.vcproj',
93 '$LIBPNG_DIR/libpng.vcproj',
94 '$SKIA_DIR/skia.vcproj',
95 '$GOOGLEURL_DIR/build/googleurl.vcproj',
96 '$LIBXML_DIR/build/libxml.vcproj',
97 '$CHROME_DIR/browser/views/browser_views.vcproj',
98 ],
99 guid='{D2250C20-3A94-4FB9-AF73-11BC5B73884B}')
OLDNEW
« no previous file with comments | « chrome/test/activex_test_control/activex_test_control.scons ('k') | chrome/test/automation/automation.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698