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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8233039: Link startup_helper_win statically into executables (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove dynamic-only changes Created 9 years, 2 months 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 | « no previous file | content/app/startup_helper_win.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'browser/ui/views/button_dropdown_test.cc', 516 'browser/ui/views/button_dropdown_test.cc',
517 'browser/ui/views/find_bar_host_interactive_uitest.cc', 517 'browser/ui/views/find_bar_host_interactive_uitest.cc',
518 'browser/ui/views/menu_item_view_test.cc', 518 'browser/ui/views/menu_item_view_test.cc',
519 'browser/ui/views/menu_model_adapter_test.cc', 519 'browser/ui/views/menu_model_adapter_test.cc',
520 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 520 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
521 'browser/ui/views/tabs/tab_dragging_test.cc', 521 'browser/ui/views/tabs/tab_dragging_test.cc',
522 'browser/ui/webui/workers_ui_browsertest.cc', 522 'browser/ui/webui/workers_ui_browsertest.cc',
523 'test/base/chrome_test_launcher.cc', 523 'test/base/chrome_test_launcher.cc',
524 'test/base/view_event_test_base.cc', 524 'test/base/view_event_test_base.cc',
525 'test/base/view_event_test_base.h', 525 'test/base/view_event_test_base.h',
526 '../content/app/startup_helper_win.cc',
526 '../content/test/test_launcher.cc', 527 '../content/test/test_launcher.cc',
527 '../content/test/test_launcher.h', 528 '../content/test/test_launcher.h',
528 ], 529 ],
529 'conditions': [ 530 'conditions': [
530 ['toolkit_uses_gtk == 1', { 531 ['toolkit_uses_gtk == 1', {
531 'dependencies': [ 532 'dependencies': [
532 '../build/linux/system.gyp:gtk', 533 '../build/linux/system.gyp:gtk',
533 '../build/linux/system.gyp:ssl', 534 '../build/linux/system.gyp:ssl',
534 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 535 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
535 ], 536 ],
(...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2502 'test/data/webui/async_gen-inl.h', 2503 'test/data/webui/async_gen-inl.h',
2503 'test/data/webui/async_gen.js', 2504 'test/data/webui/async_gen.js',
2504 'test/data/webui/certificate_viewer_dialog_test.js', 2505 'test/data/webui/certificate_viewer_dialog_test.js',
2505 'test/data/webui/certificate_viewer_ui_test-inl.h', 2506 'test/data/webui/certificate_viewer_ui_test-inl.h',
2506 'test/data/webui/ntp4.js', 2507 'test/data/webui/ntp4.js',
2507 'test/data/webui/options.js', 2508 'test/data/webui/options.js',
2508 'test/data/webui/print_preview.js', 2509 'test/data/webui/print_preview.js',
2509 # TODO(craig): Rename this and run from base_unittests when the test 2510 # TODO(craig): Rename this and run from base_unittests when the test
2510 # is safe to run there. See http://crbug.com/78722 for details. 2511 # is safe to run there. See http://crbug.com/78722 for details.
2511 '../base/files/file_path_watcher_browsertest.cc', 2512 '../base/files/file_path_watcher_browsertest.cc',
2513 '../content/app/startup_helper_win.cc',
2512 '../content/browser/child_process_security_policy_browsertest.cc', 2514 '../content/browser/child_process_security_policy_browsertest.cc',
2513 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2515 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2514 '../content/browser/download/mhtml_generation_browsertest.cc', 2516 '../content/browser/download/mhtml_generation_browsertest.cc',
2515 '../content/browser/file_system/file_system_browsertest.cc', 2517 '../content/browser/file_system/file_system_browsertest.cc',
2516 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2518 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2517 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2519 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2518 '../content/browser/plugin_service_browsertest.cc', 2520 '../content/browser/plugin_service_browsertest.cc',
2519 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2521 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2520 '../content/browser/renderer_host/render_process_host_browsertest.h', 2522 '../content/browser/renderer_host/render_process_host_browsertest.h',
2521 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2523 '../content/browser/renderer_host/render_view_host_browsertest.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
2770 '..', 2772 '..',
2771 ], 2773 ],
2772 'defines': [ 2774 'defines': [
2773 'HAS_OUT_OF_PROC_TEST_RUNNER', 2775 'HAS_OUT_OF_PROC_TEST_RUNNER',
2774 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"', 2776 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
2775 ], 2777 ],
2776 'sources': [ 2778 'sources': [
2777 'app/chrome_dll.rc', 2779 'app/chrome_dll.rc',
2778 'browser/safe_browsing/safe_browsing_test.cc', 2780 'browser/safe_browsing/safe_browsing_test.cc',
2779 'test/base/chrome_test_launcher.cc', 2781 'test/base/chrome_test_launcher.cc',
2782 '../content/app/startup_helper_win.cc',
2780 '../content/test/test_launcher.cc', 2783 '../content/test/test_launcher.cc',
2781 '../content/test/test_launcher.h', 2784 '../content/test/test_launcher.h',
2782 ], 2785 ],
2783 'conditions': [ 2786 'conditions': [
2784 ['safe_browsing==0', { 2787 ['safe_browsing==0', {
2785 'sources!': [ 2788 'sources!': [
2786 'browser/safe_browsing/safe_browsing_test.cc', 2789 'browser/safe_browsing/safe_browsing_test.cc',
2787 ], 2790 ],
2788 }], 2791 }],
2789 ['OS=="win"', { 2792 ['OS=="win"', {
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
3223 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 3226 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
3224 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 3227 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
3225 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 3228 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
3226 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 3229 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
3227 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 3230 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
3228 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 3231 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
3229 'browser/sync/test/integration/two_client_themes_sync_test.cc', 3232 'browser/sync/test/integration/two_client_themes_sync_test.cc',
3230 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 3233 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
3231 'browser/sync/test/integration/typed_urls_helper.cc', 3234 'browser/sync/test/integration/typed_urls_helper.cc',
3232 'browser/sync/test/integration/typed_urls_helper.h', 3235 'browser/sync/test/integration/typed_urls_helper.h',
3236 '../content/app/startup_helper_win.cc',
3233 '../content/test/test_launcher.cc', 3237 '../content/test/test_launcher.cc',
3234 '../content/test/test_launcher.h', 3238 '../content/test/test_launcher.h',
3235 ], 3239 ],
3236 'conditions': [ 3240 'conditions': [
3237 ['toolkit_uses_gtk == 1', { 3241 ['toolkit_uses_gtk == 1', {
3238 'dependencies': [ 3242 'dependencies': [
3239 '../build/linux/system.gyp:gtk', 3243 '../build/linux/system.gyp:gtk',
3240 '../build/linux/system.gyp:ssl', 3244 '../build/linux/system.gyp:ssl',
3241 ], 3245 ],
3242 }], 3246 }],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 'browser/sync/test/integration/sync_datatype_helper.cc', 3351 'browser/sync/test/integration/sync_datatype_helper.cc',
3348 'browser/sync/test/integration/sync_datatype_helper.h', 3352 'browser/sync/test/integration/sync_datatype_helper.h',
3349 'browser/sync/test/integration/sync_extension_helper.cc', 3353 'browser/sync/test/integration/sync_extension_helper.cc',
3350 'browser/sync/test/integration/sync_extension_helper.h', 3354 'browser/sync/test/integration/sync_extension_helper.h',
3351 'browser/sync/test/integration/sync_test.cc', 3355 'browser/sync/test/integration/sync_test.cc',
3352 'browser/sync/test/integration/sync_test.h', 3356 'browser/sync/test/integration/sync_test.h',
3353 'browser/sync/test/integration/typed_urls_helper.cc', 3357 'browser/sync/test/integration/typed_urls_helper.cc',
3354 'browser/sync/test/integration/typed_urls_helper.h', 3358 'browser/sync/test/integration/typed_urls_helper.h',
3355 'test/base/chrome_test_launcher.cc', 3359 'test/base/chrome_test_launcher.cc',
3356 'test/data/resource.rc', 3360 'test/data/resource.rc',
3361 '../content/app/startup_helper_win.cc',
3357 '../content/test/test_launcher.cc', 3362 '../content/test/test_launcher.cc',
3358 '../content/test/test_launcher.h', 3363 '../content/test/test_launcher.h',
3359 ], 3364 ],
3360 'conditions': [ 3365 'conditions': [
3361 ['toolkit_uses_gtk == 1', { 3366 ['toolkit_uses_gtk == 1', {
3362 'dependencies': [ 3367 'dependencies': [
3363 '../build/linux/system.gyp:gtk', 3368 '../build/linux/system.gyp:gtk',
3364 '../build/linux/system.gyp:ssl', 3369 '../build/linux/system.gyp:ssl',
3365 ], 3370 ],
3366 }], 3371 }],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
3453 ], 3458 ],
3454 'defines': [ 3459 'defines': [
3455 'HAS_OUT_OF_PROC_TEST_RUNNER', 3460 'HAS_OUT_OF_PROC_TEST_RUNNER',
3456 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"', 3461 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
3457 ], 3462 ],
3458 'sources': [ 3463 'sources': [
3459 'browser/gpu_pixel_browsertest.cc', 3464 'browser/gpu_pixel_browsertest.cc',
3460 'browser/gpu_crash_browsertest.cc', 3465 'browser/gpu_crash_browsertest.cc',
3461 'test/base/chrome_test_launcher.cc', 3466 'test/base/chrome_test_launcher.cc',
3462 'test/gpu/webgl_conformance_tests.cc', 3467 'test/gpu/webgl_conformance_tests.cc',
3468 '../content/app/startup_helper_win.cc',
3463 '../content/test/test_launcher.cc', 3469 '../content/test/test_launcher.cc',
3464 '../content/test/test_launcher.h', 3470 '../content/test/test_launcher.h',
3465 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h', 3471 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h',
3466 ], 3472 ],
3467 # hard_dependency is necessary for this target because it has actions 3473 # hard_dependency is necessary for this target because it has actions
3468 # that generate a header file included by dependent targets. The header 3474 # that generate a header file included by dependent targets. The header
3469 # file must be generated before the dependents are compiled. The usual 3475 # file must be generated before the dependents are compiled. The usual
3470 # semantics are to allow the two targets to build concurrently. 3476 # semantics are to allow the two targets to build concurrently.
3471 'hard_dependency': 1, 3477 'hard_dependency': 1,
3472 'actions': [ 3478 'actions': [
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
4045 # Use outputs of this action as inputs for the main target build. 4051 # Use outputs of this action as inputs for the main target build.
4046 # Seems as a misnomer but makes this happy on Linux (scons). 4052 # Seems as a misnomer but makes this happy on Linux (scons).
4047 'process_outputs_as_sources': 1, 4053 'process_outputs_as_sources': 1,
4048 }, 4054 },
4049 ], # 'actions' 4055 ], # 'actions'
4050 }, 4056 },
4051 ] 4057 ]
4052 }], # 'coverage!=0' 4058 }], # 'coverage!=0'
4053 ], # 'conditions' 4059 ], # 'conditions'
4054 } 4060 }
OLDNEW
« no previous file with comments | « no previous file | content/app/startup_helper_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698