chromium/cc/base/android/java/src/org/chromium/cc/base/CcFeatures.java.tmpl

// Copyright 2022 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.cc.base;

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

{NATIVE_FEATURES}

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