chromium/ui/base/resource/data_pack_literal.cc

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

#include "ui/base/resource/data_pack_literal.h"
#include "ui/base/resource/resource_bundle.h"

namespace ui {

const uint8_t kSamplePakContentsV4[] =;

const size_t kSamplePakSizeV4 =;

const uint8_t kSampleCompressPakContentsV5[] =;

const size_t kSampleCompressPakSizeV5 =;

const uint8_t kSampleCompressScaledPakContents[] =;

const size_t kSampleCompressScaledPakSize =;

const uint8_t kSampleCorruptPakContents[] =;

const size_t kSampleCorruptPakSize =;

const uint8_t kSampleMisorderedPakContents[] =;

const size_t kSampleMisorderedPakSize =;

const uint8_t kSamplePakContents2x[] =;

const size_t kSamplePakSize2x =;

const uint8_t kEmptyPakContents[] =;

const size_t kEmptyPakSize =;

}  // namespace ui