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

Unified Diff: chrome/test/BUILD.gn

Issue 1950183002: Add two missing tests to gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 21ad3faf098a359aae18415386a21b7e398fb2ab..1c9f996cd0a07f1ebb8035f93844144bbb5e585f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1313,7 +1313,10 @@ if (!is_android) {
]
}
if (enable_mdns) {
- sources += [ "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc" ]
+ sources += [
+ "../browser/extensions/api/gcd_private/gcd_private_apitest.cc",
+ "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc",
+ ]
}
if (use_brlapi) {
deps += [ "//build/linux:libbrlapi" ]
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698