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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1680 'test/nacl/nacl_browsertest_uma.cc', | 1680 'test/nacl/nacl_browsertest_uma.cc', |
1681 'test/nacl/nacl_browsertest_util.cc', | 1681 'test/nacl/nacl_browsertest_util.cc', |
1682 'test/nacl/nacl_browsertest_util.h', | 1682 'test/nacl/nacl_browsertest_util.h', |
1683 'test/nacl/pnacl_header_test.cc', | 1683 'test/nacl/pnacl_header_test.cc', |
1684 'test/nacl/pnacl_header_test.h', | 1684 'test/nacl/pnacl_header_test.h', |
1685 ], | 1685 ], |
1686 'dependencies': [ | 1686 'dependencies': [ |
1687 'test/data/nacl/nacl_test_data.gyp:*', | 1687 'test/data/nacl/nacl_test_data.gyp:*', |
1688 '../ppapi/native_client/native_client.gyp:nacl_irt', | 1688 '../ppapi/native_client/native_client.gyp:nacl_irt', |
1689 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 1689 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
1690 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket' | 1690 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket', |
| 1691 ], |
| 1692 'conditions': [ |
| 1693 ['OS=="linux"', { |
| 1694 'sources': [ |
| 1695 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', |
| 1696 ], |
| 1697 'dependencies': [ |
| 1698 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes
t_data', |
| 1699 ], |
| 1700 }], |
1691 ], | 1701 ], |
1692 }], | 1702 }], |
1693 ['OS=="win" or OS=="linux"', { | 1703 ['OS=="win" or OS=="linux"', { |
1694 'sources': [ | 1704 'sources': [ |
1695 'browser/nacl_host/test/nacl_gdb_browsertest.cc', | 1705 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
1696 ], | 1706 ], |
1697 'dependencies': [ | 1707 'dependencies': [ |
1698 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', | 1708 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
1699 ], | 1709 ], |
1700 }], | 1710 }], |
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3058 'utility', | 3068 'utility', |
3059 ], | 3069 ], |
3060 'sources': [ | 3070 'sources': [ |
3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3071 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3072 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3063 ], | 3073 ], |
3064 }] | 3074 }] |
3065 }], | 3075 }], |
3066 ], # 'conditions' | 3076 ], # 'conditions' |
3067 } | 3077 } |
OLD | NEW |