chromium/gpu/config/android/java/src/org/chromium/gpu/config/GpuSwitches.java.tmpl

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

package org.chromium.gpu.config;

/**
 * Contains all of the command line switches that are specific to the gpu/ layer.
 */
public final class GpuSwitches {{

{NATIVE_STRINGS}

    // Prevent instantiation.
    private GpuSwitches() {{}}
}}