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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 14863012: Remove bzip2 code since it is no longer being used. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add another missing file Created 7 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/bzip2_error_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
===================================================================
--- chrome/chrome_tests_unit.gypi (revision 199288)
+++ chrome/chrome_tests_unit.gypi (working copy)
@@ -431,7 +431,6 @@
# 3) anything tests directly depend on
'../google_apis/google_apis.gyp:google_apis',
'../skia/skia.gyp:skia',
- '../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -1541,7 +1540,6 @@
'browser/webdata/keyword_table_unittest.cc',
'browser/webdata/token_service_table_unittest.cc',
'browser/webdata/web_apps_table_unittest.cc',
- 'common/bzip2_unittest.cc',
'common/cancelable_task_tracker_unittest.cc',
'common/child_process_logging_mac_unittest.mm',
'common/chrome_paths_unittest.cc',
@@ -1833,7 +1831,6 @@
['include', '_ios\\.(cc|mm)$'],
['include', '(^|/)ios/'],
# TODO(ios): Add files here as they are updated to compile on iOS.
- ['include', '^common/bzip2_unittest\\.cc$'],
['include', '^common/zip_'],
],
'conditions': [
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/bzip2_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698