| Index: all.gyp
|
| diff --git a/all.gyp b/all.gyp
|
| index 702e7d07e655e81f75f13d2794548a189ddf1eed..9ccfe251ccc3ba857cb06275bd9198ba9e13353f 100644
|
| --- a/all.gyp
|
| +++ b/all.gyp
|
| @@ -8,6 +8,7 @@
|
|
|
| {
|
| 'variables': {
|
| + 'include_examples%': 1,
|
| 'include_tests%': 1,
|
| 'webrtc_root_additional_dependencies': [],
|
| },
|
| @@ -18,12 +19,12 @@
|
| 'dependencies': [
|
| 'webrtc/webrtc.gyp:*',
|
| 'talk/libjingle.gyp:*',
|
| - 'talk/libjingle_examples.gyp:*',
|
| '<@(webrtc_root_additional_dependencies)',
|
| ],
|
| 'conditions': [
|
| - ['OS=="android"', {
|
| + ['include_examples==1', {
|
| 'dependencies': [
|
| + 'talk/libjingle_examples.gyp:*',
|
| 'webrtc/webrtc_examples.gyp:*',
|
| ],
|
| }],
|
|
|