chromium/mojo/core/test/run_all_perftests.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/base_switches.h"
#include "base/check.h"
#include "base/command_line.h"
#include "base/feature_list.h"
#include "base/test/perf_test_suite.h"
#include "mojo/core/test/scoped_mojo_support.h"
#include "mojo/public/tests/test_support_private.h"

int main(int argc, char** argv) {}