summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 22:06:14 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 22:06:14 +0000
commitd34d79fb9422972529f6c19f3a974622699706c8 (patch)
tree9d5145e3ddb51604f3a32bd6f06ed3671a0e6ad9 /chrome/chrome.gyp
parent7eab0d22638954a4539a408c1b44082cb78f7a7d (diff)
downloadchromium_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 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index fd0c7c1..b5b206a 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -504,7 +504,7 @@
'theme_resources',
'../app/app.gyp:app_base',
'../base/base.gyp:base',
- '../base/base.gyp:base_gfx',
+ '../base/base.gyp:base_i18n',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
@@ -4873,6 +4873,7 @@
'test_support_common',
'test_support_ui',
'theme_resources',
+ '../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -4906,6 +4907,7 @@
'test_support_common',
'test_support_ui',
'theme_resources',
+ '../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -4934,6 +4936,7 @@
'test_support_common',
'test_support_ui',
'theme_resources',
+ '../base/base.gyp:base',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -5627,6 +5630,7 @@
'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'convert_dict_lib',
'../third_party/hunspell/hunspell.gyp:hunspell',
],
@@ -5865,6 +5869,8 @@
'syncapi',
'test_support_common',
'../app/app.gyp:app_base',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',