diff options
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 033b3e3..a39fe95 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -722,19 +722,19 @@ Name="Bookmarks" > <File - RelativePath=".\bookmarks\bookmark_context_menu.cc" + RelativePath=".\bookmarks\bookmark_codec.cc" > </File> <File - RelativePath=".\bookmarks\bookmark_context_menu.h" + RelativePath=".\bookmarks\bookmark_codec.h" > </File> <File - RelativePath=".\bookmarks\bookmark_codec.cc" + RelativePath=".\bookmarks\bookmark_context_menu.cc" > </File> <File - RelativePath=".\bookmarks\bookmark_codec.h" + RelativePath=".\bookmarks\bookmark_context_menu.h" > </File> <File @@ -1577,6 +1577,14 @@ RelativePath=".\importer\mork_reader.h" > </File> + <File + RelativePath=".\importer\toolbar_importer.cc" + > + </File> + <File + RelativePath=".\importer\toolbar_importer.h" + > + </File> </Filter> <Filter Name="Drag & Drop" |