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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7129056: Cleanup in base/test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted, rebased again Created 9 years, 6 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 | « base/test/test_util.h ('k') | chrome/common/time_format_browsertest.cc » ('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) 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 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after
2675 ], 2675 ],
2676 'sources': [ 2676 'sources': [
2677 'browser/spellcheck_message_filter_browsertest.cc', 2677 'browser/spellcheck_message_filter_browsertest.cc',
2678 '../content/renderer/external_popup_menu_unittest.cc', 2678 '../content/renderer/external_popup_menu_unittest.cc',
2679 ], 2679 ],
2680 }, { # else: OS != "mac" 2680 }, { # else: OS != "mac"
2681 'sources!': [ 2681 'sources!': [
2682 'browser/extensions/browser_action_test_util_mac.mm', 2682 'browser/extensions/browser_action_test_util_mac.mm',
2683 ], 2683 ],
2684 }], 2684 }],
2685 ['os_posix == 0', {
2686 'sources!': [
2687 'common/time_format_browsertest.cc',
2688 ],
2689 }],
2685 ['os_posix == 1 and OS != "mac"', { 2690 ['os_posix == 1 and OS != "mac"', {
2686 'conditions': [ 2691 'conditions': [
2687 ['linux_use_tcmalloc==1', { 2692 ['linux_use_tcmalloc==1', {
2688 'dependencies': [ 2693 'dependencies': [
2689 '../base/allocator/allocator.gyp:allocator', 2694 '../base/allocator/allocator.gyp:allocator',
2690 ], 2695 ],
2691 }], 2696 }],
2692 ], 2697 ],
2693 }], 2698 }],
2694 ['toolkit_views==1', { 2699 ['toolkit_views==1', {
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 ] 4139 ]
4135 }], # 'coverage!=0' 4140 }], # 'coverage!=0'
4136 ], # 'conditions' 4141 ], # 'conditions'
4137 } 4142 }
4138 4143
4139 # Local Variables: 4144 # Local Variables:
4140 # tab-width:2 4145 # tab-width:2
4141 # indent-tabs-mode:nil 4146 # indent-tabs-mode:nil
4142 # End: 4147 # End:
4143 # vim: set expandtab tabstop=2 shiftwidth=2: 4148 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/test/test_util.h ('k') | chrome/common/time_format_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698