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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7486007: Fix NamedProxyLauncher on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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 | « no previous file | chrome/test/automation/proxy_launcher.h » ('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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 }, 783 },
784 'configurations': { 784 'configurations': {
785 'Debug_Base': { 785 'Debug_Base': {
786 'msvs_settings': { 786 'msvs_settings': {
787 'VCLinkerTool': { 787 'VCLinkerTool': {
788 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 788 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
789 }, 789 },
790 }, 790 },
791 }, 791 },
792 }, 792 },
793 'sources!': [
794 # TODO(dtu): port to windows http://crosbug.com/8515
795 'test/ui/named_interface_uitest.cc',
796 ],
797 }, { # else: OS != "win" 793 }, { # else: OS != "win"
798 'sources!': [ 794 'sources!': [
799 # TODO(port): http://crbug.com/45770 795 # TODO(port): http://crbug.com/45770
800 'browser/printing/printing_layout_uitest.cc', 796 'browser/printing/printing_layout_uitest.cc',
801 ], 797 ],
802 }], 798 }],
803 ['os_posix == 1 and OS != "mac"', { 799 ['os_posix == 1 and OS != "mac"', {
804 'conditions': [ 800 'conditions': [
805 ['linux_use_tcmalloc==1', { 801 ['linux_use_tcmalloc==1', {
806 'dependencies': [ 802 'dependencies': [
(...skipping 3338 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 # Use outputs of this action as inputs for the main target build. 4141 # Use outputs of this action as inputs for the main target build.
4146 # Seems as a misnomer but makes this happy on Linux (scons). 4142 # Seems as a misnomer but makes this happy on Linux (scons).
4147 'process_outputs_as_sources': 1, 4143 'process_outputs_as_sources': 1,
4148 }, 4144 },
4149 ], # 'actions' 4145 ], # 'actions'
4150 }, 4146 },
4151 ] 4147 ]
4152 }], # 'coverage!=0' 4148 }], # 'coverage!=0'
4153 ], # 'conditions' 4149 ], # 'conditions'
4154 } 4150 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/proxy_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698