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

Side by Side Diff: webkit/tools/test_shell/test_shell_switches.h

Issue 15028002: Delete test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dummy test_shell build target. Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Defines all the command-line switches used by Chrome.
6
7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
9
10 namespace test_shell {
11
12 extern const char kCrashDumps[];
13 extern const char kCrashDumpsFulldump[];
14 extern const char kGenericTheme[];
15 extern const char kClassicTheme[];
16 extern const char kUxTheme[];
17 extern const char kNoErrorDialogs[];
18 extern const char kStartupDialog[];
19 extern const char kGPFaultErrorBox[];
20 extern const char kJavaScriptFlags[];
21 extern const char kDumpStatsTable[];
22 extern const char kCacheDir[];
23 extern const char kEnableFileCookies[];
24 extern const char kAllowScriptsToCloseWindows[];
25 extern const char kCheckLayoutTestSystemDeps[];
26 extern const char kGDB[];
27 extern const char kAllowExternalPages[];
28 extern const char kEnableAccel2DCanvas[];
29 extern const char kEnableAccelCompositing[];
30 extern const char kEnableSmoothScrolling[];
31
32 } // namespace test_shell
33
34 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698