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