| 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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 ['linux_use_tcmalloc==1', { | 910 ['linux_use_tcmalloc==1', { |
| 911 'dependencies': [ | 911 'dependencies': [ |
| 912 '../base/allocator/allocator.gyp:allocator', | 912 '../base/allocator/allocator.gyp:allocator', |
| 913 ], | 913 ], |
| 914 }], | 914 }], |
| 915 ], | 915 ], |
| 916 }], | 916 }], |
| 917 ['chromeos==0', { | 917 ['chromeos==0', { |
| 918 'sources/': [ | 918 'sources/': [ |
| 919 ['exclude', '^browser/ui/webui/options/chromeos/'], | 919 ['exclude', '^browser/ui/webui/options/chromeos/'], |
| 920 ['exclude', '^browser/ui/webui/options2/chromeos/'], |
| 920 ], | 921 ], |
| 921 }], | 922 }], |
| 922 ], | 923 ], |
| 923 }, | 924 }, |
| 924 { | 925 { |
| 925 # Third-party support sources for chromedriver_lib. | 926 # Third-party support sources for chromedriver_lib. |
| 926 'target_name': 'chromedriver_support', | 927 'target_name': 'chromedriver_support', |
| 927 'type': 'static_library', | 928 'type': 'static_library', |
| 928 'sources': [ | 929 'sources': [ |
| 929 '../third_party/mongoose/mongoose.c', | 930 '../third_party/mongoose/mongoose.c', |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2125 ['exclude', '^browser/oom_priority_manager_unittest.cc'], | 2126 ['exclude', '^browser/oom_priority_manager_unittest.cc'], |
| 2126 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ], | 2127 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ], |
| 2127 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u
nittest.cc' ], | 2128 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u
nittest.cc' ], |
| 2128 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2129 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
| 2129 ['exclude', '^browser/policy/device_status_collector_unittest.cc'], | 2130 ['exclude', '^browser/policy/device_status_collector_unittest.cc'], |
| 2130 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2131 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
| 2131 ['exclude', '^browser/policy/network_configuration_updater_unittest.
cc' ], | 2132 ['exclude', '^browser/policy/network_configuration_updater_unittest.
cc' ], |
| 2132 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], | 2133 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], |
| 2133 ['exclude', '^browser/ui/webui/chromeos/login'], | 2134 ['exclude', '^browser/ui/webui/chromeos/login'], |
| 2134 ['exclude', '^browser/ui/webui/options/chromeos/'], | 2135 ['exclude', '^browser/ui/webui/options/chromeos/'], |
| 2136 ['exclude', '^browser/ui/webui/options2/chromeos/'], |
| 2135 ], | 2137 ], |
| 2136 }], | 2138 }], |
| 2137 ['toolkit_uses_gtk == 1', { | 2139 ['toolkit_uses_gtk == 1', { |
| 2138 'conditions': [ | 2140 'conditions': [ |
| 2139 ['selinux==0', { | 2141 ['selinux==0', { |
| 2140 'dependencies': [ | 2142 'dependencies': [ |
| 2141 '../sandbox/sandbox.gyp:*', | 2143 '../sandbox/sandbox.gyp:*', |
| 2142 ], | 2144 ], |
| 2143 }], | 2145 }], |
| 2144 ['toolkit_views==1', { | 2146 ['toolkit_views==1', { |
| (...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4326 # Use outputs of this action as inputs for the main target build. | 4328 # Use outputs of this action as inputs for the main target build. |
| 4327 # Seems as a misnomer but makes this happy on Linux (scons). | 4329 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4328 'process_outputs_as_sources': 1, | 4330 'process_outputs_as_sources': 1, |
| 4329 }, | 4331 }, |
| 4330 ], # 'actions' | 4332 ], # 'actions' |
| 4331 }, | 4333 }, |
| 4332 ] | 4334 ] |
| 4333 }], # 'coverage!=0' | 4335 }], # 'coverage!=0' |
| 4334 ], # 'conditions' | 4336 ], # 'conditions' |
| 4335 } | 4337 } |
| OLD | NEW |