OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 ], | 161 ], |
162 'export_dependent_settings': [ | 162 'export_dependent_settings': [ |
163 'test_support_common', | 163 'test_support_common', |
164 ], | 164 ], |
165 'include_dirs': [ | 165 'include_dirs': [ |
166 '..', | 166 '..', |
167 ], | 167 ], |
168 'sources': [ | 168 'sources': [ |
169 'test/automated_ui_tests/automated_ui_test_base.cc', | 169 'test/automated_ui_tests/automated_ui_test_base.cc', |
170 'test/automated_ui_tests/automated_ui_test_base.h', | 170 'test/automated_ui_tests/automated_ui_test_base.h', |
| 171 'test/automation/proxy_launcher.cc', |
| 172 'test/automation/proxy_launcher.h', |
171 'test/testing_browser_process.h', | 173 'test/testing_browser_process.h', |
172 'test/ui/javascript_test_util.cc', | 174 'test/ui/javascript_test_util.cc', |
173 'test/ui/npapi_test_helper.cc', | 175 'test/ui/npapi_test_helper.cc', |
174 'test/ui/npapi_test_helper.h', | 176 'test/ui/npapi_test_helper.h', |
175 'test/ui/run_all_unittests.cc', | 177 'test/ui/run_all_unittests.cc', |
176 'test/ui/ui_layout_test.cc', | 178 'test/ui/ui_layout_test.cc', |
177 'test/ui/ui_layout_test.h', | 179 'test/ui/ui_layout_test.h', |
178 'test/ui/ui_perf_test.cc', | 180 'test/ui/ui_perf_test.cc', |
179 'test/ui/ui_perf_test.h', | 181 'test/ui/ui_perf_test.h', |
180 'test/ui/ui_test.cc', | 182 'test/ui/ui_test.cc', |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'renderer/external_extension_uitest.cc', | 509 'renderer/external_extension_uitest.cc', |
508 'test/automation/automation_proxy_uitest.cc', | 510 'test/automation/automation_proxy_uitest.cc', |
509 'test/automation/extension_proxy_uitest.cc', | 511 'test/automation/extension_proxy_uitest.cc', |
510 'test/automated_ui_tests/automated_ui_test_test.cc', | 512 'test/automated_ui_tests/automated_ui_test_test.cc', |
511 'test/chrome_process_util_uitest.cc', | 513 'test/chrome_process_util_uitest.cc', |
512 'test/gpu/gpu_uitest.cc', | 514 'test/gpu/gpu_uitest.cc', |
513 'test/ui/dom_checker_uitest.cc', | 515 'test/ui/dom_checker_uitest.cc', |
514 'test/ui/dromaeo_benchmark_uitest.cc', | 516 'test/ui/dromaeo_benchmark_uitest.cc', |
515 'test/ui/history_uitest.cc', | 517 'test/ui/history_uitest.cc', |
516 'test/ui/layout_plugin_uitest.cc', | 518 'test/ui/layout_plugin_uitest.cc', |
| 519 'test/ui/named_interface_uitest.cc', |
517 'test/ui/npapi_uitest.cc', | 520 'test/ui/npapi_uitest.cc', |
518 'test/ui/omnibox_uitest.cc', | 521 'test/ui/omnibox_uitest.cc', |
519 'test/ui/pepper_uitest.cc', | 522 'test/ui/pepper_uitest.cc', |
520 'test/ui/ppapi_uitest.cc', | 523 'test/ui/ppapi_uitest.cc', |
521 'test/ui/sandbox_uitests.cc', | 524 'test/ui/sandbox_uitests.cc', |
522 'test/ui/sunspider_uitest.cc', | 525 'test/ui/sunspider_uitest.cc', |
523 'test/ui/v8_benchmark_uitest.cc', | 526 'test/ui/v8_benchmark_uitest.cc', |
524 'worker/worker_uitest.cc', | 527 'worker/worker_uitest.cc', |
525 ], | 528 ], |
526 'conditions': [ | 529 'conditions': [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 }, | 595 }, |
593 'configurations': { | 596 'configurations': { |
594 'Debug_Base': { | 597 'Debug_Base': { |
595 'msvs_settings': { | 598 'msvs_settings': { |
596 'VCLinkerTool': { | 599 'VCLinkerTool': { |
597 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 600 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
598 }, | 601 }, |
599 }, | 602 }, |
600 }, | 603 }, |
601 }, | 604 }, |
| 605 'sources!': [ |
| 606 # TODO(dtu): port to windows http://crosbug.com/8515 |
| 607 'test/ui/named_interface_uitest.cc', |
| 608 ], |
602 }, { # else: OS != "win" | 609 }, { # else: OS != "win" |
603 'sources!': [ | 610 'sources!': [ |
604 # TODO(port): http://crbug.com/45770 | 611 # TODO(port): http://crbug.com/45770 |
605 'browser/printing/printing_layout_uitest.cc', | 612 'browser/printing/printing_layout_uitest.cc', |
606 ], | 613 ], |
607 }], | 614 }], |
608 ['OS=="linux" or OS=="freebsd"', { | 615 ['OS=="linux" or OS=="freebsd"', { |
609 'conditions': [ | 616 'conditions': [ |
610 ['linux_use_tcmalloc==1', { | 617 ['linux_use_tcmalloc==1', { |
611 'dependencies': [ | 618 'dependencies': [ |
(...skipping 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3101 'export_dependent_settings': [ | 3108 'export_dependent_settings': [ |
3102 'test_support_common', | 3109 'test_support_common', |
3103 ], | 3110 ], |
3104 'include_dirs': [ | 3111 'include_dirs': [ |
3105 '..', | 3112 '..', |
3106 ], | 3113 ], |
3107 'cflags': [ | 3114 'cflags': [ |
3108 '-Wno-uninitialized', | 3115 '-Wno-uninitialized', |
3109 ], | 3116 ], |
3110 'sources': [ | 3117 'sources': [ |
| 3118 'test/automation/proxy_launcher.cc', |
| 3119 'test/automation/proxy_launcher.h', |
3111 'test/pyautolib/pyautolib.cc', | 3120 'test/pyautolib/pyautolib.cc', |
3112 'test/pyautolib/pyautolib.h', | 3121 'test/pyautolib/pyautolib.h', |
3113 'test/ui/ui_test.cc', | 3122 'test/ui/ui_test.cc', |
3114 'test/ui/ui_test.h', | 3123 'test/ui/ui_test.h', |
3115 'test/ui/ui_test_suite.cc', | 3124 'test/ui/ui_test_suite.cc', |
3116 'test/ui/ui_test_suite.h', | 3125 'test/ui/ui_test_suite.h', |
3117 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', | 3126 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', |
3118 '<@(pyautolib_sources)', | 3127 '<@(pyautolib_sources)', |
3119 ], | 3128 ], |
3120 'xcode_settings': { | 3129 'xcode_settings': { |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3397 ] | 3406 ] |
3398 }], # 'coverage!=0' | 3407 }], # 'coverage!=0' |
3399 ], # 'conditions' | 3408 ], # 'conditions' |
3400 } | 3409 } |
3401 | 3410 |
3402 # Local Variables: | 3411 # Local Variables: |
3403 # tab-width:2 | 3412 # tab-width:2 |
3404 # indent-tabs-mode:nil | 3413 # indent-tabs-mode:nil |
3405 # End: | 3414 # End: |
3406 # vim: set expandtab tabstop=2 shiftwidth=2: | 3415 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |