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

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

Issue 1484713003: [Chromecast] Use ScopedTemp[File|Dir] in tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix bug in test fixture, add CHECK to ScopedTempFile::Read Created 5 years 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 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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698