diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 19:47:21 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 19:47:21 +0000 |
commit | 319d9e6f29cc2d27c0f72ce701d905d2402c350a (patch) | |
tree | 5d637ba43b9aeed5c925e694e50aa251230c0b92 /net/build | |
parent | 22f21125f11953e1022f5e75e560c1af9484503e (diff) | |
download | chromium_src-319d9e6f29cc2d27c0f72ce701d905d2402c350a.zip chromium_src-319d9e6f29cc2d27c0f72ce701d905d2402c350a.tar.gz chromium_src-319d9e6f29cc2d27c0f72ce701d905d2402c350a.tar.bz2 |
Reduce the amount of included header files. Vast change like in "Oh God! This revision changes half of the source files!".
Review URL: http://codereview.chromium.org/20378
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 073c377..dac85da 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -14,7 +14,7 @@ </Platforms> <ToolFiles> <ToolFile - RelativePath="convert_tld_data.rules" + RelativePath=".\convert_tld_data.rules" /> </ToolFiles> <Configurations> @@ -185,6 +185,10 @@ > </File> <File + RelativePath="..\base\client_socket.cc" + > + </File> + <File RelativePath="..\base\client_socket.h" > </File> @@ -325,6 +329,10 @@ > </File> <File + RelativePath="..\base\io_buffer.cc" + > + </File> + <File RelativePath="..\base\io_buffer.h" > </File> @@ -789,6 +797,10 @@ > </File> <File + RelativePath="..\http\http_response_info.cc" + > + </File> + <File RelativePath="..\http\http_response_info.h" > </File> @@ -821,6 +833,10 @@ Name="disk_cache" > <File + RelativePath="..\disk_cache\addr.cc" + > + </File> + <File RelativePath="..\disk_cache\addr.h" > </File> |