| 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 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2505 'browser/ui/webui/net_internals_ui_browsertest.cc', | 2505 'browser/ui/webui/net_internals_ui_browsertest.cc', |
| 2506 'browser/ui/webui/web_ui_browsertest.cc', | 2506 'browser/ui/webui/web_ui_browsertest.cc', |
| 2507 'browser/ui/webui/web_ui_browsertest.h', | 2507 'browser/ui/webui/web_ui_browsertest.h', |
| 2508 'browser/ui/webui/web_ui_test_handler.cc', | 2508 'browser/ui/webui/web_ui_test_handler.cc', |
| 2509 'browser/ui/webui/web_ui_test_handler.h', | 2509 'browser/ui/webui/web_ui_test_handler.h', |
| 2510 'common/time_format_browsertest.cc', | 2510 'common/time_format_browsertest.cc', |
| 2511 'renderer/autofill/autofill_browsertest.cc', | 2511 'renderer/autofill/autofill_browsertest.cc', |
| 2512 'renderer/autofill/form_autocomplete_browsertest.cc', | 2512 'renderer/autofill/form_autocomplete_browsertest.cc', |
| 2513 'renderer/autofill/form_autofill_browsertest.cc', | 2513 'renderer/autofill/form_autofill_browsertest.cc', |
| 2514 'renderer/autofill/password_autofill_manager_browsertest.cc', | 2514 'renderer/autofill/password_autofill_manager_browsertest.cc', |
| 2515 'renderer/automation/automation_renderer_helper_browsertest.cc', |
| 2515 'renderer/content_settings_observer_browsertest.cc', | 2516 'renderer/content_settings_observer_browsertest.cc', |
| 2516 'renderer/page_click_tracker_browsertest.cc', | 2517 'renderer/page_click_tracker_browsertest.cc', |
| 2517 'renderer/print_web_view_helper_browsertest.cc', | 2518 'renderer/print_web_view_helper_browsertest.cc', |
| 2518 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2519 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
| 2519 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2520 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
| 2520 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2521 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2521 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2522 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2522 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2523 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2523 'renderer/translate_helper_browsertest.cc', | 2524 'renderer/translate_helper_browsertest.cc', |
| 2524 'test/automation/dom_automation_browsertest.cc', | 2525 'test/automation/dom_automation_browsertest.cc', |
| (...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4086 # Use outputs of this action as inputs for the main target build. | 4087 # Use outputs of this action as inputs for the main target build. |
| 4087 # Seems as a misnomer but makes this happy on Linux (scons). | 4088 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4088 'process_outputs_as_sources': 1, | 4089 'process_outputs_as_sources': 1, |
| 4089 }, | 4090 }, |
| 4090 ], # 'actions' | 4091 ], # 'actions' |
| 4091 }, | 4092 }, |
| 4092 ] | 4093 ] |
| 4093 }], # 'coverage!=0' | 4094 }], # 'coverage!=0' |
| 4094 ], # 'conditions' | 4095 ], # 'conditions' |
| 4095 } | 4096 } |
| OLD | NEW |