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', |
(...skipping 28 matching lines...) Expand all Loading... |
39 ], | 39 ], |
40 'include_dirs': [ | 40 'include_dirs': [ |
41 '..', | 41 '..', |
42 ], | 42 ], |
43 'defines': [ | 43 'defines': [ |
44 'HAS_OUT_OF_PROC_TEST_RUNNER', | 44 'HAS_OUT_OF_PROC_TEST_RUNNER', |
45 ], | 45 ], |
46 'sources': [ | 46 'sources': [ |
47 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', | 47 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
48 '../apps/app_window_interactive_uitest.cc', | 48 '../apps/app_window_interactive_uitest.cc', |
| 49 '../ui/views/controls/webview/webview_interactive_uitest.cc', |
49 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 50 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
50 '../ui/views/widget/widget_interactive_uitest.cc', | 51 '../ui/views/widget/widget_interactive_uitest.cc', |
51 'browser/apps/app_browsertest_util.cc', | 52 'browser/apps/app_browsertest_util.cc', |
52 'browser/apps/app_browsertest_util.h', | 53 'browser/apps/app_browsertest_util.h', |
53 'browser/apps/app_pointer_lock_interactive_uitest.cc', | 54 'browser/apps/app_pointer_lock_interactive_uitest.cc', |
54 'browser/apps/app_window_interactive_uitest.cc', | 55 'browser/apps/app_window_interactive_uitest.cc', |
55 'browser/apps/web_view_interactive_browsertest.cc', | 56 'browser/apps/web_view_interactive_browsertest.cc', |
56 'browser/autofill/autofill_interactive_uitest.cc', | 57 'browser/autofill/autofill_interactive_uitest.cc', |
57 'browser/browser_keyevents_browsertest.cc', | 58 'browser/browser_keyevents_browsertest.cc', |
58 'browser/extensions/api/extension_action/browser_action_interactive_test
.cc', | 59 'browser/extensions/api/extension_action/browser_action_interactive_test
.cc', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 225 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
225 }], # OS=="mac" | 226 }], # OS=="mac" |
226 ['notifications==0', { | 227 ['notifications==0', { |
227 'sources/': [ | 228 'sources/': [ |
228 ['exclude', '^browser/notifications/'], | 229 ['exclude', '^browser/notifications/'], |
229 ['exclude', '^browser/extensions/notifications_apitest.cc'], | 230 ['exclude', '^browser/extensions/notifications_apitest.cc'], |
230 ], | 231 ], |
231 }], | 232 }], |
232 ['toolkit_views==1', { | 233 ['toolkit_views==1', { |
233 'dependencies': [ | 234 'dependencies': [ |
| 235 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support
', |
234 '../ui/views/views.gyp:views', | 236 '../ui/views/views.gyp:views', |
235 '../ui/views/views.gyp:views_test_support', | 237 '../ui/views/views.gyp:views_test_support', |
236 ], | 238 ], |
237 }, { # else: toolkit_views == 0 | 239 }, { # else: toolkit_views == 0 |
238 'sources/': [ | 240 'sources/': [ |
239 ['exclude', '^browser/ui/views/'], | 241 ['exclude', '^browser/ui/views/'], |
240 ['exclude', '^../ui/views/'], | 242 ['exclude', '^../ui/views/'], |
241 ], | 243 ], |
242 }], | 244 }], |
243 ['use_ash==1', { | 245 ['use_ash==1', { |
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2946 ['enable_webrtc==1', { | 2948 ['enable_webrtc==1', { |
2947 'dependencies': [ | 2949 'dependencies': [ |
2948 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2950 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2949 ] | 2951 ] |
2950 }], | 2952 }], |
2951 ], | 2953 ], |
2952 }] | 2954 }] |
2953 }], | 2955 }], |
2954 ], # 'conditions' | 2956 ], # 'conditions' |
2955 } | 2957 } |
OLD | NEW |