blob: ea31fcacfe6c547ea1f77c83190c6b9b6823c836 [file] [log] [blame]
// 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.
#include "chrome/test/base/test_switches.h"
#include "build/build_config.h"
#include "ppapi/buildflags/buildflags.h"
namespace switches {
// Also emit full event trace logs for successful tests.
const char kAlsoEmitSuccessLogs[] = "also-emit-success-logs";
// Show the mean value of histograms that native performance tests
// are monitoring. Note that this is only applicable for PerformanceTest
// subclasses.
const char kPerfTestPrintUmaMeans[] = "perf-test-print-uma-means";
#if BUILDFLAG(ENABLE_PLUGINS)
// Makes browser pixel tests overwrite the reference if it does not match.
const char kRebaselinePixelTests[] = "rebaseline-pixel-tests";
#endif
} // namespace switches