| Index: shell/pingable_app_dummy_empty.cc
|
| diff --git a/shell/pingable_app_dummy_empty.cc b/shell/pingable_app_dummy_empty.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cd0bb4d543ad72659c8a0d29e42ca1fde788e71a
|
| --- /dev/null
|
| +++ b/shell/pingable_app_dummy_empty.cc
|
| @@ -0,0 +1,6 @@
|
| +// This file contains no code but must exist so the
|
| +// static_library("pingable_app_dummy") target has a parameter. This target has
|
| +// to be a static_library, not a source_set, to hide linker dependencies (see
|
| +// the BUILD.gn file for more details). This file must exist as some linkers
|
| +// when told to produce a static library generate an error if passed an empty
|
| +// set of files.
|
|
|