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

Side by Side Diff: components/crash/content/app/BUILD.gn

Issue 2860863003: Rework GetStabilityFileForProcess for use by Crashpad integration (Closed)
Patch Set: Address Mark's second round Created 3 years, 7 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 | « components/browser_watcher/stability_paths.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 assert(!is_ios) 5 assert(!is_ios)
6 if (is_android) { 6 if (is_android) {
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 } 8 }
9 9
10 static_library("lib") { 10 static_library("lib") {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//base/test:test_support", 231 "//base/test:test_support",
232 "//testing/gmock", 232 "//testing/gmock",
233 "//testing/gtest", 233 "//testing/gtest",
234 ] 234 ]
235 235
236 if (is_win) { 236 if (is_win) {
237 deps += [ 237 deps += [
238 ":run_as_crashpad_handler", 238 ":run_as_crashpad_handler",
239 "//breakpad:client", 239 "//breakpad:client",
240 "//third_party/crashpad/crashpad/client:client", 240 "//third_party/crashpad/crashpad/client:client",
241 "//third_party/crashpad/crashpad/compat",
242 "//third_party/crashpad/crashpad/snapshot:snapshot", 241 "//third_party/crashpad/crashpad/snapshot:snapshot",
243 "//third_party/crashpad/crashpad/util", 242 "//third_party/crashpad/crashpad/util",
244 ] 243 ]
245 } 244 }
246 } 245 }
OLDNEW
« no previous file with comments | « components/browser_watcher/stability_paths.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698