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

Unified Diff: components/components_tests.gypi

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 years, 9 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 | « components/components.gyp ('k') | components/test/data/zip/create_test_zip.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index 158a92bd22cf5fed81c3c5e1210c380804335555..b967d25ad8499fe4de7e3069ca7798957b2f2b6f 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -16,6 +16,8 @@
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'test/run_all_unittests.cc',
'visitedlink/test/visitedlink_unittest.cc',
+ 'zip/zip_reader_unittest.cc',
+ 'zip/zip_unittest.cc',
],
'include_dirs': [
'..',
@@ -40,6 +42,9 @@
'visitedlink_browser',
'visitedlink_renderer',
'../content/content_resources.gyp:content_resources',
+
+ # Dependencies of zip
+ 'zip',
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {
« no previous file with comments | « components/components.gyp ('k') | components/test/data/zip/create_test_zip.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698