OLD | NEW |
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 | 6 |
7 source_set("crash") { | 7 source_set("crash") { |
8 sources = [ | 8 sources = [ |
9 "app_state_tracker.cc", | 9 "app_state_tracker.cc", |
10 "app_state_tracker.h", | 10 "app_state_tracker.h", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 "linux/synchronized_minidump_manager_unittest.cc", | 58 "linux/synchronized_minidump_manager_unittest.cc", |
59 ] | 59 ] |
60 | 60 |
61 deps = [ | 61 deps = [ |
62 ":crash", | 62 ":crash", |
63 ":test_support", | 63 ":test_support", |
64 "//base", | 64 "//base", |
65 "//base/test:run_all_unittests", | 65 "//base/test:run_all_unittests", |
66 "//base/test:test_support", | 66 "//base/test:test_support", |
67 "//breakpad:client", | 67 "//breakpad:client", |
| 68 "//chromecast/base:test_support", |
68 "//testing/gmock", | 69 "//testing/gmock", |
69 "//testing/gtest", | 70 "//testing/gtest", |
70 ] | 71 ] |
71 } | 72 } |
72 } | 73 } |
OLD | NEW |