blob: 486778a95466e4543239291c5853a9cfb2d05516 [file] [log] [blame]
# Copyright 2016 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.
import("//build/buildflag_header.gni")
import("//components/spellcheck/spellcheck_build_features.gni")
buildflag_header("buildflags") {
header = "spellcheck_buildflags.h"
flags = [
"ENABLE_SPELLCHECK=$enable_spellcheck",
"USE_BROWSER_SPELLCHECKER=$use_browser_spellchecker",
"USE_RENDERER_SPELLCHECKER=$use_renderer_spellchecker",
"USE_WIN_HYBRID_SPELLCHECKER=$use_win_hybrid_spellchecker",
"ENABLE_SPELLING_SERVICE=$enable_spelling_service",
"HAS_SPELLCHECK_PANEL=$has_spellcheck_panel",
"USE_WINDOWS_PREFERRED_LANGUAGES_FOR_SPELLCHECK=$use_windows_preferred_languages_for_spellcheck",
]
}