OLD | NEW |
---|---|
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
11 'type': 'executable', | 11 'type': 'executable', |
12 'dependencies': [ | 12 'dependencies': [ |
13 '../google_apis/google_apis.gyp:google_apis_test_support', | 13 '../google_apis/google_apis.gyp:google_apis_test_support', |
14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
15 '../net/net.gyp:net_resources', | 15 '../net/net.gyp:net_resources', |
16 '../net/net.gyp:net_test_support', | 16 '../net/net.gyp:net_test_support', |
17 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 17 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
18 '../skia/skia.gyp:skia', | 18 '../skia/skia.gyp:skia', |
19 '../sync/sync.gyp:sync', | 19 '../sync/sync.gyp:sync', |
20 '../testing/gmock.gyp:gmock', | 20 '../testing/gmock.gyp:gmock', |
21 '../testing/gtest.gyp:gtest', | 21 '../testing/gtest.gyp:gtest', |
22 '../third_party/hunspell/hunspell.gyp:hunspell', | 22 '../third_party/hunspell/hunspell.gyp:hunspell', |
23 '../third_party/icu/icu.gyp:icui18n', | 23 '../third_party/icu/icu.gyp:icui18n', |
24 '../third_party/icu/icu.gyp:icuuc', | 24 '../third_party/icu/icu.gyp:icuuc', |
25 '../third_party/libpng/libpng.gyp:libpng', | 25 '../third_party/libpng/libpng.gyp:libpng', |
26 '../third_party/npapi/npapi.gyp:npapi', | 26 '../third_party/npapi/npapi.gyp:npapi', |
27 '../third_party/zlib/zlib.gyp:zlib', | 27 '../third_party/zlib/zlib.gyp:zlib', |
28 '../ui/base/ui_base.gyp:ui_base_test_support', | 28 '../ui/base/ui_base.gyp:ui_base_test_support', |
29 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', | |
sky
2014/05/01 15:21:19
Shouldn't you only add this dependency when using
Yuki
2014/05/02 06:38:11
You're right. Moved to 'toolkit_views==1' section
| |
29 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 30 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
30 '../webkit/webkit_resources.gyp:webkit_resources', | 31 '../webkit/webkit_resources.gyp:webkit_resources', |
31 'browser', | 32 'browser', |
32 'chrome_resources.gyp:chrome_resources', | 33 'chrome_resources.gyp:chrome_resources', |
33 'chrome_resources.gyp:chrome_strings', | 34 'chrome_resources.gyp:chrome_strings', |
34 'chrome_resources.gyp:packed_extra_resources', | 35 'chrome_resources.gyp:packed_extra_resources', |
35 'chrome_resources.gyp:packed_resources', | 36 'chrome_resources.gyp:packed_resources', |
36 'debugger', | 37 'debugger', |
37 'renderer', | 38 'renderer', |
38 'test_support_common', | 39 'test_support_common', |
39 ], | 40 ], |
40 'include_dirs': [ | 41 'include_dirs': [ |
41 '..', | 42 '..', |
42 ], | 43 ], |
43 'defines': [ | 44 'defines': [ |
44 'HAS_OUT_OF_PROC_TEST_RUNNER', | 45 'HAS_OUT_OF_PROC_TEST_RUNNER', |
45 ], | 46 ], |
46 'sources': [ | 47 'sources': [ |
47 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', | 48 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
48 '../apps/app_window_interactive_uitest.cc', | 49 '../apps/app_window_interactive_uitest.cc', |
50 '../ui/views/controls/webview/webview_interactive_uitest.cc', | |
sky
2014/05/01 15:21:19
How does this test get excluded on other platforms
Yuki
2014/05/02 06:38:11
I forgot it, but now I've found the following rule
| |
49 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 51 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
50 '../ui/views/widget/widget_interactive_uitest.cc', | 52 '../ui/views/widget/widget_interactive_uitest.cc', |
51 'browser/apps/app_browsertest_util.cc', | 53 'browser/apps/app_browsertest_util.cc', |
52 'browser/apps/app_browsertest_util.h', | 54 'browser/apps/app_browsertest_util.h', |
53 'browser/apps/app_pointer_lock_interactive_uitest.cc', | 55 'browser/apps/app_pointer_lock_interactive_uitest.cc', |
54 'browser/apps/app_window_interactive_uitest.cc', | 56 'browser/apps/app_window_interactive_uitest.cc', |
55 'browser/apps/web_view_interactive_browsertest.cc', | 57 'browser/apps/web_view_interactive_browsertest.cc', |
56 'browser/autofill/autofill_interactive_uitest.cc', | 58 'browser/autofill/autofill_interactive_uitest.cc', |
57 'browser/browser_keyevents_browsertest.cc', | 59 'browser/browser_keyevents_browsertest.cc', |
58 'browser/extensions/api/extension_action/browser_action_interactive_test .cc', | 60 'browser/extensions/api/extension_action/browser_action_interactive_test .cc', |
(...skipping 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2936 ['enable_webrtc==1', { | 2938 ['enable_webrtc==1', { |
2937 'dependencies': [ | 2939 'dependencies': [ |
2938 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2940 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2939 ] | 2941 ] |
2940 }], | 2942 }], |
2941 ], | 2943 ], |
2942 }] | 2944 }] |
2943 }], | 2945 }], |
2944 ], # 'conditions' | 2946 ], # 'conditions' |
2945 } | 2947 } |
OLD | NEW |