Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(753)

Side by Side Diff: chromecast/app/BUILD.gn

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: cast_shell_unittests not built for android Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/app/android/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//testing/test.gni")
6
7 component("cast_crash_client") {
8 sources = [
9 "android/cast_crash_reporter_client_androic.cc",
10 "android/cast_crash_reporter_client_android.h",
11 "linux/cast_crash_reporter_client.cc",
12 "linux/cast_crash_reporter_client.h",
13 ]
14
15 deps = [
16 "//chromecast/crash",
17 "//components/crash/app",
18 "//content/public/common",
19 ]
20
21 configs += [ "//chromecast:config" ]
22 }
23
24 test("cast_shell_unittests") {
25 sources = [
26 "linux/cast_crash_reporter_client_unittest.cc",
27 ]
28
29 deps = [
30 ":cast_crash_client",
31 "//base/test:run_all_unittests",
32 "//testing/gtest",
33 ]
34 }
OLDNEW
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/app/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698