From 2fd48fd14b188a0b854f9c5910b9f40b5576291f Mon Sep 17 00:00:00 2001 From: cjhopman Date: Tue, 23 Sep 2014 17:52:56 -0700 Subject: 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} --- breakpad/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'breakpad/BUILD.gn') 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", -- cgit v1.1