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 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2180 'sources/': [ | 2180 'sources/': [ |
2181 ['exclude', '^browser/automation/automation_provider_unittest.cc'], | 2181 ['exclude', '^browser/automation/automation_provider_unittest.cc'], |
2182 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte
st.cc'], | 2182 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte
st.cc'], |
2183 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], | 2183 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], |
2184 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], | 2184 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], |
2185 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte
st.cc'], | 2185 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte
st.cc'], |
2186 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte
st.cc'], | 2186 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte
st.cc'], |
2187 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], | 2187 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], |
2188 ], | 2188 ], |
2189 }], | 2189 }], |
| 2190 ['enable_task_manager==0', { |
| 2191 'sources/': [ |
| 2192 ['exclude', '^browser/task_manager/'], |
| 2193 ['exclude', '^browser/ui/webui/task_manager/'], |
| 2194 ], |
| 2195 }], |
2190 ['file_manager_extension==0', { | 2196 ['file_manager_extension==0', { |
2191 'sources!': [ | 2197 'sources!': [ |
2192 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2198 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
2193 ], | 2199 ], |
2194 }], | 2200 }], |
2195 ['configuration_policy==0', { | 2201 ['configuration_policy==0', { |
2196 'sources!': [ | 2202 'sources!': [ |
2197 'browser/prefs/proxy_policy_unittest.cc', | 2203 'browser/prefs/proxy_policy_unittest.cc', |
2198 ], | 2204 ], |
2199 'sources/': [ | 2205 'sources/': [ |
(...skipping 2455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4655 # Use outputs of this action as inputs for the main target build. | 4661 # Use outputs of this action as inputs for the main target build. |
4656 # Seems as a misnomer but makes this happy on Linux (scons). | 4662 # Seems as a misnomer but makes this happy on Linux (scons). |
4657 'process_outputs_as_sources': 1, | 4663 'process_outputs_as_sources': 1, |
4658 }, | 4664 }, |
4659 ], # 'actions' | 4665 ], # 'actions' |
4660 }, | 4666 }, |
4661 ] | 4667 ] |
4662 }], # 'coverage!=0' | 4668 }], # 'coverage!=0' |
4663 ], # 'conditions' | 4669 ], # 'conditions' |
4664 } | 4670 } |
OLD | NEW |