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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 }], | 402 }], |
403 ['use_aura==0 or chromeos==1', { | 403 ['use_aura==0 or chromeos==1', { |
404 'sources!': [ | 404 'sources!': [ |
405 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 405 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
406 ], | 406 ], |
407 }], | 407 }], |
408 ['chromeos==1', { | 408 ['chromeos==1', { |
409 'dependencies': [ | 409 'dependencies': [ |
410 '../chromeos/chromeos.gyp:chromeos', | 410 '../chromeos/chromeos.gyp:chromeos', |
411 ], | 411 ], |
| 412 'conditions': [ |
| 413 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 414 'dependencies': [ |
| 415 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', |
| 416 '../components/nacl.gyp:nacl_helper', |
| 417 ], |
| 418 }], |
| 419 ], |
412 'sources': [ | 420 'sources': [ |
| 421 'browser/chromeos/accessibility/spoken_feedback_browsertest.cc', |
413 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', | 422 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', |
414 'browser/chromeos/input_method/textinput_browsertest.cc', | 423 'browser/chromeos/input_method/textinput_browsertest.cc', |
415 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', | 424 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', |
416 'browser/chromeos/input_method/textinput_test_helper.cc', | 425 'browser/chromeos/input_method/textinput_test_helper.cc', |
417 'browser/chromeos/input_method/textinput_test_helper.h', | 426 'browser/chromeos/input_method/textinput_test_helper.h', |
418 'browser/chromeos/login/captive_portal_window_browsertest.cc', | 427 'browser/chromeos/login/captive_portal_window_browsertest.cc', |
419 'browser/chromeos/login/eula_browsertest.cc', | 428 'browser/chromeos/login/eula_browsertest.cc', |
420 'browser/chromeos/login/login_browsertest.cc', | 429 'browser/chromeos/login/login_browsertest.cc', |
421 'browser/chromeos/login/login_manager_test.cc', | 430 'browser/chromeos/login/login_manager_test.cc', |
422 'browser/chromeos/login/login_manager_test.h', | 431 'browser/chromeos/login/login_manager_test.h', |
(...skipping 2762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3185 'utility', | 3194 'utility', |
3186 ], | 3195 ], |
3187 'sources': [ | 3196 'sources': [ |
3188 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3197 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3189 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3198 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3190 ], | 3199 ], |
3191 }] | 3200 }] |
3192 }], | 3201 }], |
3193 ], # 'conditions' | 3202 ], # 'conditions' |
3194 } | 3203 } |
OLD | NEW |