Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index 57789204ebaa5530eb7d6116b2914d3f7737a1a3..8f9b042a9fa68eaf0fe2243d43aaeeb05798a69d 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -95,6 +95,11 @@ |
| 'wifi.gypi', |
| ], |
| }], |
| + ['OS == "win"', { |
| + 'includes': [ |
| + 'browser_watcher.gypi', |
| + ], |
| + }], |
| ['use_ash==1', { |
| 'includes': [ |
| 'session_manager.gypi', |