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

Unified Diff: chrome/chrome_tests.gypi

Issue 2174753004: arc:Integration test for Arc package Chrome sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@current
Patch Set: Modify target 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/browser/ui/app_list/arc/arc_package_syncable_service.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index c4cc9992546791385b278501e08f591e8fff74f7..cc54f05e2a696b15013a605d248f0f42073214ac 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1490,6 +1490,7 @@
'browser/sync/test/integration/migration_test.cc',
'browser/sync/test/integration/single_client_app_list_sync_test.cc',
'browser/sync/test/integration/single_client_apps_sync_test.cc',
+ 'browser/sync/test/integration/single_client_arc_package_sync_test.cc',
'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
'browser/sync/test/integration/single_client_directory_sync_test.cc',
@@ -1509,6 +1510,7 @@
'browser/sync/test/integration/sync_exponential_backoff_test.cc',
'browser/sync/test/integration/two_client_app_list_sync_test.cc',
'browser/sync/test/integration/two_client_apps_sync_test.cc',
+ 'browser/sync/test/integration/two_client_arc_package_sync_test.cc',
'browser/sync/test/integration/two_client_autofill_sync_test.cc',
'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
@@ -1580,6 +1582,8 @@
'browser/sync/test/integration/sync_app_helper.h',
'browser/sync/test/integration/sync_app_list_helper.cc',
'browser/sync/test/integration/sync_app_list_helper.h',
+ 'browser/sync/test/integration/sync_arc_package_helper.cc',
+ 'browser/sync/test/integration/sync_arc_package_helper.h',
'browser/sync/test/integration/sync_datatype_helper.cc',
'browser/sync/test/integration/sync_datatype_helper.h',
'browser/sync/test/integration/sync_extension_helper.cc',
@@ -2909,12 +2913,20 @@
['chromeos==0', {
# Note: this list is duplicated in the GN build.
'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',
# 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc',
# 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h',
],
}],
+ ['chromeos==1', {
+ 'dependencies': [
+ '../components/components.gyp:arc',
+ '../components/components.gyp:arc_test_support',
+ ],
+ }],
['enable_app_list==1', {
'dependencies' : [
'../ui/app_list/app_list.gyp:app_list_test_support',
@@ -3014,7 +3026,9 @@
['chromeos == 0', {
'sources!': [
# Note: this list is duplicated in the GN build.
+ "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/browser/ui/app_list/arc/arc_package_syncable_service.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698