diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 22:06:14 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 22:06:14 +0000 |
commit | d34d79fb9422972529f6c19f3a974622699706c8 (patch) | |
tree | 9d5145e3ddb51604f3a32bd6f06ed3671a0e6ad9 /net/net.gyp | |
parent | 7eab0d22638954a4539a408c1b44082cb78f7a7d (diff) | |
download | chromium_src-d34d79fb9422972529f6c19f3a974622699706c8.zip chromium_src-d34d79fb9422972529f6c19f3a974622699706c8.tar.gz chromium_src-d34d79fb9422972529f6c19f3a974622699706c8.tar.bz2 |
Remove the base_gfx project since it no longer has an external dependencies.
Replace it with base_i18n which encapsulates all ICU dependencies.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/267048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index ed1b851..2d0b342 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -12,6 +12,7 @@ 'type': '<(library)', 'dependencies': [ '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../build/temp_gyp/googleurl.gyp:googleurl', '../sdch/sdch.gyp:sdch', '../third_party/bzip2/bzip2.gyp:bzip2', @@ -456,6 +457,7 @@ 'net', 'net_test_support', '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../testing/gtest.gyp:gtest', '../third_party/zlib/zlib.gyp:zlib', '../third_party/bzip2/bzip2.gyp:bzip2', @@ -591,6 +593,7 @@ 'net', 'net_test_support', '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', '../base/base.gyp:test_support_perf', '../testing/gtest.gyp:gtest', @@ -629,6 +632,7 @@ 'type': 'executable', 'dependencies': [ '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../build/temp_gyp/googleurl.gyp:googleurl', ], 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', |