chromium/out/Default/gen/third_party/blink/renderer/core/preferences/preference_values.cc

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

// Generated from template:
//   templates/make_names.cc.tmpl
// and input files:
//   ../../third_party/blink/renderer/core/preferences/preference_values.json5


#include "third_party/blink/renderer/core/preferences/preference_values.h"

#include <iterator>

#include "third_party/blink/renderer/platform/wtf/std_lib_extras.h"
#include "third_party/blink/renderer/platform/wtf/text/string_hasher.h"

namespace blink {
namespace preference_values {

void* names_storage[kNamesCount * ((sizeof(AtomicString) + sizeof(void *) - 1) / sizeof(void *))];

const AtomicString& kCustom =;
const AtomicString& kDark =;
const AtomicString& kLess =;
const AtomicString& kLight =;
const AtomicString& kMore =;
const AtomicString& kNoPreference =;
const AtomicString& kReduce =;

void Init() {}

}  // namespace preference_values
}  // namespace blink