summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-19 20:57:14 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-19 20:57:14 +0000
commitd54713426ab132a5ca95d6239641aad580fcf799 (patch)
tree247a70bc7609eba200c5f1760b8ab0ea56877982 /chrome/chrome_tests.gypi
parent35ee9505314a11dadac1bdfd41612f2984448af9 (diff)
downloadchromium_src-d54713426ab132a5ca95d6239641aad580fcf799.zip
chromium_src-d54713426ab132a5ca95d6239641aad580fcf799.tar.gz
chromium_src-d54713426ab132a5ca95d6239641aad580fcf799.tar.bz2
Review URL: http://codereview.chromium.org/545123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-xchrome/chrome_tests.gypi6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b56840a..7ed6e6a 100755
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -492,6 +492,7 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/bzip2/bzip2.gyp:bzip2',
+ '../third_party/cld/cld.gyp:cld',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',
@@ -896,8 +897,6 @@
],
'sources!': [
'browser/views/bookmark_context_menu_test.cc',
- # Compact Language Detection (cld) is not supported in linux yet.
- '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_unittest_small.cc',
],
}],
['OS=="linux" and (toolkit_views==1 or chromeos==1)', {
@@ -947,9 +946,6 @@
'browser/tab_contents/navigation_controller_unittest.cc',
'browser/task_manager_unittest.cc',
'../third_party/hunspell/google/hunspell_tests.cc',
-
- # Compact Language Detection (cld) is not supported in mac yet.
- '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_unittest_small.cc',
],
# TODO(mark): We really want this for all non-static library targets,
# but when we tried to pull it up to the common.gypi level, it broke