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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell_switches.h
diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h
deleted file mode 100644
index b8843d1a61468f6f519993b24131027258ead0b3..0000000000000000000000000000000000000000
--- a/webkit/tools/test_shell/test_shell_switches.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Defines all the command-line switches used by Chrome.
-
-#ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
-#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
-
-namespace test_shell {
-
-extern const char kCrashDumps[];
-extern const char kCrashDumpsFulldump[];
-extern const char kGenericTheme[];
-extern const char kClassicTheme[];
-extern const char kUxTheme[];
-extern const char kNoErrorDialogs[];
-extern const char kStartupDialog[];
-extern const char kGPFaultErrorBox[];
-extern const char kJavaScriptFlags[];
-extern const char kDumpStatsTable[];
-extern const char kCacheDir[];
-extern const char kEnableFileCookies[];
-extern const char kAllowScriptsToCloseWindows[];
-extern const char kCheckLayoutTestSystemDeps[];
-extern const char kGDB[];
-extern const char kAllowExternalPages[];
-extern const char kEnableAccel2DCanvas[];
-extern const char kEnableAccelCompositing[];
-extern const char kEnableSmoothScrolling[];
-
-} // namespace test_shell
-
-#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__

Powered by Google App Engine
This is Rietveld 408576698