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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 }, | 766 }, |
767 'configurations': { | 767 'configurations': { |
768 'Debug_Base': { | 768 'Debug_Base': { |
769 'msvs_settings': { | 769 'msvs_settings': { |
770 'VCLinkerTool': { | 770 'VCLinkerTool': { |
771 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 771 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
772 }, | 772 }, |
773 }, | 773 }, |
774 }, | 774 }, |
775 }, | 775 }, |
776 'sources!': [ | |
777 # TODO(dtu): port to windows http://crosbug.com/8515 | |
778 'test/ui/named_interface_uitest.cc', | |
779 ], | |
780 }, { # else: OS != "win" | 776 }, { # else: OS != "win" |
781 'sources!': [ | 777 'sources!': [ |
782 # TODO(port): http://crbug.com/45770 | 778 # TODO(port): http://crbug.com/45770 |
783 'browser/printing/printing_layout_uitest.cc', | 779 'browser/printing/printing_layout_uitest.cc', |
784 ], | 780 ], |
785 }], | 781 }], |
786 ['os_posix == 1 and OS != "mac"', { | 782 ['os_posix == 1 and OS != "mac"', { |
787 'conditions': [ | 783 'conditions': [ |
788 ['linux_use_tcmalloc==1', { | 784 ['linux_use_tcmalloc==1', { |
789 'dependencies': [ | 785 'dependencies': [ |
(...skipping 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4202 # Use outputs of this action as inputs for the main target build. | 4198 # Use outputs of this action as inputs for the main target build. |
4203 # Seems as a misnomer but makes this happy on Linux (scons). | 4199 # Seems as a misnomer but makes this happy on Linux (scons). |
4204 'process_outputs_as_sources': 1, | 4200 'process_outputs_as_sources': 1, |
4205 }, | 4201 }, |
4206 ], # 'actions' | 4202 ], # 'actions' |
4207 }, | 4203 }, |
4208 ] | 4204 ] |
4209 }], # 'coverage!=0' | 4205 }], # 'coverage!=0' |
4210 ], # 'conditions' | 4206 ], # 'conditions' |
4211 } | 4207 } |
OLD | NEW |