Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: chrome/common/common.vcproj

Issue 118028: Implements a Zip() utility function. Refactor existing (Closed)
Patch Set: Attempt to get rietveld to recognize copies Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/common.vcproj
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj
index dc3ed4d9a03e595b59a0813d456436410a8d646c..386bf35229c2d3a73704c2673d343f8e3b61a7a5 100644
--- a/chrome/common/common.vcproj
+++ b/chrome/common/common.vcproj
@@ -746,14 +746,6 @@
>
</File>
<File
- RelativePath=".\unzip.cc"
- >
- </File>
- <File
- RelativePath=".\unzip.h"
- >
- </File>
- <File
RelativePath=".\url_constants.cc"
>
</File>
@@ -789,6 +781,14 @@
RelativePath=".\worker_thread_ticker.h"
>
</File>
+ <File
+ RelativePath=".\zip.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\zip.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>

Powered by Google App Engine
This is Rietveld 408576698