Skip to content

Commit

Permalink
Switching net over to use gyp on windows.
Browse files Browse the repository at this point in the history
Review URL: http://codereview.chromium.org/48108

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11942 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
bradnelson@google.com committed Mar 18, 2009
1 parent 05f3813 commit b823446
Show file tree
Hide file tree
Showing 15 changed files with 1,781 additions and 2,382 deletions.
2 changes: 1 addition & 1 deletion build/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:*',
'../net/net.gyp:*',
],
'conditions': [
['all_gyps', {
'dependencies': [
'../chrome/chrome.gyp:*',
'../media/media.gyp:*',
'../net/net.gyp:*',
'../printing/printing.gyp:*',
'../sdch/sdch.gyp:*',
'../skia/skia.gyp:*',
Expand Down
2 changes: 1 addition & 1 deletion chrome/app/chrome_dll.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
>
</File>
<File
RelativePath="$(OutDir)\grit_derived_sources\net_resources.rc"
RelativePath="$(OutDir)\obj\global_intermediate\net\net_resources.rc"
>
</File>
<File
Expand Down
2,670 changes: 1,347 additions & 1,323 deletions chrome/chrome.sln

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/test/interactive_ui/interactive_ui.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
>
</File>
<File
RelativePath="$(OutDir)\grit_derived_sources\net_resources.rc"
RelativePath="$(OutDir)\obj\global_intermediate\net\net_resources.rc"
>
</File>
<File
Expand Down
2 changes: 1 addition & 1 deletion chrome/test/unit/unittests.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
>
</File>
<File
RelativePath="$(OutDir)\grit_derived_sources\net_resources.rc"
RelativePath="$(OutDir)\obj\global_intermediate\net\net_resources.rc"
>
</File>
<File
Expand Down
2 changes: 1 addition & 1 deletion net/net.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
],
'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}',
'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
'sources': [
'tools/tld_cleanup/tld_cleanup.cc',
],
Expand Down
217 changes: 0 additions & 217 deletions net/net.sln

This file was deleted.

Loading

0 comments on commit b823446

Please sign in to comment.