Merge pull request #2173 from abarth/rm_url

Remove //url
This commit is contained in:
Adam Barth
2015-12-11 11:21:37 -08:00

View File

@@ -36,10 +36,6 @@ _build_deps = [
'tools/valgrind',
]
_chromium_libs = [
'url',
]
_third_party_deps = [
'third_party/android_platform',
'third_party/apple_apsl',
@@ -62,7 +58,7 @@ _third_party_deps = [
'third_party/zlib',
]
dirs_from_chromium = _base_deps + _build_deps + _chromium_libs + _third_party_deps
dirs_from_chromium = _base_deps + _build_deps + _third_party_deps
dirs_from_mojo = [
'mojo/android',