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

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

Issue 2262743002: DevTools: Run devtools tests in release mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pull from master Created 4 years, 3 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
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 kDebugDevTools[];
18 extern const char kEnableAccelerated2DCanvas[]; 19 extern const char kEnableAccelerated2DCanvas[];
19 extern const char kEnableFontAntialiasing[]; 20 extern const char kEnableFontAntialiasing[];
20 extern const char kAlwaysUseComplexText[]; 21 extern const char kAlwaysUseComplexText[];
21 extern const char kEnableLeakDetection[]; 22 extern const char kEnableLeakDetection[];
22 extern const char kEncodeBinary[]; 23 extern const char kEncodeBinary[];
23 extern const char kRunLayoutTest[]; 24 extern const char kRunLayoutTest[];
24 extern const char kStableReleaseMode[]; 25 extern const char kStableReleaseMode[];
25 26
26 } // namespace switches 27 } // namespace switches
27 28
28 #endif // CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_ 29 #endif // CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698