diff options
Diffstat (limited to 'ui/gfx/x/BUILD.gn')
-rw-r--r-- | ui/gfx/x/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/x/BUILD.gn b/ui/gfx/x/BUILD.gn index 68693a4..dfc50b3 100644 --- a/ui/gfx/x/BUILD.gn +++ b/ui/gfx/x/BUILD.gn @@ -7,6 +7,7 @@ component("x") { output_name = "gfx_x11" sources = [ + "../gfx_export.h", "x11_atom_cache.cc", "x11_atom_cache.h", "x11_connection.cc", |