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

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

Issue 1847063004: Remove "#pragma comment(lib" in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "//content/public/common:result_codes", 180 "//content/public/common:result_codes",
181 "//sandbox", 181 "//sandbox",
182 ] 182 ]
183 183
184 if (is_mac) { 184 if (is_mac) {
185 deps += [ "//breakpad" ] 185 deps += [ "//breakpad" ]
186 } 186 }
187 187
188 if (is_win) { 188 if (is_win) {
189 deps += [ "//breakpad:breakpad_handler" ] 189 deps += [ "//breakpad:breakpad_handler" ]
190 libs = [ "userenv.lib" ]
190 } 191 }
191 } 192 }
192 } 193 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698