Chromium Code Reviews| 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_win.cc', | 256 'test/base/interactive_test_utils_win.cc', |
| 257 'test/base/interactive_ui_tests_main.cc', | 257 'test/base/interactive_ui_tests_main.cc', |
| 258 'test/base/view_event_test_base.cc', | 258 'test/base/view_event_test_base.cc', |
| 259 'test/base/view_event_test_base.h', | 259 'test/base/view_event_test_base.h', |
| 260 'test/ppapi/ppapi_interactive_browsertest.cc', | 260 'test/ppapi/ppapi_interactive_browsertest.cc', |
| 261 ], | 261 ], |
| 262 'conditions': [ | 262 'conditions': [ |
| 263 ['use_x11==1', { | 263 ['use_x11==1', { |
| 264 'dependencies': [ | 264 'dependencies': [ |
| 265 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 265 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 266 '../build/linux/system.gyp:xtst', | |
|
Paweł Hajdan Jr.
2014/02/11 00:16:12
nit: Let's sort, build before tools.
| |
| 266 ], | 267 ], |
| 267 }], | 268 }], |
| 268 ['toolkit_uses_gtk == 1', { | 269 ['toolkit_uses_gtk == 1', { |
| 269 'dependencies': [ | 270 'dependencies': [ |
| 270 '../build/linux/system.gyp:gtk', | 271 '../build/linux/system.gyp:gtk', |
| 271 ], | 272 ], |
| 272 'sources!': [ | 273 'sources!': [ |
| 273 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 274 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| 274 ], | 275 ], |
| 275 }], | 276 }], |
| (...skipping 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3217 'utility', | 3218 'utility', |
| 3218 ], | 3219 ], |
| 3219 'sources': [ | 3220 'sources': [ |
| 3220 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3221 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3221 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3222 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3222 ], | 3223 ], |
| 3223 }] | 3224 }] |
| 3224 }], | 3225 }], |
| 3225 ], # 'conditions' | 3226 ], # 'conditions' |
| 3226 } | 3227 } |
| OLD | NEW |