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 2491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2502 'browser/ui/views/browser_actions_container_browsertest.cc', | 2502 'browser/ui/views/browser_actions_container_browsertest.cc', |
2503 'browser/ui/views/dom_view_browsertest.cc', | 2503 'browser/ui/views/dom_view_browsertest.cc', |
2504 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2504 'browser/ui/views/file_manager_dialog_browsertest.cc', |
2505 'browser/ui/views/html_dialog_view_browsertest.cc', | 2505 'browser/ui/views/html_dialog_view_browsertest.cc', |
2506 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 2506 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
2507 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 2507 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
2508 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', | 2508 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', |
2509 'browser/ui/webui/bidi_checker_web_ui_test.cc', | 2509 'browser/ui/webui/bidi_checker_web_ui_test.cc', |
2510 'browser/ui/webui/bidi_checker_web_ui_test.h', | 2510 'browser/ui/webui/bidi_checker_web_ui_test.h', |
2511 'browser/ui/webui/net_internals_ui_browsertest.cc', | 2511 'browser/ui/webui/net_internals_ui_browsertest.cc', |
| 2512 'browser/ui/webui/options/advanced_options_browsertest.js', |
| 2513 'browser/ui/webui/options/autofill_options_browsertest.js', |
| 2514 'browser/ui/webui/options/browser_options_browsertest.js', |
| 2515 'browser/ui/webui/options/certificate_manager_browsertest.js', |
| 2516 'browser/ui/webui/options/content_options_browsertest.js', |
| 2517 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', |
| 2518 'browser/ui/webui/options/cookies_view_browsertest.js', |
| 2519 'browser/ui/webui/options/font_settings_browsertest.js', |
| 2520 'browser/ui/webui/options/language_options_browsertest.js', |
2512 'browser/ui/webui/options/options_browsertest.js', | 2521 'browser/ui/webui/options/options_browsertest.js', |
| 2522 'browser/ui/webui/options/password_manager_browsertest.js', |
| 2523 'browser/ui/webui/options/personal_options_browsertest.js', |
| 2524 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
2513 'browser/ui/webui/web_ui_browsertest.cc', | 2525 'browser/ui/webui/web_ui_browsertest.cc', |
2514 'browser/ui/webui/web_ui_browsertest.h', | 2526 'browser/ui/webui/web_ui_browsertest.h', |
2515 'browser/ui/webui/web_ui_test_handler.cc', | 2527 'browser/ui/webui/web_ui_test_handler.cc', |
2516 'browser/ui/webui/web_ui_test_handler.h', | 2528 'browser/ui/webui/web_ui_test_handler.h', |
2517 'common/time_format_browsertest.cc', | 2529 'common/time_format_browsertest.cc', |
2518 'renderer/autofill/autofill_browsertest.cc', | 2530 'renderer/autofill/autofill_browsertest.cc', |
2519 'renderer/autofill/form_autocomplete_browsertest.cc', | 2531 'renderer/autofill/form_autocomplete_browsertest.cc', |
2520 'renderer/autofill/form_autofill_browsertest.cc', | 2532 'renderer/autofill/form_autofill_browsertest.cc', |
2521 'renderer/autofill/password_autofill_manager_browsertest.cc', | 2533 'renderer/autofill/password_autofill_manager_browsertest.cc', |
2522 'renderer/content_settings_observer_browsertest.cc', | 2534 'renderer/content_settings_observer_browsertest.cc', |
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4076 # Use outputs of this action as inputs for the main target build. | 4088 # Use outputs of this action as inputs for the main target build. |
4077 # Seems as a misnomer but makes this happy on Linux (scons). | 4089 # Seems as a misnomer but makes this happy on Linux (scons). |
4078 'process_outputs_as_sources': 1, | 4090 'process_outputs_as_sources': 1, |
4079 }, | 4091 }, |
4080 ], # 'actions' | 4092 ], # 'actions' |
4081 }, | 4093 }, |
4082 ] | 4094 ] |
4083 }], # 'coverage!=0' | 4095 }], # 'coverage!=0' |
4084 ], # 'conditions' | 4096 ], # 'conditions' |
4085 } | 4097 } |
OLD | NEW |