| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |