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 'variables' : { | 5 'variables' : { |
6 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'test/base/interactive_test_utils_views.cc', | 256 'test/base/interactive_test_utils_views.cc', |
257 'test/base/interactive_test_utils_win.cc', | 257 'test/base/interactive_test_utils_win.cc', |
258 'test/base/interactive_ui_tests_main.cc', | 258 'test/base/interactive_ui_tests_main.cc', |
259 'test/base/view_event_test_base.cc', | 259 'test/base/view_event_test_base.cc', |
260 'test/base/view_event_test_base.h', | 260 'test/base/view_event_test_base.h', |
261 'test/ppapi/ppapi_interactive_browsertest.cc', | 261 'test/ppapi/ppapi_interactive_browsertest.cc', |
262 ], | 262 ], |
263 'conditions': [ | 263 'conditions': [ |
264 ['use_x11==1', { | 264 ['use_x11==1', { |
265 'dependencies': [ | 265 'dependencies': [ |
| 266 '../build/linux/system.gyp:xtst', |
266 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 267 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
267 ], | 268 ], |
268 }], | 269 }], |
269 ['toolkit_uses_gtk == 1', { | 270 ['toolkit_uses_gtk == 1', { |
270 'dependencies': [ | 271 'dependencies': [ |
271 '../build/linux/system.gyp:gtk', | 272 '../build/linux/system.gyp:gtk', |
272 ], | 273 ], |
273 'sources!': [ | 274 'sources!': [ |
274 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 275 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
275 ], | 276 ], |
(...skipping 2945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3221 'utility', | 3222 'utility', |
3222 ], | 3223 ], |
3223 'sources': [ | 3224 'sources': [ |
3224 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3225 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3225 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3226 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3226 ], | 3227 ], |
3227 }] | 3228 }] |
3228 }], | 3229 }], |
3229 ], # 'conditions' | 3230 ], # 'conditions' |
3230 } | 3231 } |
OLD | NEW |