BUILD.gn 591 B

1234567891011121314
  1. # Copyright 2018 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/buildflag_header.gni")
  5. import("//components/contextual_search/features.gni")
  6. # This file is in a separate target so all targets in the build can refer to the
  7. # buildflag header to get the necessary preprocessor defines without bringing in
  8. # any of the other targets in this component.
  9. buildflag_header("buildflags") {
  10. header = "buildflags.h"
  11. flags = [ "BUILD_CONTEXTUAL_SEARCH=$build_contextual_search" ]
  12. }