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 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1606 'browser/ui/views/bookmark_bar_view_unittest.cc', | 1606 'browser/ui/views/bookmark_bar_view_unittest.cc', |
1607 'browser/ui/views/bookmark_context_menu_test.cc', | 1607 'browser/ui/views/bookmark_context_menu_test.cc', |
1608 'browser/ui/views/bookmark_editor_view_unittest.cc', | 1608 'browser/ui/views/bookmark_editor_view_unittest.cc', |
1609 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 1609 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
1610 'browser/ui/views/generic_info_view_unittest.cc', | 1610 'browser/ui/views/generic_info_view_unittest.cc', |
1611 'browser/ui/views/info_bubble_unittest.cc', | 1611 'browser/ui/views/info_bubble_unittest.cc', |
1612 'browser/ui/views/reload_button_unittest.cc', | 1612 'browser/ui/views/reload_button_unittest.cc', |
1613 'browser/ui/views/shell_dialogs_win_unittest.cc', | 1613 'browser/ui/views/shell_dialogs_win_unittest.cc', |
1614 'browser/ui/views/status_icons/status_tray_win_unittest.cc', | 1614 'browser/ui/views/status_icons/status_tray_win_unittest.cc', |
1615 'browser/ui/window_sizer_unittest.cc', | 1615 'browser/ui/window_sizer_unittest.cc', |
| 1616 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1616 'browser/user_style_sheet_watcher_unittest.cc', | 1617 'browser/user_style_sheet_watcher_unittest.cc', |
1617 'browser/visitedlink/visitedlink_unittest.cc', | 1618 'browser/visitedlink/visitedlink_unittest.cc', |
1618 'browser/web_applications/web_app_unittest.cc', | 1619 'browser/web_applications/web_app_unittest.cc', |
1619 'browser/webdata/web_data_service_test_util.h', | 1620 'browser/webdata/web_data_service_test_util.h', |
1620 'browser/webdata/web_data_service_unittest.cc', | 1621 'browser/webdata/web_data_service_unittest.cc', |
1621 'browser/webdata/web_database_unittest.cc', | 1622 'browser/webdata/web_database_unittest.cc', |
1622 'browser/web_resource/web_resource_service_unittest.cc', | 1623 'browser/web_resource/web_resource_service_unittest.cc', |
1623 'common/bzip2_unittest.cc', | 1624 'common/bzip2_unittest.cc', |
1624 'common/child_process_logging_mac_unittest.mm', | 1625 'common/child_process_logging_mac_unittest.mm', |
1625 'common/chrome_paths_unittest.cc', | 1626 'common/chrome_paths_unittest.cc', |
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3646 ] | 3647 ] |
3647 }], # 'coverage!=0' | 3648 }], # 'coverage!=0' |
3648 ], # 'conditions' | 3649 ], # 'conditions' |
3649 } | 3650 } |
3650 | 3651 |
3651 # Local Variables: | 3652 # Local Variables: |
3652 # tab-width:2 | 3653 # tab-width:2 |
3653 # indent-tabs-mode:nil | 3654 # indent-tabs-mode:nil |
3654 # End: | 3655 # End: |
3655 # vim: set expandtab tabstop=2 shiftwidth=2: | 3656 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |