| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1543 'browser/visitedlink_unittest.cc', | 1543 'browser/visitedlink_unittest.cc', |
| 1544 'browser/web_applications/web_app_unittest.cc', | 1544 'browser/web_applications/web_app_unittest.cc', |
| 1545 'browser/webdata/web_data_service_test_util.h', | 1545 'browser/webdata/web_data_service_test_util.h', |
| 1546 'browser/webdata/web_data_service_unittest.cc', | 1546 'browser/webdata/web_data_service_unittest.cc', |
| 1547 'browser/webdata/web_database_unittest.cc', | 1547 'browser/webdata/web_database_unittest.cc', |
| 1548 'browser/web_resource/web_resource_service_unittest.cc', | 1548 'browser/web_resource/web_resource_service_unittest.cc', |
| 1549 'browser/window_sizer_unittest.cc', | 1549 'browser/window_sizer_unittest.cc', |
| 1550 'browser/wrench_menu_model_unittest.cc', | 1550 'browser/wrench_menu_model_unittest.cc', |
| 1551 'common/bzip2_unittest.cc', | 1551 'common/bzip2_unittest.cc', |
| 1552 'common/child_process_logging_mac_unittest.mm', | 1552 'common/child_process_logging_mac_unittest.mm', |
| 1553 'common/chrome_paths_unittest.cc', | |
| 1554 'common/common_param_traits_unittest.cc', | 1553 'common/common_param_traits_unittest.cc', |
| 1555 'common/content_settings_helper_unittest.cc', | 1554 'common/content_settings_helper_unittest.cc', |
| 1556 'common/deprecated/event_sys_unittest.cc', | 1555 'common/deprecated/event_sys_unittest.cc', |
| 1557 'common/desktop_notifications/active_notification_tracker_unittest.cc', | 1556 'common/desktop_notifications/active_notification_tracker_unittest.cc', |
| 1558 'common/extensions/extension_action_unittest.cc', | 1557 'common/extensions/extension_action_unittest.cc', |
| 1559 'common/extensions/extension_extent_unittest.cc', | 1558 'common/extensions/extension_extent_unittest.cc', |
| 1560 'common/extensions/extension_file_util_unittest.cc', | 1559 'common/extensions/extension_file_util_unittest.cc', |
| 1561 'common/extensions/extension_icon_set_unittest.cc', | 1560 'common/extensions/extension_icon_set_unittest.cc', |
| 1562 'common/extensions/extension_l10n_util_unittest.cc', | 1561 'common/extensions/extension_l10n_util_unittest.cc', |
| 1563 'common/extensions/extension_localization_peer_unittest.cc', | 1562 'common/extensions/extension_localization_peer_unittest.cc', |
| (...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3397 ] | 3396 ] |
| 3398 }], # 'coverage!=0' | 3397 }], # 'coverage!=0' |
| 3399 ], # 'conditions' | 3398 ], # 'conditions' |
| 3400 } | 3399 } |
| 3401 | 3400 |
| 3402 # Local Variables: | 3401 # Local Variables: |
| 3403 # tab-width:2 | 3402 # tab-width:2 |
| 3404 # indent-tabs-mode:nil | 3403 # indent-tabs-mode:nil |
| 3405 # End: | 3404 # End: |
| 3406 # vim: set expandtab tabstop=2 shiftwidth=2: | 3405 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |