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

Unified Diff: content/test/BUILD.gn

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index a2d7a2332a50a9e9fa4c14f0ed2ce4ffe5a750db..d2a1be3d34bac3690f911eb7531adc979846c073 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -136,7 +136,7 @@ source_set("test_support") {
if (is_win) {
deps += [
- "//content:startup_helper_win",
+ "//content:sandbox_helper_win",
"//third_party/iaccessible2",
]
}
@@ -577,7 +577,9 @@ test("content_unittests") {
]
}
- data_deps = [ "//third_party/mesa:osmesa" ]
+ data_deps = [
+ "//third_party/mesa:osmesa",
+ ]
if (!is_win) {
sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ]

Powered by Google App Engine
This is Rietveld 408576698