Index: chrome/views/SConscript |
=================================================================== |
--- chrome/views/SConscript (revision 7290) |
+++ chrome/views/SConscript (working copy) |
@@ -93,3 +93,9 @@ |
] |
env.ChromeStaticLibrary('views', input_files) |
+ |
+env.ChromeMSVSProject('$CHROME_DIR/views/views.vcproj', |
+ dependencies = [ |
+ '$CHROME_DIR/app/generated_resources.vcproj', |
+ ], |
+ guid='{6F9258E5-294F-47B2-919D-17FFE7A8B751}') |