| Index: content/shell/common/layout_test/layout_test_switches.h
|
| diff --git a/content/shell/common/layout_test/layout_test_switches.h b/content/shell/common/layout_test/layout_test_switches.h
|
| index 3aaf54ca5a1bdf82366e3513f012a1712881af77..11f3b295d0c6f2b2e51f3f689395881387ab7c05 100644
|
| --- a/content/shell/common/layout_test/layout_test_switches.h
|
| +++ b/content/shell/common/layout_test/layout_test_switches.h
|
| @@ -10,9 +10,16 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "build/build_config.h"
|
| +
|
| namespace switches {
|
|
|
| extern const char kAllowExternalPages[];
|
| +#if defined(OS_ANDROID)
|
| +extern const char kAndroidStderrPort[];
|
| +extern const char kAndroidStdinPort[];
|
| +extern const char kAndroidStdoutPort[];
|
| +#endif // defined(OS_ANDROID)
|
| extern const char kCheckLayoutTestSysDeps[];
|
| extern const char kCrashOnFailure[];
|
| extern const char kCustomDevToolsFrontend[];
|
|
|