diff options
author | tfarina <tfarina@chromium.org> | 2015-07-20 14:09:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-20 21:10:08 +0000 |
commit | 373c2028b86dd2e48f167493634a8e2c52e60463 (patch) | |
tree | 7f404611dd7366f98addf3e7e9e7ea8e225e7f44 | |
parent | 6dfcff6a4e635c4a7c86a3ce3286b5927ba838fb (diff) | |
download | chromium_src-373c2028b86dd2e48f167493634a8e2c52e60463.zip chromium_src-373c2028b86dd2e48f167493634a8e2c52e60463.tar.gz chromium_src-373c2028b86dd2e48f167493634a8e2c52e60463.tar.bz2 |
extensions: Remove dependency on libxml.
Now only extensions common depends on it.
BUG=None
TEST=extensions_unittests
R=rockot@chromium.org
Review URL: https://codereview.chromium.org/1244633002
Cr-Commit-Position: refs/heads/master@{#339518}
-rw-r--r-- | extensions/BUILD.gn | 1 | ||||
-rw-r--r-- | extensions/extensions_tests.gyp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn index bfc3f18..949fbe1 100644 --- a/extensions/BUILD.gn +++ b/extensions/BUILD.gn @@ -171,7 +171,6 @@ test("extensions_unittests") { "//testing/gmock", "//testing/gtest", "//third_party/leveldatabase", - "//third_party/libxml", "//third_party/mojo/src/mojo/edk/js", "//third_party/mojo/src/mojo/edk/system", "//third_party/mojo/src/mojo/public/cpp/bindings", diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp index 9e84a63..c64180b 100644 --- a/extensions/extensions_tests.gyp +++ b/extensions/extensions_tests.gyp @@ -28,7 +28,6 @@ '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', - '../third_party/libxml/libxml.gyp:libxml', '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |