diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 00:20:42 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 00:20:42 +0000 |
commit | 3381f17b4df9fdc90e7a78b53d5d7bc052895d3f (patch) | |
tree | d0ba8ae1fc0e1d7e481802c78419dcdda0bc8edd /net | |
parent | 9e3df998ca7b1b1ea6d0d403d93b834bf847eb89 (diff) | |
download | chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.zip chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.tar.gz chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.tar.bz2 |
Remove files that don't exist, and fix typos in gyp files
BUG=none
TEST=things still work
Review URL: http://codereview.chromium.org/6990028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/net.gyp b/net/net.gyp index 1931bea..8d4c175 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1025,11 +1025,6 @@ 'base/dnssec_unittest.cc', ], }, - { # else, remove openssl specific tests - 'sources!': [ - 'base/x509_openssl_util_unittest.cc', - ], - } ], [ 'OS == "win"', { 'sources!': [ @@ -1337,7 +1332,6 @@ 'tools/flip_server/loadtime_measurement.h', 'tools/flip_server/mem_cache.h', 'tools/flip_server/mem_cache.cc', - 'tools/flip_server/porting.txt', 'tools/flip_server/output_ordering.cc', 'tools/flip_server/output_ordering.h', 'tools/flip_server/ring_buffer.cc', @@ -1358,9 +1352,6 @@ 'tools/flip_server/streamer_interface.cc', 'tools/flip_server/streamer_interface.h', 'tools/flip_server/string_piece_utils.h', - 'tools/flip_server/thread.h', - 'tools/flip_server/url_to_filename_encoder.h', - 'tools/flip_server/url_utilities.h', ], }, { |