| # Copyright 2017 Google Inc. All Rights Reserved. | |
| # Copied from libassistant/internal/third_party | |
| import("//chromecast/chromecast.gni") | |
| config("common_config") { | |
| include_dirs = [ "//chromecast/internal/vendor/media/eigen3/" ] | |
| cflags_cc = [ "-Wno-int-in-bool-context" ] | |
| } | |
| cast_source_set("eigen3") { | |
| public_configs = [ ":common_config" ] | |
| } |