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

Unified Diff: chrome/test/BUILD.gn

Issue 2174753004: arc:Integration test for Arc package Chrome sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@current
Patch Set: Created 4 years, 5 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7132b45882cf60c64cc9c58b927a2ea766c241c8..a1cb45af094adabd73c30bf7bea439a0691201fe 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -723,10 +723,18 @@ if (!is_android) {
}
if (!is_chromeos) {
sources -= [
+ "../browser/sync/test/integration/sync_arc_package_helper.cc",
+ "../browser/sync/test/integration/sync_arc_package_helper.h",
"../browser/sync/test/integration/wifi_credentials_helper.cc",
"../browser/sync/test/integration/wifi_credentials_helper.h",
]
}
+ if (is_chromeos) {
+ deps += [
+ "//components/arc:arc_test_support",
+ "//components/user_manager:test_support",
+ ]
+ }
}
js2gtest("browser_tests_js_webui") {
@@ -1589,7 +1597,9 @@ if (!is_android) {
}
if (!is_chromeos) {
sources -= [
+ "../browser/sync/test/integration/single_client_arc_package_sync_test.cc",
"../browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc",
+ "../browser/sync/test/integration/two_client_arc_package_sync_test.cc",
"../browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698