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

Unified Diff: chrome/chrome_tests.gypi

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: fix nits (round 2), and remove dependency from component to chrome Created 6 years, 1 month 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/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 44f70180455a8f6980cfb858b0e8e6a28ef973f2..24c9c084c6573ee86cb83b841ed835c289602aaa 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1223,6 +1223,7 @@
'browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc',
'browser/sync/test/integration/single_client_themes_sync_test.cc',
'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
+ 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc',
'browser/sync/test/integration/sync_auth_test.cc',
'browser/sync/test/integration/sync_errors_test.cc',
'browser/sync/test/integration/sync_exponential_backoff_test.cc',
@@ -1239,6 +1240,7 @@
'browser/sync/test/integration/two_client_sessions_sync_test.cc',
'browser/sync/test/integration/two_client_themes_sync_test.cc',
'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
+ 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc',
],
'test_support_sync_integration_sources': [
'browser/sync/test/integration/apps_helper.cc',
@@ -1303,6 +1305,7 @@
'browser/sync/test/integration/typed_urls_helper.h',
'browser/sync/test/integration/updated_progress_marker_checker.cc',
'browser/sync/test/integration/updated_progress_marker_checker.h',
+ 'browser/sync/test/integration/wifi_credentials_helper.cc',
],
'sync_performance_tests_sources': [
'app/chrome_command_ids.h',

Powered by Google App Engine
This is Rietveld 408576698