| 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 'test/data/webui/ntp4.js', | 1635 'test/data/webui/ntp4.js', |
| 1636 'test/data/webui/ntp4_browsertest.cc', | 1636 'test/data/webui/ntp4_browsertest.cc', |
| 1637 'test/data/webui/ntp4_browsertest.h', | 1637 'test/data/webui/ntp4_browsertest.h', |
| 1638 'test/data/webui/print_preview.cc', | 1638 'test/data/webui/print_preview.cc', |
| 1639 'test/data/webui/print_preview.h', | 1639 'test/data/webui/print_preview.h', |
| 1640 'test/data/webui/print_preview.js', | 1640 'test/data/webui/print_preview.js', |
| 1641 'test/data/webui/sandboxstatus_browsertest.js', | 1641 'test/data/webui/sandboxstatus_browsertest.js', |
| 1642 'test/data/webui/webui_resource_browsertest.cc', | 1642 'test/data/webui/webui_resource_browsertest.cc', |
| 1643 'test/gpu/gpu_feature_browsertest.cc', | 1643 'test/gpu/gpu_feature_browsertest.cc', |
| 1644 'test/gpu/webgl_infobar_browsertest.cc', | 1644 'test/gpu/webgl_infobar_browsertest.cc', |
| 1645 'test/image_writer/temp_file_bundle.cc', |
| 1646 'test/image_writer/temp_file_bundle.h', |
| 1645 'test/ppapi/ppapi_browsertest.cc', | 1647 'test/ppapi/ppapi_browsertest.cc', |
| 1646 'test/remoting/auth_browsertest.cc', | 1648 'test/remoting/auth_browsertest.cc', |
| 1647 'test/remoting/launch_browsertest.cc', | 1649 'test/remoting/launch_browsertest.cc', |
| 1648 'test/remoting/key_code_conv.cc', | 1650 'test/remoting/key_code_conv.cc', |
| 1649 'test/remoting/key_code_conv.h', | 1651 'test/remoting/key_code_conv.h', |
| 1650 'test/remoting/key_code_map.h', | 1652 'test/remoting/key_code_map.h', |
| 1651 'test/remoting/me2me_browsertest.cc', | 1653 'test/remoting/me2me_browsertest.cc', |
| 1652 'test/remoting/page_load_notification_observer.cc', | 1654 'test/remoting/page_load_notification_observer.cc', |
| 1653 'test/remoting/page_load_notification_observer.h', | 1655 'test/remoting/page_load_notification_observer.h', |
| 1654 'test/remoting/remote_desktop_browsertest.cc', | 1656 'test/remoting/remote_desktop_browsertest.cc', |
| (...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3226 'utility', | 3228 'utility', |
| 3227 ], | 3229 ], |
| 3228 'sources': [ | 3230 'sources': [ |
| 3229 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3231 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3230 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3232 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3231 ], | 3233 ], |
| 3232 }] | 3234 }] |
| 3233 }], | 3235 }], |
| 3234 ], # 'conditions' | 3236 ], # 'conditions' |
| 3235 } | 3237 } |
| OLD | NEW |