diff options
Diffstat (limited to 'chromium/components/query_tiles/BUILD.gn')
-rw-r--r-- | chromium/components/query_tiles/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/query_tiles/BUILD.gn b/chromium/components/query_tiles/BUILD.gn index dd9269e849d..dedb4dd86be 100644 --- a/chromium/components/query_tiles/BUILD.gn +++ b/chromium/components/query_tiles/BUILD.gn @@ -24,6 +24,7 @@ group("query_tiles") { source_set("public") { sources = [ + "logger.h", "switches.cc", "switches.h", "tile.cc", |