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 /chrome_frame | |
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 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index fcb8c52..31e0064 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -363,7 +363,7 @@ 'target_name': 'chrome_frame_perftests',
'type': 'executable',
'dependencies': [
- '../base/base.gyp:base_gfx',
+ '../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../chrome/chrome.gyp:common',
|