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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10803026: Get content_browsertest working. I've added a simple test for now, and will convert the tests in sr… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: get it working on mac + linux, fix unittests crash, and fix unittest link error and add missing dep… Created 8 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 '../third_party/npapi/npapi.gyp:npapi', 480 '../third_party/npapi/npapi.gyp:npapi',
481 # Runtime dependencies 481 # Runtime dependencies
482 '../ppapi/ppapi_internal.gyp:ppapi_tests', 482 '../ppapi/ppapi_internal.gyp:ppapi_tests',
483 '../webkit/support/webkit_support.gyp:webkit_resources', 483 '../webkit/support/webkit_support.gyp:webkit_resources',
484 ], 484 ],
485 'include_dirs': [ 485 'include_dirs': [
486 '..', 486 '..',
487 ], 487 ],
488 'defines': [ 488 'defines': [
489 'HAS_OUT_OF_PROC_TEST_RUNNER', 489 'HAS_OUT_OF_PROC_TEST_RUNNER',
490 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
491 ], 490 ],
492 'sources': [ 491 'sources': [
493 'browser/browser_focus_uitest.cc', 492 'browser/browser_focus_uitest.cc',
494 'browser/browser_keyevents_browsertest.cc', 493 'browser/browser_keyevents_browsertest.cc',
495 'browser/instant/instant_browsertest.cc', 494 'browser/instant/instant_browsertest.cc',
496 'browser/printing/print_dialog_cloud_interative_uitest.cc', 495 'browser/printing/print_dialog_cloud_interative_uitest.cc',
497 'browser/task_manager/task_manager_browsertest_util.cc', 496 'browser/task_manager/task_manager_browsertest_util.cc',
498 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' , 497 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' ,
499 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 498 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
500 'browser/ui/omnibox/omnibox_view_browsertest.cc', 499 'browser/ui/omnibox/omnibox_view_browsertest.cc',
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after
2638 # Runtime dependencies 2637 # Runtime dependencies
2639 '../ppapi/ppapi_internal.gyp:ppapi_tests', 2638 '../ppapi/ppapi_internal.gyp:ppapi_tests',
2640 '../third_party/mesa/mesa.gyp:osmesa', 2639 '../third_party/mesa/mesa.gyp:osmesa',
2641 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 2640 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
2642 ], 2641 ],
2643 'include_dirs': [ 2642 'include_dirs': [
2644 '..', 2643 '..',
2645 ], 2644 ],
2646 'defines': [ 2645 'defines': [
2647 'HAS_OUT_OF_PROC_TEST_RUNNER', 2646 'HAS_OUT_OF_PROC_TEST_RUNNER',
2648 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
2649 ], 2647 ],
2650 'sources': [ 2648 'sources': [
2651 'app/breakpad_mac_stubs.mm', 2649 'app/breakpad_mac_stubs.mm',
2652 'app/chrome_command_ids.h', 2650 'app/chrome_command_ids.h',
2653 'app/chrome_dll.rc', 2651 'app/chrome_dll.rc',
2654 'app/chrome_dll_resource.h', 2652 'app/chrome_dll_resource.h',
2655 'app/chrome_version.rc.version', 2653 'app/chrome_version.rc.version',
2656 'browser/accessibility/accessibility_extension_apitest.cc', 2654 'browser/accessibility/accessibility_extension_apitest.cc',
2657 'browser/app_controller_mac_browsertest.mm', 2655 'browser/app_controller_mac_browsertest.mm',
2658 'browser/autocomplete/autocomplete_browsertest.cc', 2656 'browser/autocomplete/autocomplete_browsertest.cc',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
3439 '../webkit/webkit.gyp:test_shell_test_support', 3437 '../webkit/webkit.gyp:test_shell_test_support',
3440 # Runtime dependencies 3438 # Runtime dependencies
3441 '../third_party/mesa/mesa.gyp:osmesa', 3439 '../third_party/mesa/mesa.gyp:osmesa',
3442 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 3440 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
3443 ], 3441 ],
3444 'include_dirs': [ 3442 'include_dirs': [
3445 '..', 3443 '..',
3446 ], 3444 ],
3447 'defines': [ 3445 'defines': [
3448 'HAS_OUT_OF_PROC_TEST_RUNNER', 3446 'HAS_OUT_OF_PROC_TEST_RUNNER',
3449 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
3450 ], 3447 ],
3451 'sources': [ 3448 'sources': [
3452 'app/breakpad_mac_stubs.mm', 3449 'app/breakpad_mac_stubs.mm',
3453 'app/chrome_command_ids.h', 3450 'app/chrome_command_ids.h',
3454 'app/chrome_dll.rc', 3451 'app/chrome_dll.rc',
3455 'app/chrome_dll_resource.h', 3452 'app/chrome_dll_resource.h',
3456 'app/chrome_version.rc.version', 3453 'app/chrome_version.rc.version',
3457 'test/base/chrome_render_view_test.cc', 3454 'test/base/chrome_render_view_test.cc',
3458 'test/base/chrome_render_view_test.h', 3455 'test/base/chrome_render_view_test.h',
3459 'test/base/chrome_test_launcher.cc', 3456 'test/base/chrome_test_launcher.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 '../testing/gtest.gyp:gtest', 3586 '../testing/gtest.gyp:gtest',
3590 # This is the safebrowsing test server. 3587 # This is the safebrowsing test server.
3591 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 3588 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
3592 '../ui/ui.gyp:ui_resources', 3589 '../ui/ui.gyp:ui_resources',
3593 ], 3590 ],
3594 'include_dirs': [ 3591 'include_dirs': [
3595 '..', 3592 '..',
3596 ], 3593 ],
3597 'defines': [ 3594 'defines': [
3598 'HAS_OUT_OF_PROC_TEST_RUNNER', 3595 'HAS_OUT_OF_PROC_TEST_RUNNER',
3599 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
3600 ], 3596 ],
3601 'sources': [ 3597 'sources': [
3602 'app/chrome_dll.rc', 3598 'app/chrome_dll.rc',
3603 'browser/safe_browsing/safe_browsing_test.cc', 3599 'browser/safe_browsing/safe_browsing_test.cc',
3604 'test/base/chrome_test_launcher.cc', 3600 'test/base/chrome_test_launcher.cc',
3605 ], 3601 ],
3606 'conditions': [ 3602 'conditions': [
3607 ['safe_browsing==0', { 3603 ['safe_browsing==0', {
3608 'sources!': [ 3604 'sources!': [
3609 'browser/safe_browsing/safe_browsing_test.cc', 3605 'browser/safe_browsing/safe_browsing_test.cc',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3886 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 3882 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
3887 ], 3883 ],
3888 'include_dirs': [ 3884 'include_dirs': [
3889 '..', 3885 '..',
3890 '<(INTERMEDIATE_DIR)', 3886 '<(INTERMEDIATE_DIR)',
3891 '<(protoc_out_dir)', 3887 '<(protoc_out_dir)',
3892 ], 3888 ],
3893 # TODO(phajdan.jr): Only temporary, to make transition easier. 3889 # TODO(phajdan.jr): Only temporary, to make transition easier.
3894 'defines': [ 3890 'defines': [
3895 'HAS_OUT_OF_PROC_TEST_RUNNER', 3891 'HAS_OUT_OF_PROC_TEST_RUNNER',
3896 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
3897 ], 3892 ],
3898 'sources': [ 3893 'sources': [
3899 'app/chrome_command_ids.h', 3894 'app/chrome_command_ids.h',
3900 'app/chrome_dll.rc', 3895 'app/chrome_dll.rc',
3901 'app/chrome_dll_resource.h', 3896 'app/chrome_dll_resource.h',
3902 'app/chrome_version.rc.version', 3897 'app/chrome_version.rc.version',
3903 'browser/password_manager/password_form_data.cc', 3898 'browser/password_manager/password_form_data.cc',
3904 'browser/sessions/session_backend.cc', 3899 'browser/sessions/session_backend.cc',
3905 'browser/sync/glue/session_model_associator.cc', 3900 'browser/sync/glue/session_model_associator.cc',
3906 'test/base/chrome_test_launcher.cc', 3901 'test/base/chrome_test_launcher.cc',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
4037 '../testing/gmock.gyp:gmock', 4032 '../testing/gmock.gyp:gmock',
4038 '../testing/gtest.gyp:gtest', 4033 '../testing/gtest.gyp:gtest',
4039 ], 4034 ],
4040 'include_dirs': [ 4035 'include_dirs': [
4041 '..', 4036 '..',
4042 '<(INTERMEDIATE_DIR)', 4037 '<(INTERMEDIATE_DIR)',
4043 '<(protoc_out_dir)', 4038 '<(protoc_out_dir)',
4044 ], 4039 ],
4045 'defines': [ 4040 'defines': [
4046 'HAS_OUT_OF_PROC_TEST_RUNNER', 4041 'HAS_OUT_OF_PROC_TEST_RUNNER',
4047 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
4048 ], 4042 ],
4049 'sources': [ 4043 'sources': [
4050 'app/chrome_command_ids.h', 4044 'app/chrome_command_ids.h',
4051 'app/chrome_dll.rc', 4045 'app/chrome_dll.rc',
4052 'app/chrome_dll_resource.h', 4046 'app/chrome_dll_resource.h',
4053 'app/chrome_version.rc.version', 4047 'app/chrome_version.rc.version',
4054 'browser/password_manager/password_form_data.cc', 4048 'browser/password_manager/password_form_data.cc',
4055 'browser/sessions/session_backend.cc', 4049 'browser/sessions/session_backend.cc',
4056 'browser/sync/glue/session_model_associator.cc', 4050 'browser/sync/glue/session_model_associator.cc',
4057 'browser/sync/test/integration/autofill_helper.cc', 4051 'browser/sync/test/integration/autofill_helper.cc',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 'input_jars_paths': [ 4694 'input_jars_paths': [
4701 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4695 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4702 ], 4696 ],
4703 }, 4697 },
4704 'includes': [ '../build/apk_test.gypi' ], 4698 'includes': [ '../build/apk_test.gypi' ],
4705 }, 4699 },
4706 ], 4700 ],
4707 }], 4701 }],
4708 ], # 'conditions' 4702 ], # 'conditions'
4709 } 4703 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698