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 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2579 'browser/ui/panels/panel_app_browsertest.cc', | 2579 'browser/ui/panels/panel_app_browsertest.cc', |
2580 'browser/ui/panels/panel_browsertest.cc', | 2580 'browser/ui/panels/panel_browsertest.cc', |
2581 'browser/ui/panels/panel_browser_view_browsertest.cc', | 2581 'browser/ui/panels/panel_browser_view_browsertest.cc', |
2582 'browser/ui/views/browser_actions_container_browsertest.cc', | 2582 'browser/ui/views/browser_actions_container_browsertest.cc', |
2583 'browser/ui/views/dom_view_browsertest.cc', | 2583 'browser/ui/views/dom_view_browsertest.cc', |
2584 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2584 'browser/ui/views/file_manager_dialog_browsertest.cc', |
2585 'browser/ui/views/html_dialog_view_browsertest.cc', | 2585 'browser/ui/views/html_dialog_view_browsertest.cc', |
2586 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 2586 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
2587 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 2587 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
2588 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', | 2588 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', |
2589 'browser/ui/webui/BidiCheckerWebUITest.cc', | 2589 'browser/ui/webui/bidi_checker_web_ui_test.cc', |
2590 'browser/ui/webui/BidiCheckerWebUITest.h', | 2590 'browser/ui/webui/bidi_checker_web_ui_test.h', |
2591 'browser/ui/webui/net_internals_ui_browsertest.cc', | 2591 'browser/ui/webui/net_internals_ui_browsertest.cc', |
2592 'browser/ui/webui/web_ui_browsertest.cc', | 2592 'browser/ui/webui/web_ui_browsertest.cc', |
2593 'browser/ui/webui/web_ui_browsertest.h', | 2593 'browser/ui/webui/web_ui_browsertest.h', |
2594 'browser/ui/webui/web_ui_test_handler.cc', | 2594 'browser/ui/webui/web_ui_test_handler.cc', |
2595 'browser/ui/webui/web_ui_test_handler.h', | 2595 'browser/ui/webui/web_ui_test_handler.h', |
2596 'common/time_format_browsertest.cc', | 2596 'common/time_format_browsertest.cc', |
2597 'renderer/autofill/autofill_browsertest.cc', | 2597 'renderer/autofill/autofill_browsertest.cc', |
2598 'renderer/autofill/form_autocomplete_browsertest.cc', | 2598 'renderer/autofill/form_autocomplete_browsertest.cc', |
2599 'renderer/autofill/form_manager_browsertest.cc', | 2599 'renderer/autofill/form_manager_browsertest.cc', |
2600 'renderer/autofill/password_autofill_manager_browsertest.cc', | 2600 'renderer/autofill/password_autofill_manager_browsertest.cc', |
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4119 # Use outputs of this action as inputs for the main target build. | 4119 # Use outputs of this action as inputs for the main target build. |
4120 # Seems as a misnomer but makes this happy on Linux (scons). | 4120 # Seems as a misnomer but makes this happy on Linux (scons). |
4121 'process_outputs_as_sources': 1, | 4121 'process_outputs_as_sources': 1, |
4122 }, | 4122 }, |
4123 ], # 'actions' | 4123 ], # 'actions' |
4124 }, | 4124 }, |
4125 ] | 4125 ] |
4126 }], # 'coverage!=0' | 4126 }], # 'coverage!=0' |
4127 ], # 'conditions' | 4127 ], # 'conditions' |
4128 } | 4128 } |
OLD | NEW |