diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 11:15:16 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 11:15:16 +0000 |
commit | 0ce9b0435ec341c4751b4deeea56084634f748fc (patch) | |
tree | 16ff39c60943ce5d0385e20048b7059d365fe3fa /android_webview | |
parent | df3ebb5fe4342d3a5514443fadd9226ecf883155 (diff) | |
download | chromium_src-0ce9b0435ec341c4751b4deeea56084634f748fc.zip chromium_src-0ce9b0435ec341c4751b4deeea56084634f748fc.tar.gz chromium_src-0ce9b0435ec341c4751b4deeea56084634f748fc.tar.bz2 |
Android WebView: allow ICU code to be merged.
We need to build a copy of icu for host now that v8 depends on it, so
allow the ICU sources to be merged to the downstream tree.
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/19488004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/known_issues.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py index 9d9abae..e563ecd 100644 --- a/android_webview/tools/known_issues.py +++ b/android_webview/tools/known_issues.py @@ -58,16 +58,6 @@ KNOWN_INCOMPATIBLE = { 'third_party/icu': [ # Incompatible code from ICU's repository. 'source/data/brkitr', - - # Code we don't want to build/include by accident from ICU's repository. - 'android', - 'build', - 'linux', - 'mac', - 'patches', - 'public', - 'source', - 'windows', ], } |