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

Side by Side Diff: chrome/install_static/BUILD.gn

Issue 2799013002: Monitor crashpad_handler for crashes [sometimes] (Closed)
Patch Set: Address review feedback (scottmg) Created 3 years, 8 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/common/channel_info_win.cc ('k') | chrome/install_static/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_win) 8 assert(is_win)
9 9
10 # This file only contains utility functions which must only depend on kernel32. 10 # This file only contains utility functions which must only depend on kernel32.
11 # Please don't add dependencies on other system libraries. 11 # Please don't add dependencies on other system libraries.
12 static_library("install_static_util") { 12 static_library("install_static_util") {
13 deps = [ 13 deps = [
14 "//components/version_info:channel",
14 "//components/version_info:generate_version_info", 15 "//components/version_info:generate_version_info",
15 ] 16 ]
16 17
17 public_deps = [ 18 public_deps = [
18 "//chrome_elf:nt_registry", 19 "//chrome_elf:nt_registry",
19 ] 20 ]
20 21
21 sources = [ 22 sources = [
22 "../app/chrome_dll_resource.h", 23 "../app/chrome_dll_resource.h",
23 "../chrome/common/chrome_icon_resources_win.h", 24 "../chrome/common/chrome_icon_resources_win.h",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 deps = [ 92 deps = [
92 "//base", 93 "//base",
93 "//base/test:run_all_unittests", 94 "//base/test:run_all_unittests",
94 "//base/test:test_support", 95 "//base/test:test_support",
95 "//chrome/install_static:install_static_util", 96 "//chrome/install_static:install_static_util",
96 "//chrome/install_static/test:test_support", 97 "//chrome/install_static/test:test_support",
97 "//testing/gmock", 98 "//testing/gmock",
98 "//testing/gtest", 99 "//testing/gtest",
99 ] 100 ]
100 } 101 }
OLDNEW
« no previous file with comments | « chrome/common/channel_info_win.cc ('k') | chrome/install_static/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698