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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12073003: Make build/temp_gyp/googleurl a 'none' target that depends on the 'real' src/googleurl/googleurl.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm googleurl_unittests Created 7 years, 11 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/temp_gyp/googleurl.gyp ('k') | no next file » | 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 2788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2799 '../courgette/courgette.gyp:courgette_unittests', 2799 '../courgette/courgette.gyp:courgette_unittests',
2800 'browser_tests', 2800 'browser_tests',
2801 ]}], 2801 ]}],
2802 ['OS=="linux"', { 2802 ['OS=="linux"', {
2803 'dependencies': [ 2803 'dependencies': [
2804 # Win bot needs to be turned into an interactive bot. 2804 # Win bot needs to be turned into an interactive bot.
2805 'interactive_ui_tests', 2805 'interactive_ui_tests',
2806 # Disabled from running in coverage_posix.py. 2806 # Disabled from running in coverage_posix.py.
2807 # We need to build this during compile step, so enabling here. 2807 # We need to build this during compile step, so enabling here.
2808 'browser_tests', 2808 'browser_tests',
2809 'chromedriver_unittests',
2810 'gpu_tests',
2811 'performance_ui_tests',
2812 'pyautolib',
2813 'reliability_tests',
2814 'sync_integration_tests',
2815 '../content/content.gyp:content_browsertests',
2809 '../courgette/courgette.gyp:courgette_unittests', 2816 '../courgette/courgette.gyp:courgette_unittests',
2810 '../crypto/crypto.gyp:crypto_unittests', 2817 '../crypto/crypto.gyp:crypto_unittests',
2811 'chromedriver_unittests', 2818 '../googleurl/googleurl.gyp:googleurl_unittests',
2812 '../build/temp_gyp/googleurl.gyp:googleurl_unittests',
2813 'gpu_tests',
2814 '../jingle/jingle.gyp:jingle_unittests', 2819 '../jingle/jingle.gyp:jingle_unittests',
2815 '../net/net.gyp:net_perftests', 2820 '../net/net.gyp:net_perftests',
2816 'performance_ui_tests',
2817 'reliability_tests',
2818 'sync_integration_tests',
2819 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy p:webkit_unit_tests', 2821 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy p:webkit_unit_tests',
2820 'pyautolib',
2821 '../content/content.gyp:content_browsertests',
2822 ]}], 2822 ]}],
2823 ['OS=="mac"', { 2823 ['OS=="mac"', {
2824 'dependencies': [ 2824 'dependencies': [
2825 # Placeholder; empty for now. 2825 # Placeholder; empty for now.
2826 ]}], 2826 ]}],
2827 ], # 'conditions' 2827 ], # 'conditions'
2828 'actions': [ 2828 'actions': [
2829 { 2829 {
2830 # 'message' for Linux/scons in particular. Scons 2830 # 'message' for Linux/scons in particular. Scons
2831 # requires the 'coverage' target be run from within 2831 # requires the 'coverage' target be run from within
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 'sync_integration_tests.isolate', 2967 'sync_integration_tests.isolate',
2968 ], 2968 ],
2969 'sources': [ 2969 'sources': [
2970 'sync_integration_tests.isolate', 2970 'sync_integration_tests.isolate',
2971 ], 2971 ],
2972 }, 2972 },
2973 ], 2973 ],
2974 }], 2974 }],
2975 ], # 'conditions' 2975 ], # 'conditions'
2976 } 2976 }
OLDNEW
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698