| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index bb8107f3c3ab394c1f1500a245ccb38cd5a52b26..3f40141ab631b0bc72b6fc3c216bf22fc9787d3d 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -141,6 +141,7 @@
|
| 'platform/platform_event_observer.h',
|
| 'platform/platform_event_source.cc',
|
| 'platform/platform_event_source.h',
|
| + 'platform/platform_event_source_stub.cc',
|
| 'platform/platform_event_types.h',
|
| 'platform/scoped_event_dispatcher.cc',
|
| 'platform/scoped_event_dispatcher.h',
|
| @@ -158,6 +159,9 @@
|
| ],
|
| }],
|
| ['use_x11==1', {
|
| + 'sources!': [
|
| + 'platform/platform_event_source_stub.cc',
|
| + ],
|
| 'dependencies': [
|
| '<(DEPTH)/build/linux/system.gyp:x11',
|
| ],
|
|
|