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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6264013: Clean up net unit testing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-virtualize TestDelegate::OnResponseCompleted Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 { 3195 {
3196 'target_name': 'generate_profile', 3196 'target_name': 'generate_profile',
3197 'type': 'executable', 3197 'type': 'executable',
3198 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3198 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3199 'dependencies': [ 3199 'dependencies': [
3200 'test_support_common', 3200 'test_support_common',
3201 'browser', 3201 'browser',
3202 'renderer', 3202 'renderer',
3203 'syncapi', 3203 'syncapi',
3204 '../base/base.gyp:base', 3204 '../base/base.gyp:base',
3205 '../net/net.gyp:net_test_support',
3205 '../skia/skia.gyp:skia', 3206 '../skia/skia.gyp:skia',
3206 ], 3207 ],
3207 'include_dirs': [ 3208 'include_dirs': [
3208 '..', 3209 '..',
3209 ], 3210 ],
3210 'sources': [ 3211 'sources': [
3211 'tools/profiles/generate_profile.cc', 3212 'tools/profiles/generate_profile.cc',
3212 'tools/profiles/thumbnail-inl.h', 3213 'tools/profiles/thumbnail-inl.h',
3213 ], 3214 ],
3214 'conditions': [ 3215 'conditions': [
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 ] 3639 ]
3639 }], # 'coverage!=0' 3640 }], # 'coverage!=0'
3640 ], # 'conditions' 3641 ], # 'conditions'
3641 } 3642 }
3642 3643
3643 # Local Variables: 3644 # Local Variables:
3644 # tab-width:2 3645 # tab-width:2
3645 # indent-tabs-mode:nil 3646 # indent-tabs-mode:nil
3646 # End: 3647 # End:
3647 # vim: set expandtab tabstop=2 shiftwidth=2: 3648 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698