blob: cebca842e339f22b3c2716a5d91d3a9b8b0c3e51 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.base;
class MemoryPressureLevelList {
#define DEFINE_MEMORY_PRESSURE_LEVEL(name, value) \
static final int name = value;
#include "base/memory/memory_pressure_level_list.h"
#undef DEFINE_MEMORY_PRESSURE_LEVEL
}