| OLD | NEW |
| 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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1402 'sync_integration_tests_sources': [ | 1402 'sync_integration_tests_sources': [ |
| 1403 'app/chrome_command_ids.h', | 1403 'app/chrome_command_ids.h', |
| 1404 'app/chrome_dll.rc', | 1404 'app/chrome_dll.rc', |
| 1405 'app/chrome_dll_resource.h', | 1405 'app/chrome_dll_resource.h', |
| 1406 'app/chrome_version.rc.version', | 1406 'app/chrome_version.rc.version', |
| 1407 'browser/sync/test/integration/cross_platform_sync_test.cc', | 1407 'browser/sync/test/integration/cross_platform_sync_test.cc', |
| 1408 'browser/sync/test/integration/enable_disable_test.cc', | 1408 'browser/sync/test/integration/enable_disable_test.cc', |
| 1409 'browser/sync/test/integration/migration_test.cc', | 1409 'browser/sync/test/integration/migration_test.cc', |
| 1410 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', | 1410 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', |
| 1411 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc', | 1411 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc', |
| 1412 'browser/sync/test/integration/multiple_client_password_manager_setting_mi
grator_service_sync_test.cc', |
| 1412 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', | 1413 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', |
| 1413 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc', | 1414 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc', |
| 1414 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', | 1415 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', |
| 1415 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', | 1416 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', |
| 1416 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 1417 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
| 1417 'browser/sync/test/integration/single_client_apps_sync_test.cc', | 1418 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
| 1418 'browser/sync/test/integration/single_client_backup_rollback_test.cc', | 1419 'browser/sync/test/integration/single_client_backup_rollback_test.cc', |
| 1419 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', | 1420 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', |
| 1420 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', | 1421 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', |
| 1421 'browser/sync/test/integration/single_client_directory_sync_test.cc', | 1422 'browser/sync/test/integration/single_client_directory_sync_test.cc', |
| 1422 'browser/sync/test/integration/single_client_e2e_test.cc', | 1423 'browser/sync/test/integration/single_client_e2e_test.cc', |
| 1423 'browser/sync/test/integration/single_client_extensions_sync_test.cc', | 1424 'browser/sync/test/integration/single_client_extensions_sync_test.cc', |
| 1425 'browser/sync/test/integration/single_client_password_manager_setting_migr
ator_service_sync_test.cc', |
| 1424 'browser/sync/test/integration/single_client_passwords_sync_test.cc', | 1426 'browser/sync/test/integration/single_client_passwords_sync_test.cc', |
| 1425 'browser/sync/test/integration/single_client_preferences_sync_test.cc', | 1427 'browser/sync/test/integration/single_client_preferences_sync_test.cc', |
| 1426 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', | 1428 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', |
| 1427 'browser/sync/test/integration/single_client_sessions_sync_test.cc', | 1429 'browser/sync/test/integration/single_client_sessions_sync_test.cc', |
| 1428 'browser/sync/test/integration/single_client_supervised_user_settings_sync
_test.cc', | 1430 'browser/sync/test/integration/single_client_supervised_user_settings_sync
_test.cc', |
| 1429 'browser/sync/test/integration/single_client_themes_sync_test.cc', | 1431 'browser/sync/test/integration/single_client_themes_sync_test.cc', |
| 1430 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', | 1432 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', |
| 1431 'browser/sync/test/integration/single_client_wallet_sync_test.cc', | 1433 'browser/sync/test/integration/single_client_wallet_sync_test.cc', |
| 1432 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
', | 1434 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
', |
| 1433 'browser/sync/test/integration/sync_auth_test.cc', | 1435 'browser/sync/test/integration/sync_auth_test.cc', |
| 1434 'browser/sync/test/integration/sync_errors_test.cc', | 1436 'browser/sync/test/integration/sync_errors_test.cc', |
| 1435 'browser/sync/test/integration/sync_exponential_backoff_test.cc', | 1437 'browser/sync/test/integration/sync_exponential_backoff_test.cc', |
| 1436 'browser/sync/test/integration/two_client_app_list_sync_test.cc', | 1438 'browser/sync/test/integration/two_client_app_list_sync_test.cc', |
| 1437 'browser/sync/test/integration/two_client_apps_sync_test.cc', | 1439 'browser/sync/test/integration/two_client_apps_sync_test.cc', |
| 1438 'browser/sync/test/integration/two_client_autofill_sync_test.cc', | 1440 'browser/sync/test/integration/two_client_autofill_sync_test.cc', |
| 1439 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', | 1441 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', |
| 1440 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | 1442 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
| 1441 'browser/sync/test/integration/two_client_e2e_test.cc', | 1443 'browser/sync/test/integration/two_client_e2e_test.cc', |
| 1442 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', | 1444 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', |
| 1443 'browser/sync/test/integration/two_client_extensions_sync_test.cc', | 1445 'browser/sync/test/integration/two_client_extensions_sync_test.cc', |
| 1446 'browser/sync/test/integration/two_client_password_manager_setting_migrato
r_service_sync_test.cc', |
| 1444 'browser/sync/test/integration/two_client_passwords_sync_test.cc', | 1447 'browser/sync/test/integration/two_client_passwords_sync_test.cc', |
| 1445 'browser/sync/test/integration/two_client_preferences_sync_test.cc', | 1448 'browser/sync/test/integration/two_client_preferences_sync_test.cc', |
| 1446 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', | 1449 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', |
| 1447 'browser/sync/test/integration/two_client_sessions_sync_test.cc', | 1450 'browser/sync/test/integration/two_client_sessions_sync_test.cc', |
| 1448 'browser/sync/test/integration/two_client_themes_sync_test.cc', | 1451 'browser/sync/test/integration/two_client_themes_sync_test.cc', |
| 1449 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', | 1452 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', |
| 1450 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', | 1453 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', |
| 1451 'test/base/browser_tests_main.cc', | 1454 'test/base/browser_tests_main.cc', |
| 1452 'test/data/resource.rc', | 1455 'test/data/resource.rc', |
| 1453 ], | 1456 ], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1473 'browser/sync/test/integration/migration_waiter.cc', | 1476 'browser/sync/test/integration/migration_waiter.cc', |
| 1474 'browser/sync/test/integration/migration_waiter.h', | 1477 'browser/sync/test/integration/migration_waiter.h', |
| 1475 'browser/sync/test/integration/migration_watcher.cc', | 1478 'browser/sync/test/integration/migration_watcher.cc', |
| 1476 'browser/sync/test/integration/migration_watcher.h', | 1479 'browser/sync/test/integration/migration_watcher.h', |
| 1477 'browser/sync/test/integration/multi_client_status_change_checker.cc', | 1480 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
| 1478 'browser/sync/test/integration/multi_client_status_change_checker.h', | 1481 'browser/sync/test/integration/multi_client_status_change_checker.h', |
| 1479 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | 1482 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
| 1480 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | 1483 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
| 1481 'browser/sync/test/integration/p2p_sync_refresher.cc', | 1484 'browser/sync/test/integration/p2p_sync_refresher.cc', |
| 1482 'browser/sync/test/integration/p2p_sync_refresher.h', | 1485 'browser/sync/test/integration/p2p_sync_refresher.h', |
| 1486 'browser/sync/test/integration/password_manager_setting_migrator_helper.cc
', |
| 1487 'browser/sync/test/integration/password_manager_setting_migrator_helper.h'
, |
| 1483 'browser/sync/test/integration/passwords_helper.cc', | 1488 'browser/sync/test/integration/passwords_helper.cc', |
| 1484 'browser/sync/test/integration/passwords_helper.h', | 1489 'browser/sync/test/integration/passwords_helper.h', |
| 1485 'browser/sync/test/integration/preferences_helper.cc', | 1490 'browser/sync/test/integration/preferences_helper.cc', |
| 1486 'browser/sync/test/integration/preferences_helper.h', | 1491 'browser/sync/test/integration/preferences_helper.h', |
| 1487 'browser/sync/test/integration/profile_sync_service_harness.cc', | 1492 'browser/sync/test/integration/profile_sync_service_harness.cc', |
| 1488 'browser/sync/test/integration/profile_sync_service_harness.h', | 1493 'browser/sync/test/integration/profile_sync_service_harness.h', |
| 1489 'browser/sync/test/integration/quiesce_status_change_checker.cc', | 1494 'browser/sync/test/integration/quiesce_status_change_checker.cc', |
| 1490 'browser/sync/test/integration/quiesce_status_change_checker.h', | 1495 'browser/sync/test/integration/quiesce_status_change_checker.h', |
| 1491 'browser/sync/test/integration/retry_verifier.cc', | 1496 'browser/sync/test/integration/retry_verifier.cc', |
| 1492 'browser/sync/test/integration/retry_verifier.h', | 1497 'browser/sync/test/integration/retry_verifier.h', |
| (...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3362 'utility', | 3367 'utility', |
| 3363 ], | 3368 ], |
| 3364 'sources': [ | 3369 'sources': [ |
| 3365 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3370 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3366 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3371 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3367 ], | 3372 ], |
| 3368 }] | 3373 }] |
| 3369 }], | 3374 }], |
| 3370 ], # 'conditions' | 3375 ], # 'conditions' |
| 3371 } | 3376 } |
| OLD | NEW |