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

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

Issue 9307062: Do not use setDartFlags API as we're now passing flags by other means. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ 7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ 8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
9 9
10 namespace test_shell { 10 namespace test_shell {
(...skipping 16 matching lines...) Expand all
27 extern const char kCacheDir[]; 27 extern const char kCacheDir[];
28 extern const char kEnableFileCookies[]; 28 extern const char kEnableFileCookies[];
29 extern const char kAllowScriptsToCloseWindows[]; 29 extern const char kAllowScriptsToCloseWindows[];
30 extern const char kCheckLayoutTestSystemDeps[]; 30 extern const char kCheckLayoutTestSystemDeps[];
31 extern const char kGDB[]; 31 extern const char kGDB[];
32 extern const char kProfiler[]; 32 extern const char kProfiler[];
33 extern const char kHeapProfiler[]; 33 extern const char kHeapProfiler[];
34 extern const char kAllowExternalPages[]; 34 extern const char kAllowExternalPages[];
35 extern const char kEnableAccel2DCanvas[]; 35 extern const char kEnableAccel2DCanvas[];
36 extern const char kEnableAccelCompositing[]; 36 extern const char kEnableAccelCompositing[];
37 extern const char kDartFlags[];
38 37
39 } // namespace test_shell 38 } // namespace test_shell
40 39
41 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ 40 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_main.cc ('k') | webkit/tools/test_shell/test_shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698