Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index d00b6a70826b131ca5f16cea034b2ede8823d8df..0a429af4d257fe9cc0de77587dd8e675b1d9fb5d 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2366,6 +2366,9 @@ |
| # Whether to allow building of the GPU-related isolates. |
| 'archive_gpu_tests%': 0, |
| + |
| + # Whether to allow building of chromoting related isolates. |
| + 'chromoting_swarm_tests%': 0, |
|
jam
2014/09/23 01:03:32
please use the same convention as above, i.e. arch
Lei Lei
2014/09/23 18:27:03
Done.
|
| }, |
| 'target_defaults': { |
| 'variables': { |