| # Copyright 2013 The Flutter 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("//flutter/common/config.gni") |
| import("//flutter/shell/config.gni") |
| import("//flutter/testing/testing.gni") |
| # Heed caution when adding targets to the dependencies. This is a minimal |
| # target containing graphics sources that embedders can depend on. Any |
| # additions here could result in added app sizes across embeddings. |
| "//flutter/display_list", |
| "//flutter/shell/version:version", |
| "//third_party/boringssl", |
| "//third_party/rapidjson", |
| public_configs = [ "//flutter:config" ] |
| if (shell_enable_vulkan) { |
| public_configs += [ "//flutter/vulkan:vulkan_config" ] |