OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3129 # Win bot needs to be turned into an interactive bot. | 3129 # Win bot needs to be turned into an interactive bot. |
3130 'interactive_ui_tests', | 3130 'interactive_ui_tests', |
3131 # Disabled from running in coverage_posix.py. | 3131 # Disabled from running in coverage_posix.py. |
3132 # We need to build this during compile step, so enabling here. | 3132 # We need to build this during compile step, so enabling here. |
3133 '../content/content.gyp:content_browsertests', | 3133 '../content/content.gyp:content_browsertests', |
3134 '../courgette/courgette.gyp:courgette_unittests', | 3134 '../courgette/courgette.gyp:courgette_unittests', |
3135 '../crypto/crypto.gyp:crypto_unittests', | 3135 '../crypto/crypto.gyp:crypto_unittests', |
3136 '../jingle/jingle.gyp:jingle_unittests', | 3136 '../jingle/jingle.gyp:jingle_unittests', |
3137 '../net/net.gyp:net_perftests', | 3137 '../net/net.gyp:net_perftests', |
3138 '../third_party/WebKit/public/all.gyp:all_blink', | 3138 '../third_party/WebKit/public/all.gyp:all_blink', |
3139 '../url/url.gyp:googleurl_unittests', | 3139 '../url/url.gyp:url_unittests', |
3140 'browser_tests', | 3140 'browser_tests', |
3141 'chromedriver_unittests', | 3141 'chromedriver_unittests', |
3142 'gpu_tests', | 3142 'gpu_tests', |
3143 'performance_ui_tests', | 3143 'performance_ui_tests', |
3144 'pyautolib', | 3144 'pyautolib', |
3145 'reliability_tests', | 3145 'reliability_tests', |
3146 'sync_integration_tests', | 3146 'sync_integration_tests', |
3147 ]}], | 3147 ]}], |
3148 ['OS=="mac"', { | 3148 ['OS=="mac"', { |
3149 'dependencies': [ | 3149 'dependencies': [ |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3382 'utility', | 3382 'utility', |
3383 ], | 3383 ], |
3384 'sources': [ | 3384 'sources': [ |
3385 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3385 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3386 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3386 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3387 ], | 3387 ], |
3388 }] | 3388 }] |
3389 }], | 3389 }], |
3390 ], # 'conditions' | 3390 ], # 'conditions' |
3391 } | 3391 } |
OLD | NEW |