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

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/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'renderer/external_extension_uitest.cc', 508 'renderer/external_extension_uitest.cc',
507 'test/automation/automation_proxy_uitest.cc', 509 'test/automation/automation_proxy_uitest.cc',
508 'test/automation/extension_proxy_uitest.cc', 510 'test/automation/extension_proxy_uitest.cc',
509 'test/automated_ui_tests/automated_ui_test_test.cc', 511 'test/automated_ui_tests/automated_ui_test_test.cc',
510 'test/chrome_process_util_uitest.cc', 512 'test/chrome_process_util_uitest.cc',
511 'test/gpu/gpu_uitest.cc', 513 'test/gpu/gpu_uitest.cc',
512 'test/ui/dom_checker_uitest.cc', 514 'test/ui/dom_checker_uitest.cc',
513 'test/ui/dromaeo_benchmark_uitest.cc', 515 'test/ui/dromaeo_benchmark_uitest.cc',
514 'test/ui/history_uitest.cc', 516 'test/ui/history_uitest.cc',
515 'test/ui/layout_plugin_uitest.cc', 517 'test/ui/layout_plugin_uitest.cc',
518 'test/ui/named_interface_uitest.cc',
516 'test/ui/npapi_uitest.cc', 519 'test/ui/npapi_uitest.cc',
517 'test/ui/omnibox_uitest.cc', 520 'test/ui/omnibox_uitest.cc',
518 'test/ui/pepper_uitest.cc', 521 'test/ui/pepper_uitest.cc',
519 'test/ui/ppapi_uitest.cc', 522 'test/ui/ppapi_uitest.cc',
520 'test/ui/sandbox_uitests.cc', 523 'test/ui/sandbox_uitests.cc',
521 'test/ui/sunspider_uitest.cc', 524 'test/ui/sunspider_uitest.cc',
522 'test/ui/v8_benchmark_uitest.cc', 525 'test/ui/v8_benchmark_uitest.cc',
523 'worker/worker_uitest.cc', 526 'worker/worker_uitest.cc',
524 ], 527 ],
525 'conditions': [ 528 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 }, 594 },
592 'configurations': { 595 'configurations': {
593 'Debug_Base': { 596 'Debug_Base': {
594 'msvs_settings': { 597 'msvs_settings': {
595 'VCLinkerTool': { 598 'VCLinkerTool': {
596 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 599 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
597 }, 600 },
598 }, 601 },
599 }, 602 },
600 }, 603 },
604 'sources!': [
605 # TODO(dtu): port to windows http://crosbug.com/8515
606 'test/ui/named_interface_uitest.cc',
607 ],
601 }, { # else: OS != "win" 608 }, { # else: OS != "win"
602 'sources!': [ 609 'sources!': [
603 # TODO(port): http://crbug.com/45770 610 # TODO(port): http://crbug.com/45770
604 'browser/printing/printing_layout_uitest.cc', 611 'browser/printing/printing_layout_uitest.cc',
605 ], 612 ],
606 }], 613 }],
607 ['OS=="linux" or OS=="freebsd"', { 614 ['OS=="linux" or OS=="freebsd"', {
608 'conditions': [ 615 'conditions': [
609 ['linux_use_tcmalloc==1', { 616 ['linux_use_tcmalloc==1', {
610 'dependencies': [ 617 'dependencies': [
(...skipping 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 ] 3373 ]
3367 }], # 'coverage!=0' 3374 }], # 'coverage!=0'
3368 ], # 'conditions' 3375 ], # 'conditions'
3369 } 3376 }
3370 3377
3371 # Local Variables: 3378 # Local Variables:
3372 # tab-width:2 3379 # tab-width:2
3373 # indent-tabs-mode:nil 3380 # indent-tabs-mode:nil
3374 # End: 3381 # End:
3375 # vim: set expandtab tabstop=2 shiftwidth=2: 3382 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698