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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5707006: Revert "Add named testing interface." (Closed)
Patch Set: Created 10 years 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
« 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
179 'test/testing_browser_process.h', 177 'test/testing_browser_process.h',
180 'test/ui/javascript_test_util.cc', 178 'test/ui/javascript_test_util.cc',
181 'test/ui/npapi_test_helper.cc', 179 'test/ui/npapi_test_helper.cc',
182 'test/ui/npapi_test_helper.h', 180 'test/ui/npapi_test_helper.h',
183 'test/ui/run_all_unittests.cc', 181 'test/ui/run_all_unittests.cc',
184 'test/ui/ui_layout_test.cc', 182 'test/ui/ui_layout_test.cc',
185 'test/ui/ui_layout_test.h', 183 'test/ui/ui_layout_test.h',
186 'test/ui/ui_perf_test.cc', 184 'test/ui/ui_perf_test.cc',
187 'test/ui/ui_perf_test.h', 185 'test/ui/ui_perf_test.h',
188 'test/ui/ui_test.cc', 186 'test/ui/ui_test.cc',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'renderer/external_extension_uitest.cc', 515 'renderer/external_extension_uitest.cc',
518 'test/automation/automation_proxy_uitest.cc', 516 'test/automation/automation_proxy_uitest.cc',
519 'test/automation/extension_proxy_uitest.cc', 517 'test/automation/extension_proxy_uitest.cc',
520 'test/automated_ui_tests/automated_ui_test_test.cc', 518 'test/automated_ui_tests/automated_ui_test_test.cc',
521 'test/chrome_process_util_uitest.cc', 519 'test/chrome_process_util_uitest.cc',
522 'test/gpu/gpu_uitest.cc', 520 'test/gpu/gpu_uitest.cc',
523 'test/ui/dom_checker_uitest.cc', 521 'test/ui/dom_checker_uitest.cc',
524 'test/ui/dromaeo_benchmark_uitest.cc', 522 'test/ui/dromaeo_benchmark_uitest.cc',
525 'test/ui/history_uitest.cc', 523 'test/ui/history_uitest.cc',
526 'test/ui/layout_plugin_uitest.cc', 524 'test/ui/layout_plugin_uitest.cc',
527 'test/ui/named_interface_uitest.cc',
528 'test/ui/npapi_uitest.cc', 525 'test/ui/npapi_uitest.cc',
529 'test/ui/omnibox_uitest.cc', 526 'test/ui/omnibox_uitest.cc',
530 'test/ui/pepper_uitest.cc', 527 'test/ui/pepper_uitest.cc',
531 'test/ui/ppapi_uitest.cc', 528 'test/ui/ppapi_uitest.cc',
532 'test/ui/sandbox_uitests.cc', 529 'test/ui/sandbox_uitests.cc',
533 'test/ui/sunspider_uitest.cc', 530 'test/ui/sunspider_uitest.cc',
534 'test/ui/v8_benchmark_uitest.cc', 531 'test/ui/v8_benchmark_uitest.cc',
535 'worker/worker_uitest.cc', 532 'worker/worker_uitest.cc',
536 ], 533 ],
537 'conditions': [ 534 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 }, 600 },
604 'configurations': { 601 'configurations': {
605 'Debug_Base': { 602 'Debug_Base': {
606 'msvs_settings': { 603 'msvs_settings': {
607 'VCLinkerTool': { 604 'VCLinkerTool': {
608 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 605 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
609 }, 606 },
610 }, 607 },
611 }, 608 },
612 }, 609 },
613 'sources!': [
614 # TODO(dtu): port to windows http://crosbug.com/8515
615 'test/ui/named_interface_uitest.cc',
616 ],
617 }, { # else: OS != "win" 610 }, { # else: OS != "win"
618 'sources!': [ 611 'sources!': [
619 # TODO(port): http://crbug.com/45770 612 # TODO(port): http://crbug.com/45770
620 'browser/printing/printing_layout_uitest.cc', 613 'browser/printing/printing_layout_uitest.cc',
621 ], 614 ],
622 }], 615 }],
623 ['OS=="linux" or OS=="freebsd"', { 616 ['OS=="linux" or OS=="freebsd"', {
624 'conditions': [ 617 'conditions': [
625 ['linux_use_tcmalloc==1', { 618 ['linux_use_tcmalloc==1', {
626 'dependencies': [ 619 'dependencies': [
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'export_dependent_settings': [ 3262 'export_dependent_settings': [
3270 'test_support_common', 3263 'test_support_common',
3271 ], 3264 ],
3272 'include_dirs': [ 3265 'include_dirs': [
3273 '..', 3266 '..',
3274 ], 3267 ],
3275 'cflags': [ 3268 'cflags': [
3276 '-Wno-uninitialized', 3269 '-Wno-uninitialized',
3277 ], 3270 ],
3278 'sources': [ 3271 'sources': [
3279 'test/automation/proxy_launcher.cc',
3280 'test/automation/proxy_launcher.h',
3281 'test/pyautolib/pyautolib.cc', 3272 'test/pyautolib/pyautolib.cc',
3282 'test/pyautolib/pyautolib.h', 3273 'test/pyautolib/pyautolib.h',
3283 'test/ui/ui_test.cc', 3274 'test/ui/ui_test.cc',
3284 'test/ui/ui_test.h', 3275 'test/ui/ui_test.h',
3285 'test/ui/ui_test_suite.cc', 3276 'test/ui/ui_test_suite.cc',
3286 'test/ui/ui_test_suite.h', 3277 'test/ui/ui_test_suite.h',
3287 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', 3278 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc',
3288 '<@(pyautolib_sources)', 3279 '<@(pyautolib_sources)',
3289 ], 3280 ],
3290 'xcode_settings': { 3281 'xcode_settings': {
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3567 ] 3558 ]
3568 }], # 'coverage!=0' 3559 }], # 'coverage!=0'
3569 ], # 'conditions' 3560 ], # 'conditions'
3570 } 3561 }
3571 3562
3572 # Local Variables: 3563 # Local Variables:
3573 # tab-width:2 3564 # tab-width:2
3574 # indent-tabs-mode:nil 3565 # indent-tabs-mode:nil
3575 # End: 3566 # End:
3576 # vim: set expandtab tabstop=2 shiftwidth=2: 3567 # 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