OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1490 'browser/process_singleton_mac_unittest.cc', | 1490 'browser/process_singleton_mac_unittest.cc', |
1491 'browser/profiles/avatar_menu_model_unittest.cc', | 1491 'browser/profiles/avatar_menu_model_unittest.cc', |
1492 'browser/profiles/gaia_info_update_service_unittest.cc', | 1492 'browser/profiles/gaia_info_update_service_unittest.cc', |
1493 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1493 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
1494 'browser/profiles/profile_dependency_manager_unittest.cc', | 1494 'browser/profiles/profile_dependency_manager_unittest.cc', |
1495 'browser/profiles/profile_downloader_unittest.cc', | 1495 'browser/profiles/profile_downloader_unittest.cc', |
1496 'browser/profiles/profile_info_cache_unittest.cc', | 1496 'browser/profiles/profile_info_cache_unittest.cc', |
1497 'browser/profiles/profile_info_cache_unittest.h', | 1497 'browser/profiles/profile_info_cache_unittest.h', |
1498 'browser/profiles/profile_info_util_unittest.cc', | 1498 'browser/profiles/profile_info_util_unittest.cc', |
1499 'browser/profiles/profile_manager_unittest.cc', | 1499 'browser/profiles/profile_manager_unittest.cc', |
| 1500 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
1500 'browser/protector/composite_settings_change_unittest.cc', | 1501 'browser/protector/composite_settings_change_unittest.cc', |
1501 'browser/protector/homepage_change_unittest.cc', | 1502 'browser/protector/homepage_change_unittest.cc', |
1502 'browser/protector/prefs_backup_invalid_change_unittest.cc', | 1503 'browser/protector/prefs_backup_invalid_change_unittest.cc', |
1503 'browser/protector/protected_prefs_watcher_unittest.cc', | 1504 'browser/protector/protected_prefs_watcher_unittest.cc', |
1504 'browser/protector/session_startup_change_unittest.cc', | 1505 'browser/protector/session_startup_change_unittest.cc', |
1505 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c
c', | 1506 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c
c', |
1506 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1507 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
1507 'browser/renderer_host/web_cache_manager_unittest.cc', | 1508 'browser/renderer_host/web_cache_manager_unittest.cc', |
1508 'browser/resources/print_preview/data/measurement_system.js', | 1509 'browser/resources/print_preview/data/measurement_system.js', |
1509 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', | 1510 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
(...skipping 3157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4667 '--result', '<@(_outputs)', | 4668 '--result', '<@(_outputs)', |
4668 '--isolate', 'browser_tests.isolate', | 4669 '--isolate', 'browser_tests.isolate', |
4669 ], | 4670 ], |
4670 }, | 4671 }, |
4671 ], | 4672 ], |
4672 }, | 4673 }, |
4673 ], | 4674 ], |
4674 }], | 4675 }], |
4675 ], # 'conditions' | 4676 ], # 'conditions' |
4676 } | 4677 } |
OLD | NEW |