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

Unified Diff: chrome/test/BUILD.gn

Issue 1554563002: Put more files under the enable_service_discovery build flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fix merge Created 4 years, 11 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 | « chrome/common/extensions/api/schemas.gypi ('k') | no next file » | 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 cdc18ec5ab7cecbcda6516ec6105aef80a89d41b..e8d2a0f5cbd66bbdbce66977aea72226fedb86f3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1228,6 +1228,12 @@ if (!is_android) {
".",
"//chrome")
}
+ if (enable_service_discovery) {
+ sources += rebase_path(
+ chrome_tests_gypi_values.chrome_browser_tests_service_discovery_sources,
+ ".",
+ "//chrome")
+ }
if (enable_supervised_users) {
sources += rebase_path(
chrome_tests_gypi_values.chrome_browser_tests_supervised_user_sources,
@@ -1713,6 +1719,12 @@ test("unit_tests") {
".",
"//chrome")
}
+ if (enable_service_discovery) {
+ sources += rebase_path(
+ chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_service_discovery_sources,
+ ".",
+ "//chrome")
+ }
if (!is_chromeos) {
sources += rebase_path(
chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_non_chromeos_sources,
@@ -2028,7 +2040,6 @@ test("unit_tests") {
}
if (is_android || is_ios) {
sources -= [
- "../browser/devtools/device/cast_device_provider_unittest.cc",
"../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc",
"../browser/ui/sync/sync_promo_ui_unittest.cc",
]
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698