diff options
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index f4a8e6e..e178607 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -311,6 +311,11 @@ 'common/sandbox_policy.cc', ], }], + ['remoting==1', { + 'dependencies': [ + '../remoting/remoting.gyp:chromoting_plugin', + ], + }], ], 'export_dependent_settings': [ '../app/app.gyp:app_base', |