unofficialxkcdviewer/chromium_webview/src/org/chromium/base/MemoryPressureLevelList.tem...

13 lines
403 B
Plaintext
Executable File

// 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
}