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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5139001: Revert 66350 - Add named testing interface. This allows you to connect to a p... (Closed) Base URL: svn://svn.chromium.org/chrome/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
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
172 'test/testing_browser_process.h', 170 'test/testing_browser_process.h',
173 'test/ui/javascript_test_util.cc', 171 'test/ui/javascript_test_util.cc',
174 'test/ui/npapi_test_helper.cc', 172 'test/ui/npapi_test_helper.cc',
175 'test/ui/npapi_test_helper.h', 173 'test/ui/npapi_test_helper.h',
176 'test/ui/run_all_unittests.cc', 174 'test/ui/run_all_unittests.cc',
177 'test/ui/ui_layout_test.cc', 175 'test/ui/ui_layout_test.cc',
178 'test/ui/ui_layout_test.h', 176 'test/ui/ui_layout_test.h',
179 'test/ui/ui_perf_test.cc', 177 'test/ui/ui_perf_test.cc',
180 'test/ui/ui_perf_test.h', 178 'test/ui/ui_perf_test.h',
181 'test/ui/ui_test.cc', 179 'test/ui/ui_test.cc',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'renderer/external_extension_uitest.cc', 505 'renderer/external_extension_uitest.cc',
508 'test/automation/automation_proxy_uitest.cc', 506 'test/automation/automation_proxy_uitest.cc',
509 'test/automation/extension_proxy_uitest.cc', 507 'test/automation/extension_proxy_uitest.cc',
510 'test/automated_ui_tests/automated_ui_test_test.cc', 508 'test/automated_ui_tests/automated_ui_test_test.cc',
511 'test/chrome_process_util_uitest.cc', 509 'test/chrome_process_util_uitest.cc',
512 'test/gpu/gpu_uitest.cc', 510 'test/gpu/gpu_uitest.cc',
513 'test/ui/dom_checker_uitest.cc', 511 'test/ui/dom_checker_uitest.cc',
514 'test/ui/dromaeo_benchmark_uitest.cc', 512 'test/ui/dromaeo_benchmark_uitest.cc',
515 'test/ui/history_uitest.cc', 513 'test/ui/history_uitest.cc',
516 'test/ui/layout_plugin_uitest.cc', 514 'test/ui/layout_plugin_uitest.cc',
517 'test/ui/named_interface_uitest.cc',
518 'test/ui/npapi_uitest.cc', 515 'test/ui/npapi_uitest.cc',
519 'test/ui/omnibox_uitest.cc', 516 'test/ui/omnibox_uitest.cc',
520 'test/ui/pepper_uitest.cc', 517 'test/ui/pepper_uitest.cc',
521 'test/ui/ppapi_uitest.cc', 518 'test/ui/ppapi_uitest.cc',
522 'test/ui/sandbox_uitests.cc', 519 'test/ui/sandbox_uitests.cc',
523 'test/ui/sunspider_uitest.cc', 520 'test/ui/sunspider_uitest.cc',
524 'test/ui/v8_benchmark_uitest.cc', 521 'test/ui/v8_benchmark_uitest.cc',
525 'worker/worker_uitest.cc', 522 'worker/worker_uitest.cc',
526 ], 523 ],
527 'conditions': [ 524 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }, 590 },
594 'configurations': { 591 'configurations': {
595 'Debug_Base': { 592 'Debug_Base': {
596 'msvs_settings': { 593 'msvs_settings': {
597 'VCLinkerTool': { 594 'VCLinkerTool': {
598 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 595 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
599 }, 596 },
600 }, 597 },
601 }, 598 },
602 }, 599 },
603 'sources!': [
604 # TODO(dtu): port to windows http://crosbug.com/8515
605 'test/ui/named_interface_uitest.cc',
606 ],
607 }, { # else: OS != "win" 600 }, { # else: OS != "win"
608 'sources!': [ 601 'sources!': [
609 # TODO(port): http://crbug.com/45770 602 # TODO(port): http://crbug.com/45770
610 'browser/printing/printing_layout_uitest.cc', 603 'browser/printing/printing_layout_uitest.cc',
611 ], 604 ],
612 }], 605 }],
613 ['OS=="linux" or OS=="freebsd"', { 606 ['OS=="linux" or OS=="freebsd"', {
614 'conditions': [ 607 'conditions': [
615 ['linux_use_tcmalloc==1', { 608 ['linux_use_tcmalloc==1', {
616 'dependencies': [ 609 'dependencies': [
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
3094 'export_dependent_settings': [ 3087 'export_dependent_settings': [
3095 'test_support_common', 3088 'test_support_common',
3096 ], 3089 ],
3097 'include_dirs': [ 3090 'include_dirs': [
3098 '..', 3091 '..',
3099 ], 3092 ],
3100 'cflags': [ 3093 'cflags': [
3101 '-Wno-uninitialized', 3094 '-Wno-uninitialized',
3102 ], 3095 ],
3103 'sources': [ 3096 'sources': [
3104 'test/automation/proxy_launcher.cc',
3105 'test/automation/proxy_launcher.h',
3106 'test/pyautolib/pyautolib.cc', 3097 'test/pyautolib/pyautolib.cc',
3107 'test/pyautolib/pyautolib.h', 3098 'test/pyautolib/pyautolib.h',
3108 'test/ui/ui_test.cc', 3099 'test/ui/ui_test.cc',
3109 'test/ui/ui_test.h', 3100 'test/ui/ui_test.h',
3110 'test/ui/ui_test_suite.cc', 3101 'test/ui/ui_test_suite.cc',
3111 'test/ui/ui_test_suite.h', 3102 'test/ui/ui_test_suite.h',
3112 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', 3103 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc',
3113 '<@(pyautolib_sources)', 3104 '<@(pyautolib_sources)',
3114 ], 3105 ],
3115 'xcode_settings': { 3106 'xcode_settings': {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 ] 3382 ]
3392 }], # 'coverage!=0' 3383 }], # 'coverage!=0'
3393 ], # 'conditions' 3384 ], # 'conditions'
3394 } 3385 }
3395 3386
3396 # Local Variables: 3387 # Local Variables:
3397 # tab-width:2 3388 # tab-width:2
3398 # indent-tabs-mode:nil 3389 # indent-tabs-mode:nil
3399 # End: 3390 # End:
3400 # vim: set expandtab tabstop=2 shiftwidth=2: 3391 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698