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

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

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 10 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/crash/DEPS ('k') | components/crash/content/app/DEPS » ('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 26 matching lines...) Expand all
37 37
38 if (is_mac || is_win) { 38 if (is_mac || is_win) {
39 sources += [ "crashpad.cc" ] 39 sources += [ "crashpad.cc" ]
40 } 40 }
41 41
42 defines = [ "CRASH_IMPLEMENTATION" ] 42 defines = [ "CRASH_IMPLEMENTATION" ]
43 43
44 public_deps = [ 44 public_deps = [
45 ":app_non_mac_win", 45 ":app_non_mac_win",
46 ":lib", 46 ":lib",
47 "//third_party/kasko",
48 ] 47 ]
49 deps = [ 48 deps = [
50 "//base", 49 "//base",
51 ] 50 ]
52 51
53 if (is_mac || is_win) { 52 if (is_mac || is_win) {
54 deps += [ 53 deps += [
55 "//third_party/crashpad/crashpad/client", 54 "//third_party/crashpad/crashpad/client",
56 "//third_party/crashpad/crashpad/snapshot:snapshot_api", 55 "//third_party/crashpad/crashpad/snapshot:snapshot_api",
57 ] 56 ]
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 deps += [ 237 deps += [
239 ":run_as_crashpad_handler", 238 ":run_as_crashpad_handler",
240 "//breakpad:client", 239 "//breakpad:client",
241 "//third_party/crashpad/crashpad/client:client", 240 "//third_party/crashpad/crashpad/client:client",
242 "//third_party/crashpad/crashpad/compat", 241 "//third_party/crashpad/crashpad/compat",
243 "//third_party/crashpad/crashpad/snapshot:snapshot", 242 "//third_party/crashpad/crashpad/snapshot:snapshot",
244 "//third_party/crashpad/crashpad/util", 243 "//third_party/crashpad/crashpad/util",
245 ] 244 ]
246 } 245 }
247 } 246 }
OLDNEW
« no previous file with comments | « components/crash/DEPS ('k') | components/crash/content/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698