Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index b4a165db3ace9b371b481b5a9e2b7f9787803af6..6c2941f3b0d0f2674b281b38055a6230f7928fbb 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -276,6 +276,8 @@ |
| 'type': 'none', |
| 'dependencies': [ |
| '../chrome/chrome.gyp:chromedriver', |
| + # Dependencies of pyauto_functional tests. |
| + '../remoting/remoting.gyp:remoting_webapp', |
| ], |
| 'conditions': [ |
| # If you change this condition, make sure you also change it |