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

Unified Diff: third_party/zlib/google/zip.gyp

Issue 23132002: GTTF: Add a basic new unit test launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gyp cycle Created 7 years, 4 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
« no previous file with comments | « third_party/libxml/chromium/libxml_utils.cc ('k') | third_party/zlib/zlib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/google/zip.gyp
diff --git a/chrome/metro_utils.gypi b/third_party/zlib/google/zip.gyp
similarity index 56%
copy from chrome/metro_utils.gypi
copy to third_party/zlib/google/zip.gyp
index 000ac2596347e64b244f8ddf9bf14b7874a60c55..9542f9cd668fec2871c4b0de2fdbf60b22d59748 100644
--- a/chrome/metro_utils.gypi
+++ b/third_party/zlib/google/zip.gyp
@@ -5,18 +5,22 @@
{
'targets': [
{
- 'target_name': 'metro_utils',
+ 'target_name': 'zip',
'type': 'static_library',
'dependencies': [
- 'installer_util',
- '../base/base.gyp:base',
+ '../zlib.gyp:minizip',
+ '../../../base/base.gyp:base',
],
'include_dirs': [
- '..',
+ '../../..',
],
'sources': [
- 'browser/metro_utils/metro_chrome_win.cc',
- 'browser/metro_utils/metro_chrome_win.h',
+ 'zip.cc',
+ 'zip.h',
+ 'zip_internal.cc',
+ 'zip_internal.h',
+ 'zip_reader.cc',
+ 'zip_reader.h',
],
},
],
« no previous file with comments | « third_party/libxml/chromium/libxml_utils.cc ('k') | third_party/zlib/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698