// Copyright 2014 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/command_line.h" #include "base/test/launcher/test_launcher.h" #include "build/build_config.h" #include "extensions/shell/test/shell_test_launcher_delegate.h" #include "testing/gtest/include/gtest/gtest.h" #if BUILDFLAG(IS_WIN) #include "base/win/win_util.h" #endif // BUILDFLAG(IS_WIN) int main(int argc, char** argv) { … }