| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index f6ec2ceb70d3e7fdc180aad279015d3b1b46f440..56b6b0a8c8211a52ef5f030e67c79c01d4ac6739 100644
|
| --- a/ui/aura/aura.gyp
|
| +++ b/ui/aura/aura.gyp
|
| @@ -81,6 +81,8 @@
|
| 'root_window_host_delegate.h',
|
| 'root_window_host_mac.h',
|
| 'root_window_host_mac.mm',
|
| + 'root_window_host_linux.cc',
|
| + 'root_window_host_linux.h',
|
| 'root_window_host_win.cc',
|
| 'root_window_host_win.h',
|
| 'root_window_host_x11.cc',
|
| @@ -109,6 +111,10 @@
|
| ],
|
| }],
|
| ['use_x11==1', {
|
| + 'sources!': [
|
| + 'root_window_host_linux.cc',
|
| + 'root_window_host_linux.h',
|
| + ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '-lX11',
|
|
|