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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4202004: Add named testing interface (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
OLDNEW
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 160 ],
161 'export_dependent_settings': [ 161 'export_dependent_settings': [
162 'test_support_common', 162 'test_support_common',
163 ], 163 ],
164 'include_dirs': [ 164 'include_dirs': [
165 '..', 165 '..',
166 ], 166 ],
167 'sources': [ 167 'sources': [
168 'test/automated_ui_tests/automated_ui_test_base.cc', 168 'test/automated_ui_tests/automated_ui_test_base.cc',
169 'test/automated_ui_tests/automated_ui_test_base.h', 169 'test/automated_ui_tests/automated_ui_test_base.h',
170 'test/automation/proxy_launcher.cc',
171 'test/automation/proxy_launcher.h',
170 'test/testing_browser_process.h', 172 'test/testing_browser_process.h',
171 'test/ui/javascript_test_util.cc', 173 'test/ui/javascript_test_util.cc',
172 'test/ui/npapi_test_helper.cc', 174 'test/ui/npapi_test_helper.cc',
173 'test/ui/npapi_test_helper.h', 175 'test/ui/npapi_test_helper.h',
174 'test/ui/run_all_unittests.cc', 176 'test/ui/run_all_unittests.cc',
175 'test/ui/ui_layout_test.cc', 177 'test/ui/ui_layout_test.cc',
176 'test/ui/ui_layout_test.h', 178 'test/ui/ui_layout_test.h',
177 'test/ui/ui_perf_test.cc', 179 'test/ui/ui_perf_test.cc',
178 'test/ui/ui_perf_test.h', 180 'test/ui/ui_perf_test.h',
179 'test/ui/ui_test.cc', 181 'test/ui/ui_test.cc',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'renderer/external_extension_uitest.cc', 507 'renderer/external_extension_uitest.cc',
506 'test/automation/automation_proxy_uitest.cc', 508 'test/automation/automation_proxy_uitest.cc',
507 'test/automation/extension_proxy_uitest.cc', 509 'test/automation/extension_proxy_uitest.cc',
508 'test/automated_ui_tests/automated_ui_test_test.cc', 510 'test/automated_ui_tests/automated_ui_test_test.cc',
509 'test/chrome_process_util_uitest.cc', 511 'test/chrome_process_util_uitest.cc',
510 'test/gpu/gpu_uitest.cc', 512 'test/gpu/gpu_uitest.cc',
511 'test/ui/dom_checker_uitest.cc', 513 'test/ui/dom_checker_uitest.cc',
512 'test/ui/dromaeo_benchmark_uitest.cc', 514 'test/ui/dromaeo_benchmark_uitest.cc',
513 'test/ui/history_uitest.cc', 515 'test/ui/history_uitest.cc',
514 'test/ui/layout_plugin_uitest.cc', 516 'test/ui/layout_plugin_uitest.cc',
517 'test/ui/named_interface_uitest.cc',
515 'test/ui/npapi_uitest.cc', 518 'test/ui/npapi_uitest.cc',
516 'test/ui/omnibox_uitest.cc', 519 'test/ui/omnibox_uitest.cc',
517 'test/ui/pepper_uitest.cc', 520 'test/ui/pepper_uitest.cc',
518 'test/ui/ppapi_uitest.cc', 521 'test/ui/ppapi_uitest.cc',
519 'test/ui/sandbox_uitests.cc', 522 'test/ui/sandbox_uitests.cc',
520 'test/ui/sunspider_uitest.cc', 523 'test/ui/sunspider_uitest.cc',
521 'test/ui/v8_benchmark_uitest.cc', 524 'test/ui/v8_benchmark_uitest.cc',
522 'worker/worker_uitest.cc', 525 'worker/worker_uitest.cc',
523 ], 526 ],
524 'conditions': [ 527 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 }, 593 },
591 'configurations': { 594 'configurations': {
592 'Debug_Base': { 595 'Debug_Base': {
593 'msvs_settings': { 596 'msvs_settings': {
594 'VCLinkerTool': { 597 'VCLinkerTool': {
595 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 598 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
596 }, 599 },
597 }, 600 },
598 }, 601 },
599 }, 602 },
603 'sources!': [
604 # TODO(dtu): port to windows http://crosbug.com/8515
605 'test/ui/named_interface_uitest.cc',
606 ],
600 }, { # else: OS != "win" 607 }, { # else: OS != "win"
601 'sources!': [ 608 'sources!': [
602 # TODO(port): http://crbug.com/45770 609 # TODO(port): http://crbug.com/45770
603 'browser/printing/printing_layout_uitest.cc', 610 'browser/printing/printing_layout_uitest.cc',
604 ], 611 ],
605 }], 612 }],
606 ['OS=="linux" or OS=="freebsd"', { 613 ['OS=="linux" or OS=="freebsd"', {
607 'conditions': [ 614 'conditions': [
608 ['linux_use_tcmalloc==1', { 615 ['linux_use_tcmalloc==1', {
609 'dependencies': [ 616 'dependencies': [
(...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
3085 'export_dependent_settings': [ 3092 'export_dependent_settings': [
3086 'test_support_common', 3093 'test_support_common',
3087 ], 3094 ],
3088 'include_dirs': [ 3095 'include_dirs': [
3089 '..', 3096 '..',
3090 ], 3097 ],
3091 'cflags': [ 3098 'cflags': [
3092 '-Wno-uninitialized', 3099 '-Wno-uninitialized',
3093 ], 3100 ],
3094 'sources': [ 3101 'sources': [
3102 'test/automation/proxy_launcher.cc',
3103 'test/automation/proxy_launcher.h',
3095 'test/pyautolib/pyautolib.cc', 3104 'test/pyautolib/pyautolib.cc',
3096 'test/pyautolib/pyautolib.h', 3105 'test/pyautolib/pyautolib.h',
3097 'test/ui/ui_test.cc', 3106 'test/ui/ui_test.cc',
3098 'test/ui/ui_test.h', 3107 'test/ui/ui_test.h',
3099 'test/ui/ui_test_suite.cc', 3108 'test/ui/ui_test_suite.cc',
3100 'test/ui/ui_test_suite.h', 3109 'test/ui/ui_test_suite.h',
3101 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', 3110 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc',
3102 '<@(pyautolib_sources)', 3111 '<@(pyautolib_sources)',
3103 ], 3112 ],
3104 'xcode_settings': { 3113 'xcode_settings': {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 ] 3389 ]
3381 }], # 'coverage!=0' 3390 }], # 'coverage!=0'
3382 ], # 'conditions' 3391 ], # 'conditions'
3383 } 3392 }
3384 3393
3385 # Local Variables: 3394 # Local Variables:
3386 # tab-width:2 3395 # tab-width:2
3387 # indent-tabs-mode:nil 3396 # indent-tabs-mode:nil
3388 # End: 3397 # End:
3389 # vim: set expandtab tabstop=2 shiftwidth=2: 3398 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698