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 2522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2533 'browser/ui/webui/options/search_engine_manager_browsertest.js', | 2533 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
2534 'browser/ui/webui/web_ui_browsertest.cc', | 2534 'browser/ui/webui/web_ui_browsertest.cc', |
2535 'browser/ui/webui/web_ui_browsertest.h', | 2535 'browser/ui/webui/web_ui_browsertest.h', |
2536 'browser/ui/webui/web_ui_test_handler.cc', | 2536 'browser/ui/webui/web_ui_test_handler.cc', |
2537 'browser/ui/webui/web_ui_test_handler.h', | 2537 'browser/ui/webui/web_ui_test_handler.h', |
2538 'common/time_format_browsertest.cc', | 2538 'common/time_format_browsertest.cc', |
2539 'renderer/autofill/autofill_browsertest.cc', | 2539 'renderer/autofill/autofill_browsertest.cc', |
2540 'renderer/autofill/form_autocomplete_browsertest.cc', | 2540 'renderer/autofill/form_autocomplete_browsertest.cc', |
2541 'renderer/autofill/form_autofill_browsertest.cc', | 2541 'renderer/autofill/form_autofill_browsertest.cc', |
2542 'renderer/autofill/password_autofill_manager_browsertest.cc', | 2542 'renderer/autofill/password_autofill_manager_browsertest.cc', |
| 2543 'renderer/automation/automation_renderer_helper_browsertest.cc', |
2543 'renderer/content_settings_observer_browsertest.cc', | 2544 'renderer/content_settings_observer_browsertest.cc', |
2544 'renderer/page_click_tracker_browsertest.cc', | 2545 'renderer/page_click_tracker_browsertest.cc', |
2545 'renderer/print_web_view_helper_browsertest.cc', | 2546 'renderer/print_web_view_helper_browsertest.cc', |
2546 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2547 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
2547 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2548 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2548 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2549 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
2549 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2550 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
2550 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2551 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
2551 'renderer/translate_helper_browsertest.cc', | 2552 'renderer/translate_helper_browsertest.cc', |
2552 'test/automation/dom_automation_browsertest.cc', | 2553 'test/automation/dom_automation_browsertest.cc', |
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4109 # Use outputs of this action as inputs for the main target build. | 4110 # Use outputs of this action as inputs for the main target build. |
4110 # Seems as a misnomer but makes this happy on Linux (scons). | 4111 # Seems as a misnomer but makes this happy on Linux (scons). |
4111 'process_outputs_as_sources': 1, | 4112 'process_outputs_as_sources': 1, |
4112 }, | 4113 }, |
4113 ], # 'actions' | 4114 ], # 'actions' |
4114 }, | 4115 }, |
4115 ] | 4116 ] |
4116 }], # 'coverage!=0' | 4117 }], # 'coverage!=0' |
4117 ], # 'conditions' | 4118 ], # 'conditions' |
4118 } | 4119 } |
OLD | NEW |