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

Side by Side Diff: chrome/chrome_tests.gypi

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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 ], 1472 ],
1473 'sync_integration_tests_sources': [ 1473 'sync_integration_tests_sources': [
1474 'app/chrome_command_ids.h', 1474 'app/chrome_command_ids.h',
1475 'app/chrome_dll.rc', 1475 'app/chrome_dll.rc',
1476 'app/chrome_dll_resource.h', 1476 'app/chrome_dll_resource.h',
1477 'app/chrome_version.rc.version', 1477 'app/chrome_version.rc.version',
1478 'browser/sync/test/integration/enable_disable_test.cc', 1478 'browser/sync/test/integration/enable_disable_test.cc',
1479 'browser/sync/test/integration/migration_test.cc', 1479 'browser/sync/test/integration/migration_test.cc',
1480 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 1480 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
1481 'browser/sync/test/integration/single_client_apps_sync_test.cc', 1481 'browser/sync/test/integration/single_client_apps_sync_test.cc',
1482 'browser/sync/test/integration/single_client_arc_package_sync_test.cc',
1482 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 1483 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
1483 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', 1484 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
1484 'browser/sync/test/integration/single_client_directory_sync_test.cc', 1485 'browser/sync/test/integration/single_client_directory_sync_test.cc',
1485 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 1486 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
1486 'browser/sync/test/integration/single_client_password_manager_setting_migr ator_service_sync_test.cc', 1487 'browser/sync/test/integration/single_client_password_manager_setting_migr ator_service_sync_test.cc',
1487 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 1488 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
1488 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 1489 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
1489 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', 1490 'browser/sync/test/integration/single_client_search_engines_sync_test.cc',
1490 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 1491 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
1491 'browser/sync/test/integration/single_client_supervised_user_settings_sync _test.cc', 1492 'browser/sync/test/integration/single_client_supervised_user_settings_sync _test.cc',
1492 'browser/sync/test/integration/single_client_themes_sync_test.cc', 1493 'browser/sync/test/integration/single_client_themes_sync_test.cc',
1493 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 1494 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
1494 'browser/sync/test/integration/single_client_wallet_sync_test.cc', 1495 'browser/sync/test/integration/single_client_wallet_sync_test.cc',
1495 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ', 1496 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ',
1496 'browser/sync/test/integration/sync_auth_test.cc', 1497 'browser/sync/test/integration/sync_auth_test.cc',
1497 'browser/sync/test/integration/sync_errors_test.cc', 1498 'browser/sync/test/integration/sync_errors_test.cc',
1498 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 1499 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
1499 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 1500 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
1500 'browser/sync/test/integration/two_client_apps_sync_test.cc', 1501 'browser/sync/test/integration/two_client_apps_sync_test.cc',
1502 'browser/sync/test/integration/two_client_arc_package_sync_test.cc',
1501 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 1503 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
1502 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 1504 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
1503 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 1505 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
1504 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1506 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1505 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1507 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1506 'browser/sync/test/integration/two_client_password_manager_setting_migrato r_service_sync_test.cc', 1508 'browser/sync/test/integration/two_client_password_manager_setting_migrato r_service_sync_test.cc',
1507 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1509 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1508 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1510 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1509 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1511 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1510 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1512 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 'browser/sync/test/integration/sessions_helper.cc', 1564 'browser/sync/test/integration/sessions_helper.cc',
1563 'browser/sync/test/integration/sessions_helper.h', 1565 'browser/sync/test/integration/sessions_helper.h',
1564 'browser/sync/test/integration/single_client_status_change_checker.cc', 1566 'browser/sync/test/integration/single_client_status_change_checker.cc',
1565 'browser/sync/test/integration/single_client_status_change_checker.h', 1567 'browser/sync/test/integration/single_client_status_change_checker.h',
1566 'browser/sync/test/integration/status_change_checker.cc', 1568 'browser/sync/test/integration/status_change_checker.cc',
1567 'browser/sync/test/integration/status_change_checker.h', 1569 'browser/sync/test/integration/status_change_checker.h',
1568 'browser/sync/test/integration/sync_app_helper.cc', 1570 'browser/sync/test/integration/sync_app_helper.cc',
1569 'browser/sync/test/integration/sync_app_helper.h', 1571 'browser/sync/test/integration/sync_app_helper.h',
1570 'browser/sync/test/integration/sync_app_list_helper.cc', 1572 'browser/sync/test/integration/sync_app_list_helper.cc',
1571 'browser/sync/test/integration/sync_app_list_helper.h', 1573 'browser/sync/test/integration/sync_app_list_helper.h',
1574 'browser/sync/test/integration/sync_arc_package_helper.cc',
1575 'browser/sync/test/integration/sync_arc_package_helper.h',
1572 'browser/sync/test/integration/sync_datatype_helper.cc', 1576 'browser/sync/test/integration/sync_datatype_helper.cc',
1573 'browser/sync/test/integration/sync_datatype_helper.h', 1577 'browser/sync/test/integration/sync_datatype_helper.h',
1574 'browser/sync/test/integration/sync_extension_helper.cc', 1578 'browser/sync/test/integration/sync_extension_helper.cc',
1575 'browser/sync/test/integration/sync_extension_helper.h', 1579 'browser/sync/test/integration/sync_extension_helper.h',
1576 'browser/sync/test/integration/sync_extension_installer.cc', 1580 'browser/sync/test/integration/sync_extension_installer.cc',
1577 'browser/sync/test/integration/sync_extension_installer.h', 1581 'browser/sync/test/integration/sync_extension_installer.h',
1578 'browser/sync/test/integration/sync_integration_test_util.cc', 1582 'browser/sync/test/integration/sync_integration_test_util.cc',
1579 'browser/sync/test/integration/sync_integration_test_util.h', 1583 'browser/sync/test/integration/sync_integration_test_util.h',
1580 'browser/sync/test/integration/sync_test.cc', 1584 'browser/sync/test/integration/sync_test.cc',
1581 'browser/sync/test/integration/sync_test.h', 1585 'browser/sync/test/integration/sync_test.h',
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 'sources!': [ 2901 'sources!': [
2898 'browser/sync/test/integration/dictionary_helper.cc', 2902 'browser/sync/test/integration/dictionary_helper.cc',
2899 'browser/sync/test/integration/dictionary_helper.h', 2903 'browser/sync/test/integration/dictionary_helper.h',
2900 'browser/sync/test/integration/dictionary_load_observer.cc', 2904 'browser/sync/test/integration/dictionary_load_observer.cc',
2901 'browser/sync/test/integration/dictionary_load_observer.h', 2905 'browser/sync/test/integration/dictionary_load_observer.h',
2902 ], 2906 ],
2903 }], 2907 }],
2904 ['chromeos==0', { 2908 ['chromeos==0', {
2905 # Note: this list is duplicated in the GN build. 2909 # Note: this list is duplicated in the GN build.
2906 'sources!': [ 2910 'sources!': [
2911 'browser/sync/test/integration/sync_arc_package_helper.cc',
2912 'browser/sync/test/integration/sync_arc_package_helper.h',
2907 'browser/sync/test/integration/wifi_credentials_helper.cc', 2913 'browser/sync/test/integration/wifi_credentials_helper.cc',
2908 'browser/sync/test/integration/wifi_credentials_helper.h', 2914 'browser/sync/test/integration/wifi_credentials_helper.h',
2909 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc ', 2915 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc ',
2910 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h' , 2916 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h' ,
2911 ], 2917 ],
2912 }], 2918 }],
2919 ['chromeos==1', {
2920 'dependencies': [
2921 '../components/components.gyp:arc',
2922 '../components/components.gyp:arc_test_support',
2923 ],
2924 }],
2913 ['enable_app_list==1', { 2925 ['enable_app_list==1', {
2914 'dependencies' : [ 2926 'dependencies' : [
2915 '../ui/app_list/app_list.gyp:app_list_test_support', 2927 '../ui/app_list/app_list.gyp:app_list_test_support',
2916 ], 2928 ],
2917 }, { 2929 }, {
2918 # Note: this list is duplicated in the GN build. 2930 # Note: this list is duplicated in the GN build.
2919 'sources!': [ 2931 'sources!': [
2920 'browser/sync/test/integration/sync_app_list_helper.cc', 2932 'browser/sync/test/integration/sync_app_list_helper.cc',
2921 'browser/sync/test/integration/sync_app_list_helper.h', 2933 'browser/sync/test/integration/sync_app_list_helper.h',
2922 ], 2934 ],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 ], 3014 ],
3003 }], 3015 }],
3004 ['toolkit_views==1', { 3016 ['toolkit_views==1', {
3005 'dependencies': [ 3017 'dependencies': [
3006 '../ui/views/views.gyp:views', 3018 '../ui/views/views.gyp:views',
3007 ], 3019 ],
3008 }], 3020 }],
3009 ['chromeos == 0', { 3021 ['chromeos == 0', {
3010 'sources!': [ 3022 'sources!': [
3011 # Note: this list is duplicated in the GN build. 3023 # Note: this list is duplicated in the GN build.
3024 "browser/sync/test/integration/single_client_arc_package_sync_test.c c",
3012 'browser/sync/test/integration/single_client_wifi_credentials_sync_t est.cc', 3025 'browser/sync/test/integration/single_client_wifi_credentials_sync_t est.cc',
3026 "browser/sync/test/integration/two_client_arc_package_sync_test.cc",
3013 'browser/sync/test/integration/two_client_wifi_credentials_sync_test .cc', 3027 'browser/sync/test/integration/two_client_wifi_credentials_sync_test .cc',
3014 ], 3028 ],
3015 }], 3029 }],
3016 ['enable_basic_printing==1 or enable_print_preview==1', { 3030 ['enable_basic_printing==1 or enable_print_preview==1', {
3017 'dependencies': [ 3031 'dependencies': [
3018 '../printing/printing.gyp:printing', 3032 '../printing/printing.gyp:printing',
3019 ], 3033 ],
3020 }], 3034 }],
3021 ['enable_app_list==0', { 3035 ['enable_app_list==0', {
3022 'sources!': [ 3036 'sources!': [
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 'browser', 3603 'browser',
3590 ], 3604 ],
3591 'sources': [ 3605 'sources': [
3592 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3606 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3593 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3607 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3594 ], 3608 ],
3595 }] 3609 }]
3596 }], 3610 }],
3597 ], # 'conditions' 3611 ], # 'conditions'
3598 } 3612 }
OLDNEW
« 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