Chromium Code Reviews| Index: mojo/common/BUILD.gn |
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn |
| index 25ef0caecd43bb73c8165d02f35e767889486c37..8bd451ad1bbbbc0442aeca369cb7d38c07a789ab 100644 |
| --- a/mojo/common/BUILD.gn |
| +++ b/mojo/common/BUILD.gn |
| @@ -9,6 +9,7 @@ source_set("common") { |
| sources = [ |
| "binding_set.h", |
| "interface_ptr_set.h", |
| + "logging.h", |
|
vardhan
2015/12/11 00:12:20
After looking at https://github.com/domokit/mojo/i
|
| "strong_binding_set.h", |
| ] |