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 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2902 '../content/app/startup_helper_win.cc', | 2902 '../content/app/startup_helper_win.cc', |
2903 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', | 2903 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', |
2904 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', | 2904 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', |
2905 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, | 2905 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, |
2906 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, | 2906 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, |
2907 '../content/browser/accessibility/renderer_accessibility_browsertest.cc'
, | 2907 '../content/browser/accessibility/renderer_accessibility_browsertest.cc'
, |
2908 '../content/browser/child_process_security_policy_browsertest.cc', | 2908 '../content/browser/child_process_security_policy_browsertest.cc', |
2909 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2909 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
2910 '../content/browser/download/mhtml_generation_browsertest.cc', | 2910 '../content/browser/download/mhtml_generation_browsertest.cc', |
2911 '../content/browser/fileapi/file_system_browsertest.cc', | 2911 '../content/browser/fileapi/file_system_browsertest.cc', |
2912 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | |
2913 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2912 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
2914 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', | 2913 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', |
2915 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 2914 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
2916 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 2915 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
2917 '../content/browser/plugin_service_impl_browsertest.cc', | 2916 '../content/browser/plugin_service_impl_browsertest.cc', |
2918 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2917 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
2919 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2918 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
2920 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2919 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
2921 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2920 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
2922 '../content/browser/speech/speech_recognition_browsertest.cc', | 2921 '../content/browser/speech/speech_recognition_browsertest.cc', |
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4595 # Use outputs of this action as inputs for the main target build. | 4594 # Use outputs of this action as inputs for the main target build. |
4596 # Seems as a misnomer but makes this happy on Linux (scons). | 4595 # Seems as a misnomer but makes this happy on Linux (scons). |
4597 'process_outputs_as_sources': 1, | 4596 'process_outputs_as_sources': 1, |
4598 }, | 4597 }, |
4599 ], # 'actions' | 4598 ], # 'actions' |
4600 }, | 4599 }, |
4601 ] | 4600 ] |
4602 }], # 'coverage!=0' | 4601 }], # 'coverage!=0' |
4603 ], # 'conditions' | 4602 ], # 'conditions' |
4604 } | 4603 } |
OLD | NEW |