Chromium Code Reviews| Index: build/SConscript.main |
| =================================================================== |
| --- build/SConscript.main (revision 2256) |
| +++ build/SConscript.main (working copy) |
| @@ -465,6 +465,9 @@ |
| if LoadComponent('chrome'): |
| sconscripts.append('$CHROME_DIR/SConscript') |
| +if LoadComponent('gears'): |
| + sconscripts.append('$GEARS_DIR/SConscript') |
| + |
| if LoadComponent('google_update'): |
| sconscripts.append('$GOOGLE_UPDATE_DIR/SConscript') |