Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index d975ab3914f67f774ed7f9ac288bfa48b38729c0..ed827610ea9280eb4fc8b4d5c747fb8bd441afe9 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -159,6 +159,8 @@ source_set("common") { |
| "input/input_event.h", |
| "input/input_event_ack.cc", |
| "input/input_event_ack.h", |
| + "input/input_event_ack_source.h", |
| + "input/input_event_ack_state.h", |
|
Charlie Reis
2016/11/04 21:14:17
Was this one just missing before? I see the file
dtapuska
2016/11/07 16:41:27
Yup it was missing
|
| "input/input_event_dispatch_type.h", |
| "input/input_event_stream_validator.cc", |
| "input/input_event_stream_validator.h", |