Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 153893011: Fix interactive_ui_tests dependency on xtst (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698