| 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 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2429 'browser/ui/login/login_prompt_browsertest.cc', | 2429 'browser/ui/login/login_prompt_browsertest.cc', |
| 2430 'browser/ui/panels/panel_browsertest.cc', | 2430 'browser/ui/panels/panel_browsertest.cc', |
| 2431 'browser/ui/panels/panel_browser_view_browsertest.cc', | 2431 'browser/ui/panels/panel_browser_view_browsertest.cc', |
| 2432 'browser/ui/views/browser_actions_container_browsertest.cc', | 2432 'browser/ui/views/browser_actions_container_browsertest.cc', |
| 2433 'browser/ui/views/dom_view_browsertest.cc', | 2433 'browser/ui/views/dom_view_browsertest.cc', |
| 2434 'browser/ui/views/html_dialog_view_browsertest.cc', | 2434 'browser/ui/views/html_dialog_view_browsertest.cc', |
| 2435 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 2435 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
| 2436 'browser/ui/webui/mediaplayer_browsertest.cc', | 2436 'browser/ui/webui/mediaplayer_browsertest.cc', |
| 2437 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 2437 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
| 2438 'browser/ui/webui/settings_browsertest.cc', | 2438 'browser/ui/webui/settings_browsertest.cc', |
| 2439 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', |
| 2439 'browser/ui/webui/BidiCheckerWebUITest.cc', | 2440 'browser/ui/webui/BidiCheckerWebUITest.cc', |
| 2440 'browser/ui/webui/BidiCheckerWebUITest.h', | 2441 'browser/ui/webui/BidiCheckerWebUITest.h', |
| 2441 'browser/ui/webui/web_ui_browsertest.cc', | 2442 'browser/ui/webui/web_ui_browsertest.cc', |
| 2442 'browser/ui/webui/web_ui_browsertest.h', | 2443 'browser/ui/webui/web_ui_browsertest.h', |
| 2443 'browser/ui/webui/web_ui_test_handler.cc', | 2444 'browser/ui/webui/web_ui_test_handler.cc', |
| 2444 'browser/ui/webui/web_ui_test_handler.h', | 2445 'browser/ui/webui/web_ui_test_handler.h', |
| 2445 'renderer/autofill/autofill_browsertest.cc', | 2446 'renderer/autofill/autofill_browsertest.cc', |
| 2446 'renderer/autofill/form_autocomplete_browsertest.cc', | 2447 'renderer/autofill/form_autocomplete_browsertest.cc', |
| 2447 'renderer/autofill/form_manager_browsertest.cc', | 2448 'renderer/autofill/form_manager_browsertest.cc', |
| 2448 'renderer/autofill/password_autofill_manager_unittest.cc', | 2449 'renderer/autofill/password_autofill_manager_unittest.cc', |
| (...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3996 ] | 3997 ] |
| 3997 }], # 'coverage!=0' | 3998 }], # 'coverage!=0' |
| 3998 ], # 'conditions' | 3999 ], # 'conditions' |
| 3999 } | 4000 } |
| 4000 | 4001 |
| 4001 # Local Variables: | 4002 # Local Variables: |
| 4002 # tab-width:2 | 4003 # tab-width:2 |
| 4003 # indent-tabs-mode:nil | 4004 # indent-tabs-mode:nil |
| 4004 # End: | 4005 # End: |
| 4005 # vim: set expandtab tabstop=2 shiftwidth=2: | 4006 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |