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

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

Issue 1685233002: Fix the Kasko GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/test/kasko/hang_watcher_integration_test.py ('k') | no next file » | 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 } 7 }
8 8
9 source_set("lib") { 9 source_set("lib") {
10 sources = [ 10 sources = [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 43
44 defines = [ "CRASH_IMPLEMENTATION" ] 44 defines = [ "CRASH_IMPLEMENTATION" ]
45 45
46 public_deps = [ 46 public_deps = [
47 ":app_non_mac_win", 47 ":app_non_mac_win",
48 "//third_party/kasko", 48 "//third_party/kasko",
49 ] 49 ]
50 deps = [ 50 deps = [
51 "//base", 51 "//base",
52 "//third_party/kasko",
53 ] 52 ]
54 53
55 deps += [ ":lib" ] 54 deps += [ ":lib" ]
56 if (is_win) { 55 if (is_win) {
57 deps += [ 56 deps += [
58 # TODO(fdoray): Remove this once the PreRead field trial has expired. 57 # TODO(fdoray): Remove this once the PreRead field trial has expired.
59 # crbug.com/577698 58 # crbug.com/577698
60 "//components/startup_metric_utils/common", 59 "//components/startup_metric_utils/common",
61 ] 60 ]
62 } 61 }
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 183
185 if (is_mac) { 184 if (is_mac) {
186 deps += [ "//breakpad" ] 185 deps += [ "//breakpad" ]
187 } 186 }
188 187
189 if (is_win) { 188 if (is_win) {
190 deps += [ "//breakpad:breakpad_handler" ] 189 deps += [ "//breakpad:breakpad_handler" ]
191 } 190 }
192 } 191 }
193 } 192 }
OLDNEW
« no previous file with comments | « chrome/test/kasko/hang_watcher_integration_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698