chromium/third_party/puffin/src/unittest_common.cc

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

#include "puffin/src/unittest_common.h"

#include "base/files/file_path.h"
#include "base/files/file_util.h"

string;
vector;

namespace puffin {

bool MakeTempFile(string* filename) {}

// clang-format off
const Buffer kDeflatesSample1 =;
const Buffer kPuffsSample1 =;
const vector<ByteExtent> kDeflateExtentsSample1 =;
const vector<BitExtent> kSubblockDeflateExtentsSample1 =;
const vector<ByteExtent> kPuffExtentsSample1 =;

const Buffer kDeflatesSample2 =;
const Buffer kPuffsSample2 =;
const vector<ByteExtent> kDeflateExtentsSample2 =;
const vector<BitExtent> kSubblockDeflateExtentsSample2 =;
const vector<ByteExtent> kPuffExtentsSample2 =;
// clang-format on

// This data is taken from the failed instances described in crbug.com/915559.
const Buffer kProblematicCache =;
const vector<BitExtent> kProblematicCacheDeflateExtents =;
const vector<BitExtent> kProblematicCachePuffExtents =;

}  // namespace puffin