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

Unified Diff: content/test/BUILD.gn

Issue 1071633003: GN Windows component build fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/app/BUILD.gn ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c0f3e8fe83331628f89b1c04f66aff7b2adcbdb5..2ffb9546eb1319c7fe16e75736938b71a2f53bb9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -20,7 +20,7 @@ content_tests_gypi_values =
[ "../content_tests.gypi" ])
# GYP version //content/content_tests.gypi:test_support_content
-static_library("test_support") {
+source_set("test_support") {
testonly = true
public_deps = []
deps = [
@@ -127,8 +127,10 @@ static_library("test_support") {
}
if (is_win) {
- deps += [ "//third_party/iaccessible2" ]
- sources += [ "../app/startup_helper_win.cc" ]
+ deps += [
+ "//content:startup_helper_win",
+ "//third_party/iaccessible2",
+ ]
}
if (!is_android && !is_ios) {
« no previous file with comments | « content/app/BUILD.gn ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698