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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 ], | 167 ], |
168 'export_dependent_settings': [ | 168 'export_dependent_settings': [ |
169 'test_support_common', | 169 'test_support_common', |
170 ], | 170 ], |
171 'include_dirs': [ | 171 'include_dirs': [ |
172 '..', | 172 '..', |
173 ], | 173 ], |
174 'sources': [ | 174 'sources': [ |
175 'test/automated_ui_tests/automated_ui_test_base.cc', | 175 'test/automated_ui_tests/automated_ui_test_base.cc', |
176 'test/automated_ui_tests/automated_ui_test_base.h', | 176 'test/automated_ui_tests/automated_ui_test_base.h', |
| 177 'test/automation/proxy_launcher.cc', |
| 178 'test/automation/proxy_launcher.h', |
177 'test/testing_browser_process.h', | 179 'test/testing_browser_process.h', |
178 'test/ui/javascript_test_util.cc', | 180 'test/ui/javascript_test_util.cc', |
179 'test/ui/npapi_test_helper.cc', | 181 'test/ui/npapi_test_helper.cc', |
180 'test/ui/npapi_test_helper.h', | 182 'test/ui/npapi_test_helper.h', |
181 'test/ui/run_all_unittests.cc', | 183 'test/ui/run_all_unittests.cc', |
182 'test/ui/ui_layout_test.cc', | 184 'test/ui/ui_layout_test.cc', |
183 'test/ui/ui_layout_test.h', | 185 'test/ui/ui_layout_test.h', |
184 'test/ui/ui_perf_test.cc', | 186 'test/ui/ui_perf_test.cc', |
185 'test/ui/ui_perf_test.h', | 187 'test/ui/ui_perf_test.h', |
186 'test/ui/ui_test.cc', | 188 'test/ui/ui_test.cc', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 'renderer/external_extension_uitest.cc', | 519 'renderer/external_extension_uitest.cc', |
518 'test/automation/automation_proxy_uitest.cc', | 520 'test/automation/automation_proxy_uitest.cc', |
519 'test/automation/extension_proxy_uitest.cc', | 521 'test/automation/extension_proxy_uitest.cc', |
520 'test/automated_ui_tests/automated_ui_test_test.cc', | 522 'test/automated_ui_tests/automated_ui_test_test.cc', |
521 'test/chrome_process_util_uitest.cc', | 523 'test/chrome_process_util_uitest.cc', |
522 'test/gpu/gpu_uitest.cc', | 524 'test/gpu/gpu_uitest.cc', |
523 'test/ui/dom_checker_uitest.cc', | 525 'test/ui/dom_checker_uitest.cc', |
524 'test/ui/dromaeo_benchmark_uitest.cc', | 526 'test/ui/dromaeo_benchmark_uitest.cc', |
525 'test/ui/history_uitest.cc', | 527 'test/ui/history_uitest.cc', |
526 'test/ui/layout_plugin_uitest.cc', | 528 'test/ui/layout_plugin_uitest.cc', |
| 529 'test/ui/named_interface_uitest.cc', |
527 'test/ui/npapi_uitest.cc', | 530 'test/ui/npapi_uitest.cc', |
528 'test/ui/omnibox_uitest.cc', | 531 'test/ui/omnibox_uitest.cc', |
529 'test/ui/pepper_uitest.cc', | 532 'test/ui/pepper_uitest.cc', |
530 'test/ui/ppapi_uitest.cc', | 533 'test/ui/ppapi_uitest.cc', |
531 'test/ui/sandbox_uitests.cc', | 534 'test/ui/sandbox_uitests.cc', |
532 'test/ui/sunspider_uitest.cc', | 535 'test/ui/sunspider_uitest.cc', |
533 'test/ui/v8_benchmark_uitest.cc', | 536 'test/ui/v8_benchmark_uitest.cc', |
534 'worker/worker_uitest.cc', | 537 'worker/worker_uitest.cc', |
535 ], | 538 ], |
536 'conditions': [ | 539 'conditions': [ |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 }, | 598 }, |
596 'configurations': { | 599 'configurations': { |
597 'Debug_Base': { | 600 'Debug_Base': { |
598 'msvs_settings': { | 601 'msvs_settings': { |
599 'VCLinkerTool': { | 602 'VCLinkerTool': { |
600 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 603 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
601 }, | 604 }, |
602 }, | 605 }, |
603 }, | 606 }, |
604 }, | 607 }, |
| 608 'sources!': [ |
| 609 # TODO(dtu): port to windows http://crosbug.com/8515 |
| 610 'test/ui/named_interface_uitest.cc', |
| 611 ], |
605 }, { # else: OS != "win" | 612 }, { # else: OS != "win" |
606 'sources!': [ | 613 'sources!': [ |
607 # TODO(port): http://crbug.com/45770 | 614 # TODO(port): http://crbug.com/45770 |
608 'browser/printing/printing_layout_uitest.cc', | 615 'browser/printing/printing_layout_uitest.cc', |
609 ], | 616 ], |
610 }], | 617 }], |
611 ['OS=="linux" or OS=="freebsd"', { | 618 ['OS=="linux" or OS=="freebsd"', { |
612 'conditions': [ | 619 'conditions': [ |
613 ['linux_use_tcmalloc==1', { | 620 ['linux_use_tcmalloc==1', { |
614 'dependencies': [ | 621 'dependencies': [ |
(...skipping 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3275 'export_dependent_settings': [ | 3282 'export_dependent_settings': [ |
3276 'test_support_common', | 3283 'test_support_common', |
3277 ], | 3284 ], |
3278 'include_dirs': [ | 3285 'include_dirs': [ |
3279 '..', | 3286 '..', |
3280 ], | 3287 ], |
3281 'cflags': [ | 3288 'cflags': [ |
3282 '-Wno-uninitialized', | 3289 '-Wno-uninitialized', |
3283 ], | 3290 ], |
3284 'sources': [ | 3291 'sources': [ |
| 3292 'test/automation/proxy_launcher.cc', |
| 3293 'test/automation/proxy_launcher.h', |
3285 'test/pyautolib/pyautolib.cc', | 3294 'test/pyautolib/pyautolib.cc', |
3286 'test/pyautolib/pyautolib.h', | 3295 'test/pyautolib/pyautolib.h', |
3287 'test/ui/ui_test.cc', | 3296 'test/ui/ui_test.cc', |
3288 'test/ui/ui_test.h', | 3297 'test/ui/ui_test.h', |
3289 'test/ui/ui_test_suite.cc', | 3298 'test/ui/ui_test_suite.cc', |
3290 'test/ui/ui_test_suite.h', | 3299 'test/ui/ui_test_suite.h', |
3291 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', | 3300 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', |
3292 '<@(pyautolib_sources)', | 3301 '<@(pyautolib_sources)', |
3293 ], | 3302 ], |
3294 'xcode_settings': { | 3303 'xcode_settings': { |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3571 ] | 3580 ] |
3572 }], # 'coverage!=0' | 3581 }], # 'coverage!=0' |
3573 ], # 'conditions' | 3582 ], # 'conditions' |
3574 } | 3583 } |
3575 | 3584 |
3576 # Local Variables: | 3585 # Local Variables: |
3577 # tab-width:2 | 3586 # tab-width:2 |
3578 # indent-tabs-mode:nil | 3587 # indent-tabs-mode:nil |
3579 # End: | 3588 # End: |
3580 # vim: set expandtab tabstop=2 shiftwidth=2: | 3589 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |