| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 226 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 226 }], # OS=="mac" | 227 }], # OS=="mac" |
| 227 ['notifications==0', { | 228 ['notifications==0', { |
| 228 'sources/': [ | 229 'sources/': [ |
| 229 ['exclude', '^browser/notifications/'], | 230 ['exclude', '^browser/notifications/'], |
| 230 ['exclude', '^browser/extensions/notifications_apitest.cc'], | 231 ['exclude', '^browser/extensions/notifications_apitest.cc'], |
| 231 ], | 232 ], |
| 232 }], | 233 }], |
| 233 ['toolkit_views==1', { | 234 ['toolkit_views==1', { |
| 234 'dependencies': [ | 235 'dependencies': [ |
| 236 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support
', |
| 235 '../ui/views/views.gyp:views', | 237 '../ui/views/views.gyp:views', |
| 236 '../ui/views/views.gyp:views_test_support', | 238 '../ui/views/views.gyp:views_test_support', |
| 237 ], | 239 ], |
| 238 }, { # else: toolkit_views == 0 | 240 }, { # else: toolkit_views == 0 |
| 239 'sources/': [ | 241 'sources/': [ |
| 240 ['exclude', '^browser/ui/views/'], | 242 ['exclude', '^browser/ui/views/'], |
| 241 ['exclude', '^../ui/views/'], | 243 ['exclude', '^../ui/views/'], |
| 242 ], | 244 ], |
| 243 }], | 245 }], |
| 244 ['use_ash==1', { | 246 ['use_ash==1', { |
| (...skipping 2691 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 |