# Copyright 2020 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("//ios/build/chrome_build.gni") buildflag_header("ios_multi_window_buildflags") { header = "multi_window_buildflags.h" header_dir = "base/ios" flags = [ "IOS_MULTIWINDOW_ENABLED=$ios_enable_multi_window", "IOS_SCENE_STARTUP_ENABLED=$ios_enable_scene_startup", ] }