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 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1676 'test/nacl/nacl_browsertest_uma.cc', | 1676 'test/nacl/nacl_browsertest_uma.cc', |
1677 'test/nacl/nacl_browsertest_util.cc', | 1677 'test/nacl/nacl_browsertest_util.cc', |
1678 'test/nacl/nacl_browsertest_util.h', | 1678 'test/nacl/nacl_browsertest_util.h', |
1679 'test/nacl/pnacl_header_test.cc', | 1679 'test/nacl/pnacl_header_test.cc', |
1680 'test/nacl/pnacl_header_test.h', | 1680 'test/nacl/pnacl_header_test.h', |
1681 ], | 1681 ], |
1682 'dependencies': [ | 1682 'dependencies': [ |
1683 'test/data/nacl/nacl_test_data.gyp:*', | 1683 'test/data/nacl/nacl_test_data.gyp:*', |
1684 '../ppapi/native_client/native_client.gyp:nacl_irt', | 1684 '../ppapi/native_client/native_client.gyp:nacl_irt', |
1685 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 1685 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
1686 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket', | 1686 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_background_keepalive', |
| 1687 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket' |
1687 ], | 1688 ], |
1688 'conditions': [ | 1689 'conditions': [ |
1689 ['OS=="linux"', { | 1690 ['OS=="linux"', { |
1690 'sources': [ | 1691 'sources': [ |
1691 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', | 1692 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', |
1692 ], | 1693 ], |
1693 'dependencies': [ | 1694 'dependencies': [ |
1694 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes
t_data', | 1695 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes
t_data', |
1695 ], | 1696 ], |
1696 }], | 1697 }], |
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3093 'utility', | 3094 'utility', |
3094 ], | 3095 ], |
3095 'sources': [ | 3096 'sources': [ |
3096 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3097 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3097 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3098 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3098 ], | 3099 ], |
3099 }] | 3100 }] |
3100 }], | 3101 }], |
3101 ], # 'conditions' | 3102 ], # 'conditions' |
3102 } | 3103 } |
OLD | NEW |