| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 2848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2859 'browser/sessions/session_restore_browsertest.cc', | 2859 'browser/sessions/session_restore_browsertest.cc', |
| 2860 'browser/sessions/tab_restore_service_browsertest.cc', | 2860 'browser/sessions/tab_restore_service_browsertest.cc', |
| 2861 'browser/speech/extension_api/tts_extension_apitest.cc', | 2861 'browser/speech/extension_api/tts_extension_apitest.cc', |
| 2862 'browser/speech/speech_input_extension_apitest.cc', | 2862 'browser/speech/speech_input_extension_apitest.cc', |
| 2863 'browser/speech/speech_recognition_bubble_browsertest.cc', | 2863 'browser/speech/speech_recognition_bubble_browsertest.cc', |
| 2864 'browser/spellchecker/spellcheck_host_browsertest.cc', | 2864 'browser/spellchecker/spellcheck_host_browsertest.cc', |
| 2865 'browser/ssl/ssl_browser_tests.cc', | 2865 'browser/ssl/ssl_browser_tests.cc', |
| 2866 'browser/tab_contents/render_view_context_menu_browsertest.cc', | 2866 'browser/tab_contents/render_view_context_menu_browsertest.cc', |
| 2867 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', | 2867 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', |
| 2868 'browser/tab_contents/render_view_context_menu_browsertest_util.h', | 2868 'browser/tab_contents/render_view_context_menu_browsertest_util.h', |
| 2869 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', |
| 2869 'browser/tab_contents/spelling_menu_observer_browsertest.cc', | 2870 'browser/tab_contents/spelling_menu_observer_browsertest.cc', |
| 2870 'browser/tab_contents/view_source_browsertest.cc', | 2871 'browser/tab_contents/view_source_browsertest.cc', |
| 2871 'browser/tab_restore_browsertest.cc', | 2872 'browser/tab_restore_browsertest.cc', |
| 2872 'browser/task_manager/task_manager_browsertest.cc', | 2873 'browser/task_manager/task_manager_browsertest.cc', |
| 2873 'browser/task_manager/task_manager_browsertest_util.cc', | 2874 'browser/task_manager/task_manager_browsertest_util.cc', |
| 2874 'browser/task_manager/task_manager_browsertest_util.h', | 2875 'browser/task_manager/task_manager_browsertest_util.h', |
| 2875 'browser/task_manager/task_manager_notification_browsertest.cc', | 2876 'browser/task_manager/task_manager_notification_browsertest.cc', |
| 2876 'browser/translate/translate_manager_browsertest.cc', | 2877 'browser/translate/translate_manager_browsertest.cc', |
| 2877 'browser/ui/browser_browsertest.cc', | 2878 'browser/ui/browser_browsertest.cc', |
| 2878 'browser/ui/browser_close_browsertest.cc', | 2879 'browser/ui/browser_close_browsertest.cc', |
| (...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4646 # Use outputs of this action as inputs for the main target build. | 4647 # Use outputs of this action as inputs for the main target build. |
| 4647 # Seems as a misnomer but makes this happy on Linux (scons). | 4648 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4648 'process_outputs_as_sources': 1, | 4649 'process_outputs_as_sources': 1, |
| 4649 }, | 4650 }, |
| 4650 ], # 'actions' | 4651 ], # 'actions' |
| 4651 }, | 4652 }, |
| 4652 ] | 4653 ] |
| 4653 }], # 'coverage!=0' | 4654 }], # 'coverage!=0' |
| 4654 ], # 'conditions' | 4655 ], # 'conditions' |
| 4655 } | 4656 } |
| OLD | NEW |