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 2383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2394 'browser/ui/login/login_prompt_browsertest.cc', | 2394 'browser/ui/login/login_prompt_browsertest.cc', |
2395 'browser/ui/panels/base_panel_browser_test.cc', | 2395 'browser/ui/panels/base_panel_browser_test.cc', |
2396 'browser/ui/panels/base_panel_browser_test.h', | 2396 'browser/ui/panels/base_panel_browser_test.h', |
2397 'browser/ui/panels/panel_app_browsertest.cc', | 2397 'browser/ui/panels/panel_app_browsertest.cc', |
2398 'browser/ui/panels/panel_browsertest.cc', | 2398 'browser/ui/panels/panel_browsertest.cc', |
2399 'browser/ui/panels/panel_browser_view_browsertest.cc', | 2399 'browser/ui/panels/panel_browser_view_browsertest.cc', |
2400 'browser/ui/views/browser_actions_container_browsertest.cc', | 2400 'browser/ui/views/browser_actions_container_browsertest.cc', |
2401 'browser/ui/views/dom_view_browsertest.cc', | 2401 'browser/ui/views/dom_view_browsertest.cc', |
2402 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2402 'browser/ui/views/file_manager_dialog_browsertest.cc', |
2403 'browser/ui/views/html_dialog_view_browsertest.cc', | 2403 'browser/ui/views/html_dialog_view_browsertest.cc', |
| 2404 'browser/ui/webui/certificate_viewer_ui_browsertest.cc', |
2404 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 2405 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
2405 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 2406 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
2406 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', | 2407 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', |
2407 'browser/ui/webui/bidi_checker_web_ui_test.cc', | 2408 'browser/ui/webui/bidi_checker_web_ui_test.cc', |
2408 'browser/ui/webui/bidi_checker_web_ui_test.h', | 2409 'browser/ui/webui/bidi_checker_web_ui_test.h', |
2409 'browser/ui/webui/net_internals_ui_browsertest.cc', | 2410 'browser/ui/webui/net_internals_ui_browsertest.cc', |
2410 'browser/ui/webui/web_ui_browsertest.cc', | 2411 'browser/ui/webui/web_ui_browsertest.cc', |
2411 'browser/ui/webui/web_ui_browsertest.h', | 2412 'browser/ui/webui/web_ui_browsertest.h', |
2412 'browser/ui/webui/web_ui_test_handler.cc', | 2413 'browser/ui/webui/web_ui_test_handler.cc', |
2413 'browser/ui/webui/web_ui_test_handler.h', | 2414 'browser/ui/webui/web_ui_test_handler.h', |
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3917 # Use outputs of this action as inputs for the main target build. | 3918 # Use outputs of this action as inputs for the main target build. |
3918 # Seems as a misnomer but makes this happy on Linux (scons). | 3919 # Seems as a misnomer but makes this happy on Linux (scons). |
3919 'process_outputs_as_sources': 1, | 3920 'process_outputs_as_sources': 1, |
3920 }, | 3921 }, |
3921 ], # 'actions' | 3922 ], # 'actions' |
3922 }, | 3923 }, |
3923 ] | 3924 ] |
3924 }], # 'coverage!=0' | 3925 }], # 'coverage!=0' |
3925 ], # 'conditions' | 3926 ], # 'conditions' |
3926 } | 3927 } |
OLD | NEW |