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 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2118 'browser/chromeos/notifications/desktop_notifications_unittest.c
c', | 2118 'browser/chromeos/notifications/desktop_notifications_unittest.c
c', |
2119 ], | 2119 ], |
2120 }], | 2120 }], |
2121 ], | 2121 ], |
2122 }, { # else: chromeos == 0 | 2122 }, { # else: chromeos == 0 |
2123 'sources/': [ | 2123 'sources/': [ |
2124 ['exclude', '^browser/chromeos/'], | 2124 ['exclude', '^browser/chromeos/'], |
2125 ['exclude', '^browser/oom_priority_manager_unittest.cc'], | 2125 ['exclude', '^browser/oom_priority_manager_unittest.cc'], |
2126 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u
nittest.cc' ], | 2126 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u
nittest.cc' ], |
2127 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2127 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
| 2128 ['exclude', '^browser/policy/device_status_collector_unittest.cc'], |
2128 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2129 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
2129 ['exclude', '^browser/policy/network_configuration_updater_unittest.
cc' ], | 2130 ['exclude', '^browser/policy/network_configuration_updater_unittest.
cc' ], |
2130 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], | 2131 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], |
2131 ['exclude', '^browser/ui/webui/chromeos/login'], | 2132 ['exclude', '^browser/ui/webui/chromeos/login'], |
2132 ['exclude', '^browser/ui/webui/options/chromeos/'], | 2133 ['exclude', '^browser/ui/webui/options/chromeos/'], |
2133 ], | 2134 ], |
2134 }], | 2135 }], |
2135 ['toolkit_uses_gtk == 1', { | 2136 ['toolkit_uses_gtk == 1', { |
2136 'conditions': [ | 2137 'conditions': [ |
2137 ['selinux==0', { | 2138 ['selinux==0', { |
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4322 # Use outputs of this action as inputs for the main target build. | 4323 # Use outputs of this action as inputs for the main target build. |
4323 # Seems as a misnomer but makes this happy on Linux (scons). | 4324 # Seems as a misnomer but makes this happy on Linux (scons). |
4324 'process_outputs_as_sources': 1, | 4325 'process_outputs_as_sources': 1, |
4325 }, | 4326 }, |
4326 ], # 'actions' | 4327 ], # 'actions' |
4327 }, | 4328 }, |
4328 ] | 4329 ] |
4329 }], # 'coverage!=0' | 4330 }], # 'coverage!=0' |
4330 ], # 'conditions' | 4331 ], # 'conditions' |
4331 } | 4332 } |
OLD | NEW |