From a34bb2a78c713e5b9e2224bf7f793d140b0ca608 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 10 Nov 2015 16:46:04 +0100 Subject: [PATCH] Remove icu as a dependency In https://codereview.webrtc.org/1430023005 all the code references to ICU were removed. This actually removes the library from being referenced. TESTED=git cl try -c --bot=win_compile_rel --bot=linux_compile_rel --bot=android_compile_rel --bot=mac_compile_rel --bot=ios_rel -m tryserver.webrtc R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1417563006 . Cr-Commit-Position: refs/heads/master@{#10584} --- .gitignore | 1 - setup_links.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a8ffdadcc..a25deba727 100644 --- a/.gitignore +++ b/.gitignore @@ -94,7 +94,6 @@ /third_party/gaeunit /third_party/gflags/src /third_party/google-visualization-python -/third_party/icu /third_party/instrumented_libraries /third_party/ijar /third_party/jsoncpp diff --git a/setup_links.py b/setup_links.py index b6a6ecc510..d04b3bc2c2 100755 --- a/setup_links.py +++ b/setup_links.py @@ -40,7 +40,6 @@ DIRECTORIES = [ 'third_party/colorama', 'third_party/drmemory', 'third_party/expat', - 'third_party/icu', 'third_party/instrumented_libraries', 'third_party/jsoncpp', 'third_party/libjpeg',