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 3136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3147 # courgette source directory in an include path. | 3147 # courgette source directory in an include path. |
3148 '../courgette/courgette.gyp:courgette_unittests', | 3148 '../courgette/courgette.gyp:courgette_unittests', |
3149 'browser_tests', | 3149 'browser_tests', |
3150 ]}], | 3150 ]}], |
3151 ['OS=="linux"', { | 3151 ['OS=="linux"', { |
3152 'dependencies': [ | 3152 'dependencies': [ |
3153 # Win bot needs to be turned into an interactive bot. | 3153 # Win bot needs to be turned into an interactive bot. |
3154 'interactive_ui_tests', | 3154 'interactive_ui_tests', |
3155 # Disabled from running in coverage_posix.py. | 3155 # Disabled from running in coverage_posix.py. |
3156 # We need to build this during compile step, so enabling here. | 3156 # We need to build this during compile step, so enabling here. |
3157 'browser_tests', | 3157 '../content/content.gyp:content_browsertests', |
3158 '../courgette/courgette.gyp:courgette_unittests', | 3158 '../courgette/courgette.gyp:courgette_unittests', |
3159 '../crypto/crypto.gyp:crypto_unittests', | 3159 '../crypto/crypto.gyp:crypto_unittests', |
3160 'chromedriver_unittests', | |
3161 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | |
3162 'gpu_tests', | |
3163 '../jingle/jingle.gyp:jingle_unittests', | 3160 '../jingle/jingle.gyp:jingle_unittests', |
3164 '../net/net.gyp:net_perftests', | 3161 '../net/net.gyp:net_perftests', |
| 3162 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', |
| 3163 '../url/url.gyp:googleurl_unittests', |
| 3164 'browser_tests', |
| 3165 'chromedriver_unittests', |
| 3166 'gpu_tests', |
3165 'performance_ui_tests', | 3167 'performance_ui_tests', |
| 3168 'pyautolib', |
3166 'reliability_tests', | 3169 'reliability_tests', |
3167 'sync_integration_tests', | 3170 'sync_integration_tests', |
3168 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', | |
3169 'pyautolib', | |
3170 '../content/content.gyp:content_browsertests', | |
3171 ]}], | 3171 ]}], |
3172 ['OS=="mac"', { | 3172 ['OS=="mac"', { |
3173 'dependencies': [ | 3173 'dependencies': [ |
3174 # Placeholder; empty for now. | 3174 # Placeholder; empty for now. |
3175 ]}], | 3175 ]}], |
3176 ], # 'conditions' | 3176 ], # 'conditions' |
3177 'actions': [ | 3177 'actions': [ |
3178 { | 3178 { |
3179 # 'message' for Linux/scons in particular. Scons | 3179 # 'message' for Linux/scons in particular. Scons |
3180 # requires the 'coverage' target be run from within | 3180 # requires the 'coverage' target be run from within |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3390 # more details. | 3390 # more details. |
3391 'DebugInformationFormat': '3', | 3391 'DebugInformationFormat': '3', |
3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3393 }, | 3393 }, |
3394 }, | 3394 }, |
3395 }, | 3395 }, |
3396 ], | 3396 ], |
3397 }], | 3397 }], |
3398 ], # 'conditions' | 3398 ], # 'conditions' |
3399 } | 3399 } |
OLD | NEW |