| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 ['use_aura==0 or chromeos==1', { | 400 ['use_aura==0 or chromeos==1', { |
| 401 'sources!': [ | 401 'sources!': [ |
| 402 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 402 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
| 403 ], | 403 ], |
| 404 }], | 404 }], |
| 405 ['chromeos==1', { | 405 ['chromeos==1', { |
| 406 'dependencies': [ | 406 'dependencies': [ |
| 407 '../chromeos/chromeos.gyp:chromeos', | 407 '../chromeos/chromeos.gyp:chromeos', |
| 408 ], | 408 ], |
| 409 'sources': [ | 409 'sources': [ |
| 410 'browser/chromeos/accessibility/spoken_feedback_browsertest.cc', |
| 410 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', | 411 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', |
| 411 'browser/chromeos/input_method/textinput_browsertest.cc', | 412 'browser/chromeos/input_method/textinput_browsertest.cc', |
| 412 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', | 413 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', |
| 413 'browser/chromeos/input_method/textinput_test_helper.cc', | 414 'browser/chromeos/input_method/textinput_test_helper.cc', |
| 414 'browser/chromeos/input_method/textinput_test_helper.h', | 415 'browser/chromeos/input_method/textinput_test_helper.h', |
| 415 'browser/chromeos/login/captive_portal_window_browsertest.cc', | 416 'browser/chromeos/login/captive_portal_window_browsertest.cc', |
| 416 'browser/chromeos/login/eula_browsertest.cc', | 417 'browser/chromeos/login/eula_browsertest.cc', |
| 417 'browser/chromeos/login/login_browsertest.cc', | 418 'browser/chromeos/login/login_browsertest.cc', |
| 418 'browser/chromeos/login/login_manager_test.cc', | 419 'browser/chromeos/login/login_manager_test.cc', |
| 419 'browser/chromeos/login/login_manager_test.h', | 420 'browser/chromeos/login/login_manager_test.h', |
| (...skipping 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3158 'utility', | 3159 'utility', |
| 3159 ], | 3160 ], |
| 3160 'sources': [ | 3161 'sources': [ |
| 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3162 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3162 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3163 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3163 ], | 3164 ], |
| 3164 }] | 3165 }] |
| 3165 }], | 3166 }], |
| 3166 ], # 'conditions' | 3167 ], # 'conditions' |
| 3167 } | 3168 } |
| OLD | NEW |