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

Side by Side Diff: chrome/test/page_cycler/page_cycler_tests.scons

Issue 12407: Un-duplicate EvictFileFromSystemCache.... (Closed) Base URL: http://src.chromium.org/svn/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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'rpcrt4', 58 'rpcrt4',
59 'winmm', 59 'winmm',
60 ], 60 ],
61 ) 61 )
62 62
63 input_files = [ 63 input_files = [
64 '$CHROME_DIR/test/perf/mem_usage$OBJSUFFIX', 64 '$CHROME_DIR/test/perf/mem_usage$OBJSUFFIX',
65 '$CHROME_DIR/test/ui/run_all_unittests$OBJSUFFIX', 65 '$CHROME_DIR/test/ui/run_all_unittests$OBJSUFFIX',
66 '$CHROME_DIR/test/ui/ui_test$OBJSUFFIX', 66 '$CHROME_DIR/test/ui/ui_test$OBJSUFFIX',
67 '$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX', 67 '$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX',
68 '$CHROME_DIR/test/test_file_util$OBJSUFFIX',
69 'page_cycler_test.cc', 68 'page_cycler_test.cc',
70 ] 69 ]
71 70
72 env.ChromeTestProgram('page_cycler_tests', input_files) 71 env.ChromeTestProgram('page_cycler_tests', input_files)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698