| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index 68ef123c400e7f6f69aa4614d47da4125a541898..c4b73f5d65b114ecaf5e1341ffd80fdecbd8ea31 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -957,6 +957,16 @@
|
| ],
|
| 'conditions': [
|
| ['chromeos==1', {
|
| + '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',
|
|
|