blob: 552ff5a553d9b0c208793750fdea673431c066e8 [file] [log] [blame]
// Copyright 2019 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.chrome.browser;
/**
* Build configuration specific to chrome/ portion of Chromium on Android.
*/
public class BuildConfig {
#if defined(_ENABLE_OFFLINE_PAGES)
public static final boolean ENABLE_OFFLINE_PAGES = true;
#else
public static final boolean ENABLE_OFFLINE_PAGES = false;
#endif
}