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

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

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 source_set("app") { 8 source_set("app") {
9 sources = [ 9 sources = [
10 "cast_main_delegate.cc", 10 "cast_main_delegate.cc",
11 "cast_main_delegate.h", 11 "cast_main_delegate.h",
12 ] 12 ]
13 13
14 deps = [ 14 deps = [
15 ":cast_crash_client", 15 ":cast_crash_client",
16 "//base", 16 "//base",
17 "//chromecast/base", 17 "//chromecast/base",
18 "//chromecast/browser", 18 "//chromecast/browser",
19 "//chromecast/common", 19 "//chromecast/common",
20 "//chromecast/renderer", 20 "//chromecast/renderer",
21 "//components/crash/app:lib", 21 "//components/crash/content/app:lib",
22 "//content/public/app:both", 22 "//content/public/app:both",
23 "//content/public/browser", 23 "//content/public/browser",
24 "//content/public/common", 24 "//content/public/common",
25 "//ui/base", 25 "//ui/base",
26 ] 26 ]
27 } 27 }
28 28
29 source_set("cast_crash_client") { 29 source_set("cast_crash_client") {
30 sources = [ 30 sources = [
31 "android/cast_crash_reporter_client_android.cc", 31 "android/cast_crash_reporter_client_android.cc",
32 "android/cast_crash_reporter_client_android.h", 32 "android/cast_crash_reporter_client_android.h",
33 "linux/cast_crash_reporter_client.cc", 33 "linux/cast_crash_reporter_client.cc",
34 "linux/cast_crash_reporter_client.h", 34 "linux/cast_crash_reporter_client.h",
35 ] 35 ]
36 36
37 configs += [ "//chromecast:config" ] 37 configs += [ "//chromecast:config" ]
38 38
39 deps = [ 39 deps = [
40 "//base", 40 "//base",
41 "//chromecast/base", 41 "//chromecast/base",
42 "//chromecast/crash", 42 "//chromecast/crash",
43 "//components/crash/app", 43 "//components/crash/content/app",
44 "//components/crash/app:lib", 44 "//components/crash/content/app:lib",
45 "//content/public/common", 45 "//content/public/common",
46 ] 46 ]
47 } 47 }
48 48
49 # TODO(kmackay) Consider renaming this. 49 # TODO(kmackay) Consider renaming this.
50 test("cast_shell_unittests") { 50 test("cast_shell_unittests") {
51 sources = [ 51 sources = [
52 "linux/cast_crash_reporter_client_unittest.cc", 52 "linux/cast_crash_reporter_client_unittest.cc",
53 ] 53 ]
54 54
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "chromecast_settings_ta.pak", 130 "chromecast_settings_ta.pak",
131 "chromecast_settings_te.pak", 131 "chromecast_settings_te.pak",
132 "chromecast_settings_th.pak", 132 "chromecast_settings_th.pak",
133 "chromecast_settings_tr.pak", 133 "chromecast_settings_tr.pak",
134 "chromecast_settings_uk.pak", 134 "chromecast_settings_uk.pak",
135 "chromecast_settings_vi.pak", 135 "chromecast_settings_vi.pak",
136 "chromecast_settings_zh-CN.pak", 136 "chromecast_settings_zh-CN.pak",
137 "chromecast_settings_zh-TW.pak", 137 "chromecast_settings_zh-TW.pak",
138 ] 138 ]
139 } 139 }
OLDNEW
« no previous file with comments | « chrome/tools/crash_service/main.cc ('k') | chromecast/app/android/cast_crash_reporter_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698