| 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 '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 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1514 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', | 1514 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', |
| 1515 'browser/sync/test/integration/two_client_extensions_sync_test.cc', | 1515 'browser/sync/test/integration/two_client_extensions_sync_test.cc', |
| 1516 'browser/sync/test/integration/two_client_password_manager_setting_migrato
r_service_sync_test.cc', | 1516 'browser/sync/test/integration/two_client_password_manager_setting_migrato
r_service_sync_test.cc', |
| 1517 'browser/sync/test/integration/two_client_passwords_sync_test.cc', | 1517 'browser/sync/test/integration/two_client_passwords_sync_test.cc', |
| 1518 'browser/sync/test/integration/two_client_preferences_sync_test.cc', | 1518 'browser/sync/test/integration/two_client_preferences_sync_test.cc', |
| 1519 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', | 1519 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', |
| 1520 'browser/sync/test/integration/two_client_sessions_sync_test.cc', | 1520 'browser/sync/test/integration/two_client_sessions_sync_test.cc', |
| 1521 'browser/sync/test/integration/two_client_themes_sync_test.cc', | 1521 'browser/sync/test/integration/two_client_themes_sync_test.cc', |
| 1522 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', | 1522 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', |
| 1523 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', | 1523 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', |
| 1524 'test/base/browser_tests_main.cc', | |
| 1525 'test/data/resource.rc', | 1524 'test/data/resource.rc', |
| 1526 ], | 1525 ], |
| 1527 'test_support_sync_integration_sources': [ | 1526 'test_support_sync_integration_sources': [ |
| 1528 'browser/sync/test/integration/apps_helper.cc', | 1527 'browser/sync/test/integration/apps_helper.cc', |
| 1529 'browser/sync/test/integration/apps_helper.h', | 1528 'browser/sync/test/integration/apps_helper.h', |
| 1530 'browser/sync/test/integration/autofill_helper.cc', | 1529 'browser/sync/test/integration/autofill_helper.cc', |
| 1531 'browser/sync/test/integration/autofill_helper.h', | 1530 'browser/sync/test/integration/autofill_helper.h', |
| 1532 'browser/sync/test/integration/await_match_status_change_checker.cc', | 1531 'browser/sync/test/integration/await_match_status_change_checker.cc', |
| 1533 'browser/sync/test/integration/await_match_status_change_checker.h', | 1532 'browser/sync/test/integration/await_match_status_change_checker.h', |
| 1534 'browser/sync/test/integration/bookmarks_helper.cc', | 1533 'browser/sync/test/integration/bookmarks_helper.cc', |
| (...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3593 'browser', | 3592 'browser', |
| 3594 ], | 3593 ], |
| 3595 'sources': [ | 3594 'sources': [ |
| 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3597 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3598 ], | 3597 ], |
| 3599 }] | 3598 }] |
| 3600 }], | 3599 }], |
| 3601 ], # 'conditions' | 3600 ], # 'conditions' |
| 3602 } | 3601 } |
| OLD | NEW |