Index: components/compression.gypi |
diff --git a/chrome/chrome_child.gypi b/components/compression.gypi |
similarity index 63% |
copy from chrome/chrome_child.gypi |
copy to components/compression.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..4c989717c41e8916653aec0282e3b03dc12d982a 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/compression.gypi |
@@ -5,19 +5,19 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ # GN version: //components/compression |
+ 'target_name': 'compression', |
'type': 'static_library', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- '../content/content.gyp:content_child', |
- ], |
'include_dirs': [ |
'..', |
], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../third_party/zlib/zlib.gyp:zlib', |
+ ], |
'sources': [ |
- 'child/pdf_child_init.cc', |
- 'child/pdf_child_init.h', |
+ 'compression/compression_utils.cc', |
+ 'compression/compression_utils.h', |
], |
}, |
], |