diff options
author | aberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-10 16:19:22 +0000 |
---|---|---|
committer | aberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-10 16:19:22 +0000 |
commit | 93c9f9b0eaf8be547b33ba59027c44358f6f845a (patch) | |
tree | 7e139bb57e6d20f948a8d9acdd3fd3c327b63524 /build/all.gyp | |
parent | 62dbdc4b265f5bd273078d92da4d4b003753e0ff (diff) | |
download | chromium_src-93c9f9b0eaf8be547b33ba59027c44358f6f845a.zip chromium_src-93c9f9b0eaf8be547b33ba59027c44358f6f845a.tar.gz chromium_src-93c9f9b0eaf8be547b33ba59027c44358f6f845a.tar.bz2 |
Move the android library loader from content to base
The android library loader has no logical connection with content. Mojo
shell, which doesn't depend on content, wants to use it. This CL
moves it from content to base.
BUG=225101
NOTRY=true
Review URL: https://codereview.chromium.org/141223002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 893d13f..ee50dca 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -733,7 +733,7 @@ '../components/components_tests.gyp:components_unittests', '../content/content_shell_and_tests.gyp:content_browsertests', '../content/content_shell_and_tests.gyp:content_gl_tests', - '../content/content_shell_and_tests.gyp:content_linker_test_apk', + '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', '../content/content_shell_and_tests.gyp:content_shell_test_apk', '../content/content_shell_and_tests.gyp:content_unittests', '../gpu/gpu.gyp:gl_tests', |