| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index dd08ccfae35e36dd85a81168a3ab8b487296fab2..273428c8971d52b6bd79e7c92ddc0e45830e2973 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -965,13 +965,19 @@
|
| ],
|
| 'conditions': [
|
| ['chromeos==1', {
|
| - 'include_dirs': [
|
| - '../third_party/libjingle/source',
|
| + 'conditions': [
|
| + ['use_x11==1', {
|
| + 'dependencies': [
|
| + '../remoting/remoting.gyp:remoting_it2me_host_static',
|
| + ],
|
| + 'include_dirs': [
|
| + '../third_party/libjingle/source',
|
| + ],
|
| + }]
|
| ],
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| '../chromeos/ime/input_method.gyp:gencode',
|
| - '../remoting/remoting.gyp:remoting_it2me_host_static',
|
| '../third_party/libevent/libevent.gyp:libevent',
|
| ],
|
| 'sources': [
|
|
|