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 2810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2821 'target_name': 'webrtc_test_tools', | 2821 'target_name': 'webrtc_test_tools', |
2822 'type': 'none', | 2822 'type': 'none', |
2823 'dependencies': [ | 2823 'dependencies': [ |
2824 'pyautolib', | 2824 'pyautolib', |
2825 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 2825 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
2826 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 2826 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
2827 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 2827 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
2828 ], | 2828 ], |
2829 }, # target 'webrtc_test_tools' | 2829 }, # target 'webrtc_test_tools' |
2830 ] # targets | 2830 ] # targets |
2831 }, { # fake pyautolib | |
2832 'targets': [ | |
2833 { | |
2834 'target_name': 'pyautolib', | |
2835 'type': 'none', | |
2836 } | |
Nico
2013/10/18 14:18:59
To not repeat the target name, other places write
| |
2837 ], | |
2831 }], | 2838 }], |
2832 # To enable the coverage targets, do | 2839 # To enable the coverage targets, do |
2833 # GYP_DEFINES='coverage=1' gclient sync | 2840 # GYP_DEFINES='coverage=1' gclient sync |
2834 # To match the coverage buildbot more closely, do this: | 2841 # To match the coverage buildbot more closely, do this: |
2835 # GYP_DEFINES='coverage=1 enable_svg=0 fastbuild=1' gclient sync | 2842 # GYP_DEFINES='coverage=1 enable_svg=0 fastbuild=1' gclient sync |
2836 # (and, on MacOS, be sure to switch your SDK from "Base SDK" to "Mac OS X | 2843 # (and, on MacOS, be sure to switch your SDK from "Base SDK" to "Mac OS X |
2837 # 10.6") | 2844 # 10.6") |
2838 # (but on Windows, don't set the fastbuild=1 because it removes the PDB | 2845 # (but on Windows, don't set the fastbuild=1 because it removes the PDB |
2839 # generation which is necessary for code coverage.) | 2846 # generation which is necessary for code coverage.) |
2840 ['coverage!=0', | 2847 ['coverage!=0', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2920 '../crypto/crypto.gyp:crypto_unittests', | 2927 '../crypto/crypto.gyp:crypto_unittests', |
2921 '../jingle/jingle.gyp:jingle_unittests', | 2928 '../jingle/jingle.gyp:jingle_unittests', |
2922 '../net/net.gyp:net_perftests', | 2929 '../net/net.gyp:net_perftests', |
2923 '../third_party/WebKit/public/all.gyp:all_blink', | 2930 '../third_party/WebKit/public/all.gyp:all_blink', |
2924 '../url/url.gyp:url_unittests', | 2931 '../url/url.gyp:url_unittests', |
2925 'browser_tests', | 2932 'browser_tests', |
2926 'chromedriver_unittests', | 2933 'chromedriver_unittests', |
2927 'performance_ui_tests', | 2934 'performance_ui_tests', |
2928 'pyautolib', | 2935 'pyautolib', |
2929 'sync_integration_tests', | 2936 'sync_integration_tests', |
2930 ]}], | 2937 ], |
2938 }], | |
2931 ['OS=="mac"', { | 2939 ['OS=="mac"', { |
2932 'dependencies': [ | 2940 'dependencies': [ |
2933 # Placeholder; empty for now. | 2941 # Placeholder; empty for now. |
2934 ]}], | 2942 ]}], |
2935 ], # 'conditions' | 2943 ], # 'conditions' |
2936 'actions': [ | 2944 'actions': [ |
2937 { | 2945 { |
2938 # 'message' for Linux/scons in particular. Scons | 2946 # 'message' for Linux/scons in particular. Scons |
2939 # requires the 'coverage' target be run from within | 2947 # requires the 'coverage' target be run from within |
2940 # src/chrome. | 2948 # src/chrome. |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3165 'utility', | 3173 'utility', |
3166 ], | 3174 ], |
3167 'sources': [ | 3175 'sources': [ |
3168 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3176 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3169 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3177 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3170 ], | 3178 ], |
3171 }] | 3179 }] |
3172 }], | 3180 }], |
3173 ], # 'conditions' | 3181 ], # 'conditions' |
3174 } | 3182 } |
OLD | NEW |