| 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 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2965 '../content/app/startup_helper_win.cc', | 2965 '../content/app/startup_helper_win.cc', |
| 2966 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', | 2966 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', |
| 2967 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', | 2967 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', |
| 2968 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, | 2968 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, |
| 2969 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, | 2969 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, |
| 2970 '../content/browser/accessibility/renderer_accessibility_browsertest.cc'
, | 2970 '../content/browser/accessibility/renderer_accessibility_browsertest.cc'
, |
| 2971 '../content/browser/appcache/appcache_browsertest.cc', | 2971 '../content/browser/appcache/appcache_browsertest.cc', |
| 2972 '../content/browser/audio_browsertest.cc', | 2972 '../content/browser/audio_browsertest.cc', |
| 2973 '../content/browser/child_process_security_policy_browsertest.cc', | 2973 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2974 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2974 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2975 '../content/browser/dom_storage/dom_storage_browsertest.cc', |
| 2975 '../content/browser/download/mhtml_generation_browsertest.cc', | 2976 '../content/browser/download/mhtml_generation_browsertest.cc', |
| 2976 '../content/browser/fileapi/file_system_browsertest.cc', | 2977 '../content/browser/fileapi/file_system_browsertest.cc', |
| 2977 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | |
| 2978 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2978 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| 2979 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', | 2979 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', |
| 2980 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 2980 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
| 2981 '../content/browser/media_browsertest.cc', | 2981 '../content/browser/media_browsertest.cc', |
| 2982 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 2982 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
| 2983 '../content/browser/plugin_service_impl_browsertest.cc', | 2983 '../content/browser/plugin_service_impl_browsertest.cc', |
| 2984 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2984 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
| 2985 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2985 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
| 2986 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2986 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
| 2987 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2987 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| (...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4684 # Use outputs of this action as inputs for the main target build. | 4684 # Use outputs of this action as inputs for the main target build. |
| 4685 # Seems as a misnomer but makes this happy on Linux (scons). | 4685 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4686 'process_outputs_as_sources': 1, | 4686 'process_outputs_as_sources': 1, |
| 4687 }, | 4687 }, |
| 4688 ], # 'actions' | 4688 ], # 'actions' |
| 4689 }, | 4689 }, |
| 4690 ] | 4690 ] |
| 4691 }], # 'coverage!=0' | 4691 }], # 'coverage!=0' |
| 4692 ], # 'conditions' | 4692 ], # 'conditions' |
| 4693 } | 4693 } |
| OLD | NEW |