| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'test/base/interactive_test_utils.cc', | 150 'test/base/interactive_test_utils.cc', |
| 151 'test/base/interactive_test_utils.h', | 151 'test/base/interactive_test_utils.h', |
| 152 'test/base/interactive_test_utils_aura.cc', | 152 'test/base/interactive_test_utils_aura.cc', |
| 153 'test/base/interactive_test_utils_aura.h', | 153 'test/base/interactive_test_utils_aura.h', |
| 154 'test/base/interactive_test_utils_mac.mm', | 154 'test/base/interactive_test_utils_mac.mm', |
| 155 'test/base/interactive_test_utils_views.cc', | 155 'test/base/interactive_test_utils_views.cc', |
| 156 'test/base/interactive_test_utils_win.cc', | 156 'test/base/interactive_test_utils_win.cc', |
| 157 'test/base/interactive_ui_tests_main.cc', | 157 'test/base/interactive_ui_tests_main.cc', |
| 158 'test/base/view_event_test_base.cc', | 158 'test/base/view_event_test_base.cc', |
| 159 'test/base/view_event_test_base.h', | 159 'test/base/view_event_test_base.h', |
| 160 'test/base/view_event_test_platform_part.h', |
| 161 'test/base/view_event_test_platform_part_ash.cc', |
| 162 'test/base/view_event_test_platform_part_chromeos.cc', |
| 163 'test/base/view_event_test_platform_part_mac.mm', |
| 160 'test/ppapi/ppapi_interactive_browsertest.cc', | 164 'test/ppapi/ppapi_interactive_browsertest.cc', |
| 161 ], | 165 ], |
| 162 'conditions': [ | 166 'conditions': [ |
| 163 ['use_x11==1', { | 167 ['use_x11==1', { |
| 164 'dependencies': [ | 168 'dependencies': [ |
| 165 '../build/linux/system.gyp:xtst', | 169 '../build/linux/system.gyp:xtst', |
| 166 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 170 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 167 ], | 171 ], |
| 168 }], | 172 }], |
| 169 ['OS=="linux" and use_aura==1', { | 173 ['OS=="linux" and use_aura==1', { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 ['exclude', '^browser/extensions/notifications_apitest.cc'], | 235 ['exclude', '^browser/extensions/notifications_apitest.cc'], |
| 232 ], | 236 ], |
| 233 }], | 237 }], |
| 234 ['toolkit_views==1', { | 238 ['toolkit_views==1', { |
| 235 'dependencies': [ | 239 'dependencies': [ |
| 236 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support
', | 240 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support
', |
| 237 '../ui/views/views.gyp:views', | 241 '../ui/views/views.gyp:views', |
| 238 '../ui/views/views.gyp:views_test_support', | 242 '../ui/views/views.gyp:views_test_support', |
| 239 ], | 243 ], |
| 240 }, { # else: toolkit_views == 0 | 244 }, { # else: toolkit_views == 0 |
| 245 'sources!': [ |
| 246 'test/base/view_event_test_base.cc', |
| 247 'test/base/view_event_test_base.h', |
| 248 ], |
| 241 'sources/': [ | 249 'sources/': [ |
| 242 ['exclude', '^browser/ui/views/'], | 250 ['exclude', '^browser/ui/views/'], |
| 243 ['exclude', '^../ui/views/'], | 251 ['exclude', '^../ui/views/'], |
| 244 ], | 252 ], |
| 245 }], | 253 }], |
| 246 ['use_ash==1', { | 254 ['use_ash==1', { |
| 247 'dependencies': [ | 255 'dependencies': [ |
| 248 '../ash/ash.gyp:ash_test_support', | 256 '../ash/ash.gyp:ash_test_support', |
| 249 ], | 257 ], |
| 250 }], | 258 }], |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 # chromeos does not use cross-platform panels | 311 # chromeos does not use cross-platform panels |
| 304 'browser/notifications/notification_browsertest.cc', | 312 'browser/notifications/notification_browsertest.cc', |
| 305 'browser/ui/panels/detached_panel_browsertest.cc', | 313 'browser/ui/panels/detached_panel_browsertest.cc', |
| 306 'browser/ui/panels/docked_panel_browsertest.cc', | 314 'browser/ui/panels/docked_panel_browsertest.cc', |
| 307 'browser/ui/panels/panel_browsertest.cc', | 315 'browser/ui/panels/panel_browsertest.cc', |
| 308 'browser/ui/panels/panel_drag_browsertest.cc', | 316 'browser/ui/panels/panel_drag_browsertest.cc', |
| 309 'browser/ui/panels/panel_resize_browsertest.cc', | 317 'browser/ui/panels/panel_resize_browsertest.cc', |
| 310 'browser/ui/panels/stacked_panel_browsertest.cc', | 318 'browser/ui/panels/stacked_panel_browsertest.cc', |
| 311 'browser/ui/views/message_center/web_notification_tray_browsertest.c
c', | 319 'browser/ui/views/message_center/web_notification_tray_browsertest.c
c', |
| 312 'browser/ui/views/panels/panel_view_browsertest.cc', | 320 'browser/ui/views/panels/panel_view_browsertest.cc', |
| 321 |
| 322 # Use only the _chromeos version on ChromeOS. |
| 323 'test/base/view_event_test_platform_part_ash.cc', |
| 313 ], | 324 ], |
| 314 }], | 325 }], |
| 315 ['OS=="win"', { | 326 ['OS=="win"', { |
| 316 'include_dirs': [ | 327 'include_dirs': [ |
| 317 '../third_party/wtl/include', | 328 '../third_party/wtl/include', |
| 318 ], | 329 ], |
| 319 'dependencies': [ | 330 'dependencies': [ |
| 320 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 331 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 321 '../ui/resources/ui_resources.gyp:ui_resources', | 332 '../ui/resources/ui_resources.gyp:ui_resources', |
| 322 'chrome.gyp:chrome_version_resources', | 333 'chrome.gyp:chrome_version_resources', |
| (...skipping 2693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3016 ['enable_webrtc==1', { | 3027 ['enable_webrtc==1', { |
| 3017 'dependencies': [ | 3028 'dependencies': [ |
| 3018 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3029 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3019 ] | 3030 ] |
| 3020 }], | 3031 }], |
| 3021 ], | 3032 ], |
| 3022 }] | 3033 }] |
| 3023 }], | 3034 }], |
| 3024 ], # 'conditions' | 3035 ], # 'conditions' |
| 3025 } | 3036 } |
| OLD | NEW |