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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 19467002: Remove googleurl_unittests hack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | tools/heapcheck/chrome_tests.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 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
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
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 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | tools/heapcheck/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698