| 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 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1576 'browser/status_icons/status_icon_unittest.cc', | 1576 'browser/status_icons/status_icon_unittest.cc', |
| 1577 'browser/status_icons/status_tray_unittest.cc', | 1577 'browser/status_icons/status_tray_unittest.cc', |
| 1578 'browser/sync/about_sync_util_unittest.cc', | 1578 'browser/sync/about_sync_util_unittest.cc', |
| 1579 'browser/sync/abstract_profile_sync_service_test.cc', | 1579 'browser/sync/abstract_profile_sync_service_test.cc', |
| 1580 'browser/sync/abstract_profile_sync_service_test.h', | 1580 'browser/sync/abstract_profile_sync_service_test.h', |
| 1581 'browser/sync/backend_migrator_unittest.cc', | 1581 'browser/sync/backend_migrator_unittest.cc', |
| 1582 'browser/sync/credential_cache_service_win_unittest.cc', | 1582 'browser/sync/credential_cache_service_win_unittest.cc', |
| 1583 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', | 1583 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', |
| 1584 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1584 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
| 1585 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1585 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
| 1586 'browser/sync/glue/bridged_sync_notifier_unittest.cc', | 1586 'browser/sync/glue/bridged_invalidator_unittest.cc', |
| 1587 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1587 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
| 1588 'browser/sync/glue/change_processor_mock.cc', | 1588 'browser/sync/glue/change_processor_mock.cc', |
| 1589 'browser/sync/glue/change_processor_mock.h', | 1589 'browser/sync/glue/change_processor_mock.h', |
| 1590 'browser/sync/glue/chrome_encryptor_unittest.cc', | 1590 'browser/sync/glue/chrome_encryptor_unittest.cc', |
| 1591 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', | 1591 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', |
| 1592 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', | 1592 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', |
| 1593 'browser/sync/glue/data_type_controller_mock.cc', | 1593 'browser/sync/glue/data_type_controller_mock.cc', |
| 1594 'browser/sync/glue/data_type_controller_mock.h', | 1594 'browser/sync/glue/data_type_controller_mock.h', |
| 1595 'browser/sync/glue/data_type_error_handler_mock.cc', | 1595 'browser/sync/glue/data_type_error_handler_mock.cc', |
| 1596 'browser/sync/glue/data_type_error_handler_mock.cc', | 1596 'browser/sync/glue/data_type_error_handler_mock.cc', |
| (...skipping 3127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4724 '--result', '<@(_outputs)', | 4724 '--result', '<@(_outputs)', |
| 4725 '--isolate', 'browser_tests.isolate', | 4725 '--isolate', 'browser_tests.isolate', |
| 4726 ], | 4726 ], |
| 4727 }, | 4727 }, |
| 4728 ], | 4728 ], |
| 4729 }, | 4729 }, |
| 4730 ], | 4730 ], |
| 4731 }], | 4731 }], |
| 4732 ], # 'conditions' | 4732 ], # 'conditions' |
| 4733 } | 4733 } |
| OLD | NEW |