OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1950 'test/automation/constrained_window_proxy.h', | 1950 'test/automation/constrained_window_proxy.h', |
1951 'test/automation/tab_proxy.cc', | 1951 'test/automation/tab_proxy.cc', |
1952 'test/automation/tab_proxy.h', | 1952 'test/automation/tab_proxy.h', |
1953 'test/automation/window_proxy.cc', | 1953 'test/automation/window_proxy.cc', |
1954 'test/automation/window_proxy.h', | 1954 'test/automation/window_proxy.h', |
1955 'test/chrome_process_util.cc', | 1955 'test/chrome_process_util.cc', |
1956 'test/chrome_process_util.h', | 1956 'test/chrome_process_util.h', |
1957 'test/chrome_process_util_linux.cc', | 1957 'test/chrome_process_util_linux.cc', |
1958 'test/chrome_process_util_mac.cc', | 1958 'test/chrome_process_util_mac.cc', |
1959 'test/chrome_process_util_win.cc', | 1959 'test/chrome_process_util_win.cc', |
| 1960 'test/in_process_browser_test.cc', |
| 1961 'test/in_process_browser_test.h', |
1960 'test/testing_profile.cc', | 1962 'test/testing_profile.cc', |
1961 'test/testing_profile.h', | 1963 'test/testing_profile.h', |
| 1964 'test/ui_test_utils.cc', |
| 1965 'test/ui_test_utils.h', |
1962 ], | 1966 ], |
1963 'conditions': [ | 1967 'conditions': [ |
1964 ['OS=="linux"', { | 1968 ['OS=="linux"', { |
1965 'dependencies': [ | 1969 'dependencies': [ |
1966 '../build/linux/system.gyp:gtk', | 1970 '../build/linux/system.gyp:gtk', |
1967 ], | 1971 ], |
1968 }], | 1972 }], |
1969 ['OS=="win"', { | 1973 ['OS=="win"', { |
1970 'include_dirs': [ | 1974 'include_dirs': [ |
1971 'third_party/wtl/include', | 1975 'third_party/wtl/include', |
1972 ], | 1976 ], |
1973 }, { # OS != "win" | 1977 }, { # OS != "win" |
1974 'sources!': [ | 1978 'sources!': [ |
1975 'test/automation/autocomplete_edit_proxy.cc', | 1979 'test/automation/autocomplete_edit_proxy.cc', |
1976 'test/automation/autocomplete_edit_proxy.h', | 1980 'test/automation/autocomplete_edit_proxy.h', |
| 1981 'test/in_process_browser_test.cc', |
| 1982 'test/in_process_browser_test.h', |
| 1983 'test/ui_test_utils.cc', |
| 1984 'test/ui_test_utils.h', |
1977 ], | 1985 ], |
1978 }], | 1986 }], |
1979 ], | 1987 ], |
1980 }, | 1988 }, |
1981 { | 1989 { |
1982 'target_name': 'test_support_ui', | 1990 'target_name': 'test_support_ui', |
1983 'type': '<(library)', | 1991 'type': '<(library)', |
1984 'dependencies': [ | 1992 'dependencies': [ |
1985 'test_support_common', | 1993 'test_support_common', |
1986 'resources', | 1994 'resources', |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2352 'browser/sessions/session_service_unittest.cc', | 2360 'browser/sessions/session_service_unittest.cc', |
2353 'browser/sessions/tab_restore_service_unittest.cc', | 2361 'browser/sessions/tab_restore_service_unittest.cc', |
2354 'browser/site_instance_unittest.cc', | 2362 'browser/site_instance_unittest.cc', |
2355 'browser/spellcheck_unittest.cc', | 2363 'browser/spellcheck_unittest.cc', |
2356 'browser/tab_contents/render_view_host_manager_unittest.cc', | 2364 'browser/tab_contents/render_view_host_manager_unittest.cc', |
2357 'browser/tab_contents/web_contents_unittest.cc', | 2365 'browser/tab_contents/web_contents_unittest.cc', |
2358 'browser/tabs/tab_strip_model_unittest.cc', | 2366 'browser/tabs/tab_strip_model_unittest.cc', |
2359 'browser/task_manager_unittest.cc', | 2367 'browser/task_manager_unittest.cc', |
2360 'browser/theme_resources_util_unittest.cc', | 2368 'browser/theme_resources_util_unittest.cc', |
2361 'browser/views/bookmark_editor_view_unittest.cc', | 2369 'browser/views/bookmark_editor_view_unittest.cc', |
2362 'browser/views/find_bar_win_unittest.cc', | |
2363 'browser/views/keyword_editor_view_unittest.cc', | 2370 'browser/views/keyword_editor_view_unittest.cc', |
2364 'browser/visitedlink_unittest.cc', | 2371 'browser/visitedlink_unittest.cc', |
2365 'browser/webdata/web_database_unittest.cc', | 2372 'browser/webdata/web_database_unittest.cc', |
2366 'browser/window_sizer_unittest.cc', | 2373 'browser/window_sizer_unittest.cc', |
2367 'common/animation_unittest.cc', | 2374 'common/animation_unittest.cc', |
2368 'common/bzip2_unittest.cc', | 2375 'common/bzip2_unittest.cc', |
2369 'common/chrome_plugin_unittest.cc', | 2376 'common/chrome_plugin_unittest.cc', |
2370 'common/extensions/url_pattern_unittest.cc', | 2377 'common/extensions/url_pattern_unittest.cc', |
2371 'common/extensions/user_script_unittest.cc', | 2378 'common/extensions/user_script_unittest.cc', |
2372 'common/file_descriptor_set_unittest.cc', | 2379 'common/file_descriptor_set_unittest.cc', |
(...skipping 26 matching lines...) Expand all Loading... |
2399 'renderer/net/render_dns_master_unittest.cc', | 2406 'renderer/net/render_dns_master_unittest.cc', |
2400 'renderer/net/render_dns_queue_unittest.cc', | 2407 'renderer/net/render_dns_queue_unittest.cc', |
2401 'renderer/render_process_unittest.cc', | 2408 'renderer/render_process_unittest.cc', |
2402 'renderer/render_thread_unittest.cc', | 2409 'renderer/render_thread_unittest.cc', |
2403 'renderer/render_view_unittest.cc', | 2410 'renderer/render_view_unittest.cc', |
2404 'renderer/render_widget_unittest.cc', | 2411 'renderer/render_widget_unittest.cc', |
2405 'renderer/renderer_logging_mac_unittest.mm', | 2412 'renderer/renderer_logging_mac_unittest.mm', |
2406 'renderer/renderer_main_unittest.cc', | 2413 'renderer/renderer_main_unittest.cc', |
2407 'test/browser_with_test_window_test.cc', | 2414 'test/browser_with_test_window_test.cc', |
2408 'test/browser_with_test_window_test.h', | 2415 'test/browser_with_test_window_test.h', |
2409 'test/in_process_browser_test.cc', | |
2410 'test/in_process_browser_test.h', | |
2411 'test/render_view_test.cc', | 2416 'test/render_view_test.cc', |
2412 'test/render_view_test.h', | 2417 'test/render_view_test.h', |
2413 'test/test_notification_tracker.cc', | 2418 'test/test_notification_tracker.cc', |
2414 'test/test_notification_tracker.h', | 2419 'test/test_notification_tracker.h', |
2415 'test/ui_test_utils.cc', | |
2416 'test/ui_test_utils.h', | |
2417 'test/v8_unit_test.cc', | 2420 'test/v8_unit_test.cc', |
2418 'test/v8_unit_test.h', | 2421 'test/v8_unit_test.h', |
2419 'views/controls/label_unittest.cc', | 2422 'views/controls/label_unittest.cc', |
2420 'views/controls/table/table_view_unittest.cc', | 2423 'views/controls/table/table_view_unittest.cc', |
2421 'views/controls/tree/tree_node_iterator_unittest.cc', | 2424 'views/controls/tree/tree_node_iterator_unittest.cc', |
2422 'views/focus/focus_manager_unittest.cc', | 2425 'views/focus/focus_manager_unittest.cc', |
2423 'views/grid_layout_unittest.cc', | 2426 'views/grid_layout_unittest.cc', |
2424 'views/view_unittest.cc', | 2427 'views/view_unittest.cc', |
2425 ], | 2428 ], |
2426 'conditions': [ | 2429 'conditions': [ |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2505 'browser/views/find_bar_win_unittest.cc', | 2508 'browser/views/find_bar_win_unittest.cc', |
2506 'browser/views/keyword_editor_view_unittest.cc', | 2509 'browser/views/keyword_editor_view_unittest.cc', |
2507 'browser/window_sizer_unittest.cc', | 2510 'browser/window_sizer_unittest.cc', |
2508 'common/chrome_plugin_unittest.cc', | 2511 'common/chrome_plugin_unittest.cc', |
2509 'common/gfx/emf_unittest.cc', | 2512 'common/gfx/emf_unittest.cc', |
2510 'common/gfx/icon_util_unittest.cc', | 2513 'common/gfx/icon_util_unittest.cc', |
2511 'common/net/url_util_unittest.cc', | 2514 'common/net/url_util_unittest.cc', |
2512 'common/os_exchange_data_unittest.cc', | 2515 'common/os_exchange_data_unittest.cc', |
2513 'test/browser_with_test_window_test.cc', | 2516 'test/browser_with_test_window_test.cc', |
2514 'test/browser_with_test_window_test.h', | 2517 'test/browser_with_test_window_test.h', |
2515 'test/in_process_browser_test.cc', | |
2516 'test/in_process_browser_test.h', | |
2517 'test/ui_test_utils.cc', | |
2518 'test/ui_test_utils.h', | |
2519 'views/controls/label_unittest.cc', | 2518 'views/controls/label_unittest.cc', |
2520 'views/controls/table/table_view_unittest.cc', | 2519 'views/controls/table/table_view_unittest.cc', |
2521 'views/focus/focus_manager_unittest.cc', | 2520 'views/focus/focus_manager_unittest.cc', |
2522 'views/grid_layout_unittest.cc', | 2521 'views/grid_layout_unittest.cc', |
2523 'views/view_unittest.cc', | 2522 'views/view_unittest.cc', |
2524 ], | 2523 ], |
2525 }], | 2524 }], |
2526 ], | 2525 ], |
2527 }, | 2526 }, |
2528 { | 2527 { |
(...skipping 18 matching lines...) Expand all Loading... |
2547 'conditions': [ | 2546 'conditions': [ |
2548 ['OS=="linux"', { | 2547 ['OS=="linux"', { |
2549 'dependencies': [ | 2548 'dependencies': [ |
2550 'views', | 2549 'views', |
2551 '../build/linux/system.gyp:gtk', | 2550 '../build/linux/system.gyp:gtk', |
2552 ], | 2551 ], |
2553 }], | 2552 }], |
2554 ['OS!="win"', { | 2553 ['OS!="win"', { |
2555 'sources!': [ | 2554 'sources!': [ |
2556 'test/startup/feature_startup_test.cc', | 2555 'test/startup/feature_startup_test.cc', |
2557 'tools/build/win/precompiled.cc', | |
2558 'tools/build/win/precompiled.h', | |
2559 ], | 2556 ], |
2560 }], | 2557 }], |
2561 ], | 2558 ], |
2562 }, | 2559 }, |
2563 { | 2560 { |
2564 'target_name': 'page_cycler_tests', | 2561 'target_name': 'page_cycler_tests', |
2565 'type': 'executable', | 2562 'type': 'executable', |
2566 'dependencies': [ | 2563 'dependencies': [ |
2567 'resources', | 2564 'resources', |
2568 'test_support_ui', | 2565 'test_support_ui', |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2959 'views/window/window_win.cc', | 2956 'views/window/window_win.cc', |
2960 ], | 2957 ], |
2961 }], | 2958 }], |
2962 ], | 2959 ], |
2963 }, | 2960 }, |
2964 ], | 2961 ], |
2965 }], # OS=="win" or OS=="linux" | 2962 }], # OS=="win" or OS=="linux" |
2966 ['OS=="win"', | 2963 ['OS=="win"', |
2967 { 'targets': [ | 2964 { 'targets': [ |
2968 { | 2965 { |
| 2966 'target_name': 'interactive_ui_tests', |
| 2967 'type': 'executable', |
| 2968 'dependencies': [ |
| 2969 'resources', |
| 2970 'test_support_common', |
| 2971 'test_support_ui', |
| 2972 'third_party/hunspell/hunspell.gyp:hunspell', |
| 2973 'views', |
| 2974 '../skia/skia.gyp:skia', |
| 2975 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 2976 '../third_party/icu38/icu38.gyp:icui18n', |
| 2977 '../third_party/libpng/libpng.gyp:libpng', |
| 2978 '../third_party/libxml/libxml.gyp:libxml', |
| 2979 '../third_party/zlib/zlib.gyp:zlib', |
| 2980 '../testing/gtest.gyp:gtest', |
| 2981 '../third_party/npapi/npapi.gyp:npapi', |
| 2982 ], |
| 2983 'include_dirs': [ |
| 2984 '..', |
| 2985 'third_party/wtl/include', |
| 2986 ], |
| 2987 'sources': [ |
| 2988 'browser/browser_focus_uitest.cc', |
| 2989 'browser/views/bookmark_bar_view_test.cc', |
| 2990 'browser/views/constrained_window_impl_interactive_uitest.cc', |
| 2991 'browser/views/find_bar_win_interactive_uitest.cc', |
| 2992 'browser/views/tabs/tab_dragging_test.cc', |
| 2993 'test/interactive_ui/npapi_interactive_test.cc', |
| 2994 'test/interactive_ui/view_event_test_base.cc', |
| 2995 'test/interactive_ui/view_event_test_base.h', |
| 2996 'tools/build/win/precompiled_wtl.h', |
| 2997 'tools/build/win/precompiled_wtl.cc', |
| 2998 ], |
| 2999 'configurations': { |
| 3000 'Debug': { |
| 3001 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 3002 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 3003 }, |
| 3004 }, |
| 3005 }, |
| 3006 { |
| 3007 'target_name': 'plugin_tests', |
| 3008 'type': 'executable', |
| 3009 'dependencies': [ |
| 3010 'resources', |
| 3011 'test_support_common', |
| 3012 'test_support_ui', |
| 3013 '../skia/skia.gyp:skia', |
| 3014 '../testing/gtest.gyp:gtest', |
| 3015 '../third_party/libxml/libxml.gyp:libxml', |
| 3016 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 3017 '../third_party/npapi/npapi.gyp:npapi', |
| 3018 ], |
| 3019 'include_dirs': [ |
| 3020 '..', |
| 3021 'third_party/wtl/include', |
| 3022 ], |
| 3023 'sources': [ |
| 3024 'test/plugin/plugin_test.cpp', |
| 3025 'tools/build/win/precompiled_wtl.h', |
| 3026 'tools/build/win/precompiled_wtl.cc', |
| 3027 ], |
| 3028 'configurations': { |
| 3029 'Debug': { |
| 3030 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 3031 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 3032 }, |
| 3033 }, |
| 3034 }, |
| 3035 { |
| 3036 'target_name': 'selenium_tests', |
| 3037 'type': 'executable', |
| 3038 'dependencies': [ |
| 3039 'resources', |
| 3040 'test_support_common', |
| 3041 'test_support_ui', |
| 3042 '../skia/skia.gyp:skia', |
| 3043 '../testing/gtest.gyp:gtest', |
| 3044 ], |
| 3045 'include_dirs': [ |
| 3046 '..', |
| 3047 'third_party/wtl/include', |
| 3048 ], |
| 3049 'sources': [ |
| 3050 'test/selenium/selenium_test.cc', |
| 3051 'tools/build/win/precompiled_wtl.h', |
| 3052 'tools/build/win/precompiled_wtl.cc', |
| 3053 ], |
| 3054 'configurations': { |
| 3055 'Debug': { |
| 3056 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 3057 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 3058 }, |
| 3059 }, |
| 3060 }, |
| 3061 { |
2969 'target_name': 'worker', | 3062 'target_name': 'worker', |
2970 'type': '<(library)', | 3063 'type': '<(library)', |
2971 'dependencies': [ | 3064 'dependencies': [ |
2972 '../base/base.gyp:base', | 3065 '../base/base.gyp:base', |
2973 '../webkit/webkit.gyp:webkit', | 3066 '../webkit/webkit.gyp:webkit', |
2974 ], | 3067 ], |
2975 'sources': [ | 3068 'sources': [ |
2976 'tools/build/win/precompiled.cc', | 3069 'tools/build/win/precompiled.cc', |
2977 'tools/build/win/precompiled.h', | 3070 'tools/build/win/precompiled.h', |
2978 | 3071 |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3018 '../tools/code_coverage/coverage_posix.py', | 3111 '../tools/code_coverage/coverage_posix.py', |
3019 '--directory', | 3112 '--directory', |
3020 '<(PRODUCT_DIR)' ], | 3113 '<(PRODUCT_DIR)' ], |
3021 }, | 3114 }, |
3022 ], # 'actions' | 3115 ], # 'actions' |
3023 }, | 3116 }, |
3024 ] | 3117 ] |
3025 }], | 3118 }], |
3026 ], # 'conditions' | 3119 ], # 'conditions' |
3027 } | 3120 } |
OLD | NEW |