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

Unified Diff: chrome/test/BUILD.gn

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: fix android_aosp build Created 6 years 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/chrome_switches.cc ('k') | components/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 d56b1a7b33b104093ed5779dbc4a95a700b071b9..7aa757d9be010d9435fc42ddae966256cbf2f0b9 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -254,6 +254,12 @@ if (!is_android) {
"../browser/sync/test/integration/sync_app_list_helper.h",
]
}
+ if (!is_chromeos) {
+ sources -= [
+ "../browser/sync/test/integration/wifi_credentials_helper.cc",
+ "../browser/sync/test/integration/wifi_credentials_helper.h",
+ ]
+ }
}
test("sync_integration_tests") {
@@ -313,6 +319,12 @@ if (!is_android) {
} else {
sources -= [ "../app/chrome_version.rc.version" ]
}
+ if (!is_chromeos) {
+ sources -= [
+ "../browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc",
+ "../browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc",
+ ]
+ }
if (toolkit_views) {
deps += [ "//ui/views" ]
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698