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 '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 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2735 '../content/app/startup_helper_win.cc', | 2735 '../content/app/startup_helper_win.cc', |
2736 '../content/browser/accessibility/renderer_accessibility_browsertest.cc'
, | 2736 '../content/browser/accessibility/renderer_accessibility_browsertest.cc'
, |
2737 '../content/browser/child_process_security_policy_browsertest.cc', | 2737 '../content/browser/child_process_security_policy_browsertest.cc', |
2738 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2738 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
2739 '../content/browser/download/mhtml_generation_browsertest.cc', | 2739 '../content/browser/download/mhtml_generation_browsertest.cc', |
2740 '../content/browser/file_system/file_system_browsertest.cc', | 2740 '../content/browser/file_system/file_system_browsertest.cc', |
2741 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2741 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
2742 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2742 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
2743 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 2743 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
2744 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 2744 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
2745 '../content/browser/plugin_service_browsertest.cc', | 2745 '../content/browser/plugin_service_impl_browsertest.cc', |
2746 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2746 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
2747 '../content/browser/renderer_host/render_process_host_browsertest.h', | 2747 '../content/browser/renderer_host/render_process_host_browsertest.h', |
2748 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2748 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
2749 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2749 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
2750 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2750 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
2751 '../content/browser/speech/speech_input_browsertest.cc', | 2751 '../content/browser/speech/speech_input_browsertest.cc', |
2752 '../content/browser/webkit_browsertest.cc', | 2752 '../content/browser/webkit_browsertest.cc', |
2753 '../content/renderer/render_view_browsertest.cc', | 2753 '../content/renderer/render_view_browsertest.cc', |
2754 '../content/renderer/render_view_browsertest_mac.mm', | 2754 '../content/renderer/render_view_browsertest_mac.mm', |
2755 '../content/test/render_widget_browsertest.cc', | 2755 '../content/test/render_widget_browsertest.cc', |
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4334 # Use outputs of this action as inputs for the main target build. | 4334 # Use outputs of this action as inputs for the main target build. |
4335 # Seems as a misnomer but makes this happy on Linux (scons). | 4335 # Seems as a misnomer but makes this happy on Linux (scons). |
4336 'process_outputs_as_sources': 1, | 4336 'process_outputs_as_sources': 1, |
4337 }, | 4337 }, |
4338 ], # 'actions' | 4338 ], # 'actions' |
4339 }, | 4339 }, |
4340 ] | 4340 ] |
4341 }], # 'coverage!=0' | 4341 }], # 'coverage!=0' |
4342 ], # 'conditions' | 4342 ], # 'conditions' |
4343 } | 4343 } |
OLD | NEW |