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

Side by Side Diff: content/shell/common/layout_test/layout_test_switches.h

Issue 2448143004: DevTools: add custom-devtools-frontend flag for content shell layout tests (Closed)
Patch Set: nit Created 4 years, 1 month 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 "layout_test" command-line switches. 5 // Defines all the "layout_test" command-line switches.
6 6
7 #ifndef CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_ 7 #ifndef CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_
8 #define CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_ 8 #define CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_
9 9
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 namespace switches { 13 namespace switches {
14 14
15 extern const char kAllowExternalPages[]; 15 extern const char kAllowExternalPages[];
16 extern const char kCheckLayoutTestSysDeps[]; 16 extern const char kCheckLayoutTestSysDeps[];
17 extern const char kCrashOnFailure[]; 17 extern const char kCrashOnFailure[];
18 extern const char kCustomDevToolsFrontend[];
18 extern const char kDebugDevTools[]; 19 extern const char kDebugDevTools[];
19 extern const char kEnableAccelerated2DCanvas[]; 20 extern const char kEnableAccelerated2DCanvas[];
20 extern const char kEnableFontAntialiasing[]; 21 extern const char kEnableFontAntialiasing[];
21 extern const char kAlwaysUseComplexText[]; 22 extern const char kAlwaysUseComplexText[];
22 extern const char kEnableLeakDetection[]; 23 extern const char kEnableLeakDetection[];
23 extern const char kEncodeBinary[]; 24 extern const char kEncodeBinary[];
24 extern const char kRunLayoutTest[]; 25 extern const char kRunLayoutTest[];
25 extern const char kStableReleaseMode[]; 26 extern const char kStableReleaseMode[];
26 27
27 } // namespace switches 28 } // namespace switches
28 29
29 #endif // CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_ 30 #endif // CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698