cast_runner_switches.cc 505 B

1234567891011121314
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "fuchsia_web/runners/cast/cast_runner_switches.h"
  5. const char kDisableVulkanForTestsSwitch[] = "disable-vulkan-for-tests";
  6. const char kEnableCfv2[] = "enable-cfv2";
  7. const char kEnableFrameHostComponentForTestsSwitch[] =
  8. "enable-frame-host-component";
  9. const char kForceHeadlessForTestsSwitch[] = "force-headless-for-tests";