| 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 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1683 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 1683 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| 1684 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_background_keepalive', | 1684 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_background_keepalive', |
| 1685 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket' | 1685 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket' |
| 1686 ], | 1686 ], |
| 1687 'conditions': [ | 1687 'conditions': [ |
| 1688 ['OS=="linux"', { | 1688 ['OS=="linux"', { |
| 1689 'sources': [ | 1689 'sources': [ |
| 1690 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', | 1690 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', |
| 1691 ], | 1691 ], |
| 1692 'dependencies': [ | 1692 'dependencies': [ |
| 1693 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes
t_data', | 1693 '../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_dat
a', |
| 1694 ], | 1694 ], |
| 1695 }], | 1695 }], |
| 1696 ], | 1696 ], |
| 1697 }], | 1697 }], |
| 1698 ['OS=="win" or OS=="linux"', { | 1698 ['OS=="win" or OS=="linux"', { |
| 1699 'sources': [ | 1699 'sources': [ |
| 1700 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 1700 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| 1701 ], | 1701 ], |
| 1702 'dependencies': [ | 1702 'dependencies': [ |
| 1703 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 1703 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| (...skipping 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3157 'utility', | 3157 'utility', |
| 3158 ], | 3158 ], |
| 3159 'sources': [ | 3159 'sources': [ |
| 3160 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3160 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3162 ], | 3162 ], |
| 3163 }] | 3163 }] |
| 3164 }], | 3164 }], |
| 3165 ], # 'conditions' | 3165 ], # 'conditions' |
| 3166 } | 3166 } |
| OLD | NEW |