diff options
author | cjhopman <cjhopman@chromium.org> | 2014-09-23 17:52:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-24 00:53:11 +0000 |
commit | 2fd48fd14b188a0b854f9c5910b9f40b5576291f (patch) | |
tree | 4082eb5d58cf03aa528b69abad5151cde40b3ffd /breakpad | |
parent | f3e00b33be7782d91d1b8dc01e361299a9e656cf (diff) | |
download | chromium_src-2fd48fd14b188a0b854f9c5910b9f40b5576291f.zip chromium_src-2fd48fd14b188a0b854f9c5910b9f40b5576291f.tar.gz chromium_src-2fd48fd14b188a0b854f9c5910b9f40b5576291f.tar.bz2 |
Make content_shell_apk build completely
This fixes configuration of various targets (mostly adding some missing
files for is_android builds).
Adds a target setting up the content_shell_apk assets directory.
Uncomments the previously non-working dependencies from
libcontent_shell_content_view.
Adds forwarding of testonly in all of the android templates.
TBR=mark@
BUG=359249
Review URL: https://codereview.chromium.org/569923003
Cr-Commit-Position: refs/heads/master@{#296319}
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn index 4f4bd48..e8be01f 100644 --- a/breakpad/BUILD.gn +++ b/breakpad/BUILD.gn @@ -394,6 +394,8 @@ if (is_linux || is_android) { } static_library("client") { + # Want all these sources for both Linux and Android. + set_sources_assignment_filter([]) sources = [ "src/client/linux/crash_generation/crash_generation_client.cc", "src/client/linux/crash_generation/crash_generation_client.h", |