Chromium Code Reviews| Index: ash/BUILD.gn |
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
| index a2a3b3625bc446ff48c492aaab1e63c72ab8d6bb..8744c9063a4815a4d563b86c682e6c23665140f9 100644 |
| --- a/ash/BUILD.gn |
| +++ b/ash/BUILD.gn |
| @@ -18,6 +18,11 @@ gypi_values = exec_script("//build/gypi_to_gn.py", |
| component("ash") { |
| sources = gypi_values.ash_sources |
| + sources += [ |
|
tdanderson
2016/08/19 21:23:35
Lines 21-25 are only included for this WIP CL. The
sadrul
2016/08/22 15:14:05
Consider creating a gn template instead (https://c
tdanderson
2016/08/25 21:54:32
Will re-visit this idea afterwards.
|
| + "common/resources/vector_icons.cc", |
| + "common/resources/vector_icons.h", |
| + ] |
| + |
| configs += [ "//build/config:precompiled_headers" ] |
| defines = [ "ASH_IMPLEMENTATION" ] |