OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1631 'browser/ui/views/bookmark_bar_view_unittest.cc', | 1631 'browser/ui/views/bookmark_bar_view_unittest.cc', |
1632 'browser/ui/views/bookmark_context_menu_test.cc', | 1632 'browser/ui/views/bookmark_context_menu_test.cc', |
1633 'browser/ui/views/bookmark_editor_view_unittest.cc', | 1633 'browser/ui/views/bookmark_editor_view_unittest.cc', |
1634 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 1634 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
1635 'browser/ui/views/generic_info_view_unittest.cc', | 1635 'browser/ui/views/generic_info_view_unittest.cc', |
1636 'browser/ui/views/info_bubble_unittest.cc', | 1636 'browser/ui/views/info_bubble_unittest.cc', |
1637 'browser/ui/views/reload_button_unittest.cc', | 1637 'browser/ui/views/reload_button_unittest.cc', |
1638 'browser/ui/views/shell_dialogs_win_unittest.cc', | 1638 'browser/ui/views/shell_dialogs_win_unittest.cc', |
1639 'browser/ui/views/status_icons/status_tray_win_unittest.cc', | 1639 'browser/ui/views/status_icons/status_tray_win_unittest.cc', |
1640 'browser/ui/window_sizer_unittest.cc', | 1640 'browser/ui/window_sizer_unittest.cc', |
| 1641 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1641 'browser/user_style_sheet_watcher_unittest.cc', | 1642 'browser/user_style_sheet_watcher_unittest.cc', |
1642 'browser/visitedlink/visitedlink_unittest.cc', | 1643 'browser/visitedlink/visitedlink_unittest.cc', |
1643 'browser/web_applications/web_app_unittest.cc', | 1644 'browser/web_applications/web_app_unittest.cc', |
1644 'browser/webdata/web_data_service_test_util.h', | 1645 'browser/webdata/web_data_service_test_util.h', |
1645 'browser/webdata/web_data_service_unittest.cc', | 1646 'browser/webdata/web_data_service_unittest.cc', |
1646 'browser/webdata/web_database_unittest.cc', | 1647 'browser/webdata/web_database_unittest.cc', |
1647 'browser/web_resource/web_resource_service_unittest.cc', | 1648 'browser/web_resource/web_resource_service_unittest.cc', |
1648 'common/bzip2_unittest.cc', | 1649 'common/bzip2_unittest.cc', |
1649 'common/child_process_logging_mac_unittest.mm', | 1650 'common/child_process_logging_mac_unittest.mm', |
1650 'common/chrome_paths_unittest.cc', | 1651 'common/chrome_paths_unittest.cc', |
(...skipping 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3682 ] | 3683 ] |
3683 }], # 'coverage!=0' | 3684 }], # 'coverage!=0' |
3684 ], # 'conditions' | 3685 ], # 'conditions' |
3685 } | 3686 } |
3686 | 3687 |
3687 # Local Variables: | 3688 # Local Variables: |
3688 # tab-width:2 | 3689 # tab-width:2 |
3689 # indent-tabs-mode:nil | 3690 # indent-tabs-mode:nil |
3690 # End: | 3691 # End: |
3691 # vim: set expandtab tabstop=2 shiftwidth=2: | 3692 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |