summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 00:33:23 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 00:33:23 +0000
commitc7b982176e711f0882a08b683c9d1496072d271a (patch)
treee4e4c7c9d3f66507054db8d99d3a5386796bee67 /chrome_frame/chrome_frame.gyp
parent3baef3bd25801d51d8b66ca21f5e8704d1380b31 (diff)
downloadchromium_src-c7b982176e711f0882a08b683c9d1496072d271a.zip
chromium_src-c7b982176e711f0882a08b683c9d1496072d271a.tar.gz
chromium_src-c7b982176e711f0882a08b683c9d1496072d271a.tar.bz2
Eliminate icu_stubs. Things still seem to link fine without these. I suspect splitting utf_string_conversions out of string_utils on the Chrome side helped here.
If I don't eliminate these, I need to patch them for bug 4010, but I'm not going to do that if they aren't needed. BUG=4010 TEST=none Review URL: http://codereview.chromium.org/371039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp16
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 3b9af9a..37436b7 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -182,17 +182,6 @@
],
},
{
- # build the ICU stubs
- 'target_name': 'icu_stubs',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'icu_stubs.cc'
- ],
- },
- {
# TODO(slightlyoff): de-win32-ify
#
# build the base_noicu.lib.
@@ -200,7 +189,6 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
- 'icu_stubs',
],
'actions': [
{
@@ -208,7 +196,6 @@
'msvs_cygwin_shell': 0,
'inputs': [
'<(PRODUCT_DIR)/lib/base.lib',
- '<(PRODUCT_DIR)/lib/icu_stubs.lib',
],
'outputs': [
'<(PRODUCT_DIR)/lib/base_noicu.lib',
@@ -238,7 +225,6 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'base_noicu',
- 'icu_stubs',
'chrome_frame_npapi',
'chrome_frame_strings',
'xulrunner_sdk',
@@ -312,7 +298,6 @@
'test/http_negotiate_unittest.cc',
'test/http_server.cc',
'test/http_server.h',
- 'test/icu_stubs_unittests.cc',
'test/run_all_unittests.cc',
'test/test_server.cc',
'test/test_server.h',
@@ -650,7 +635,6 @@
'function_stub.h',
'http_negotiate.h',
'http_negotiate.cc',
- 'icu_stubs.cc',
'iids.cc',
'in_place_menu.h',
'ole_document_impl.h',