Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11377077: We need to build browser_tests during 'compile' step, so enabling in gypi. Disabled from running in… (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 4793 matching lines...) Expand 10 before | Expand all | Expand 10 after
4804 # Note build/win/chrome_win.croc uniquely has the 4804 # Note build/win/chrome_win.croc uniquely has the
4805 # courgette source directory in an include path. 4805 # courgette source directory in an include path.
4806 '../courgette/courgette.gyp:courgette_unittests', 4806 '../courgette/courgette.gyp:courgette_unittests',
4807 'browser_tests', 4807 'browser_tests',
4808 ]}], 4808 ]}],
4809 ['OS=="linux"', { 4809 ['OS=="linux"', {
4810 'dependencies': [ 4810 'dependencies': [
4811 # Win bot needs to be turned into an interactive bot. 4811 # Win bot needs to be turned into an interactive bot.
4812 'interactive_ui_tests', 4812 'interactive_ui_tests',
4813 # Random tests hang/timeout on linux coverage bot. 4813 # Random tests hang/timeout on linux coverage bot.
4814 # Disabled until we figure out these tests. 4814 # Disabled from running in coverage_posix.py.
4815 # crbug.com/159748 4815 # crbug.com/159748
4816 #'browser_tests', 4816 # We need to build this during compile step, so enabling here.
Nico 2012/11/09 19:09:03 Can you just remove the 3 comment lines above?
pshenoy 2012/11/09 19:16:04 Done. Retained the comment saying it is disabled i
4817 'browser_tests',
4817 '../courgette/courgette.gyp:courgette_unittests', 4818 '../courgette/courgette.gyp:courgette_unittests',
4818 '../crypto/crypto.gyp:crypto_unittests', 4819 '../crypto/crypto.gyp:crypto_unittests',
4819 'chromedriver_unittests', 4820 'chromedriver_unittests',
4820 # curvecp_unittests fails on bot with this error 4821 # curvecp_unittests fails on bot with this error
4821 # FATAL:single_request_host_resolver.cc(32)] Check failed: false == callback.is_null() (0 vs. 1) 4822 # FATAL:single_request_host_resolver.cc(32)] Check failed: false == callback.is_null() (0 vs. 1)
4822 #'../net/net.gyp:curvecp_unittests', 4823 #'../net/net.gyp:curvecp_unittests',
4823 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', 4824 '../build/temp_gyp/googleurl.gyp:googleurl_unittests',
4824 'gpu_tests', 4825 'gpu_tests',
4825 '../jingle/jingle.gyp:jingle_unittests', 4826 '../jingle/jingle.gyp:jingle_unittests',
4826 '../net/net.gyp:net_perftests', 4827 '../net/net.gyp:net_perftests',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
5008 'sync_integration_tests.isolate', 5009 'sync_integration_tests.isolate',
5009 ], 5010 ],
5010 'sources': [ 5011 'sources': [
5011 'sync_integration_tests.isolate', 5012 'sync_integration_tests.isolate',
5012 ], 5013 ],
5013 }, 5014 },
5014 ], 5015 ],
5015 }], 5016 }],
5016 ], # 'conditions' 5017 ], # 'conditions'
5017 } 5018 }
OLDNEW
« no previous file with comments | « no previous file | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698