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

Unified Diff: chrome/test/BUILD.gn

Issue 2207603002: [Merge to M53] arc: Integration test for Arc package Chrome sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@M53_2785
Patch Set: Created 4 years, 4 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/chrome_tests.gypi ('k') | components/arc/test/fake_app_instance.cc » ('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 abaa78639285ec6ccb0bc36a3d8ccf68004c334c..0a016f2ffeb9daeb7482a1c0b4d36e98636284c8 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -719,10 +719,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") {
@@ -1573,7 +1581,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",
]
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698