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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
(...skipping 2907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2918 '../content/content.gyp:content_browsertests', | 2918 '../content/content.gyp:content_browsertests', |
2919 '../courgette/courgette.gyp:courgette_unittests', | 2919 '../courgette/courgette.gyp:courgette_unittests', |
2920 '../crypto/crypto.gyp:crypto_unittests', | 2920 '../crypto/crypto.gyp:crypto_unittests', |
2921 '../jingle/jingle.gyp:jingle_unittests', | 2921 '../jingle/jingle.gyp:jingle_unittests', |
2922 '../net/net.gyp:net_perftests', | 2922 '../net/net.gyp:net_perftests', |
2923 '../third_party/WebKit/public/all.gyp:all_blink', | 2923 '../third_party/WebKit/public/all.gyp:all_blink', |
2924 '../url/url.gyp:url_unittests', | 2924 '../url/url.gyp:url_unittests', |
2925 'browser_tests', | 2925 'browser_tests', |
2926 'chromedriver_unittests', | 2926 'chromedriver_unittests', |
2927 'performance_ui_tests', | 2927 'performance_ui_tests', |
2928 'pyautolib', | |
2929 'sync_integration_tests', | 2928 'sync_integration_tests', |
2930 ]}], | 2929 ]}], |
2930 ['OS=="linux" and enable_automation==1 and ' | |
Nico
2013/10/18 14:03:06
indent 2 more
Nico
2013/10/18 14:03:06
Instead of adding these checks everywhere somethin
Alexander Potapenko
2013/10/18 14:16:59
The previous indentation is actually wrong. Fixed
Alexander Potapenko
2013/10/18 14:16:59
Nice idea. Done.
| |
2931 'target_arch==python_arch', { | |
2932 'dependencies': [ | |
2933 'pyautolib', | |
2934 ], | |
2935 }], | |
2931 ['OS=="mac"', { | 2936 ['OS=="mac"', { |
2932 'dependencies': [ | 2937 'dependencies': [ |
2933 # Placeholder; empty for now. | 2938 # Placeholder; empty for now. |
2934 ]}], | 2939 ]}], |
2935 ], # 'conditions' | 2940 ], # 'conditions' |
2936 'actions': [ | 2941 'actions': [ |
2937 { | 2942 { |
2938 # 'message' for Linux/scons in particular. Scons | 2943 # 'message' for Linux/scons in particular. Scons |
2939 # requires the 'coverage' target be run from within | 2944 # requires the 'coverage' target be run from within |
2940 # src/chrome. | 2945 # src/chrome. |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3165 'utility', | 3170 'utility', |
3166 ], | 3171 ], |
3167 'sources': [ | 3172 'sources': [ |
3168 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3173 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3169 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3174 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3170 ], | 3175 ], |
3171 }] | 3176 }] |
3172 }], | 3177 }], |
3173 ], # 'conditions' | 3178 ], # 'conditions' |
3174 } | 3179 } |
OLD | NEW |