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 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1678 'test/nacl/nacl_browsertest_uma.cc', | 1678 'test/nacl/nacl_browsertest_uma.cc', |
1679 'test/nacl/nacl_browsertest_util.cc', | 1679 'test/nacl/nacl_browsertest_util.cc', |
1680 'test/nacl/nacl_browsertest_util.h', | 1680 'test/nacl/nacl_browsertest_util.h', |
1681 'test/nacl/pnacl_header_test.cc', | 1681 'test/nacl/pnacl_header_test.cc', |
1682 'test/nacl/pnacl_header_test.h', | 1682 'test/nacl/pnacl_header_test.h', |
1683 ], | 1683 ], |
1684 'dependencies': [ | 1684 'dependencies': [ |
1685 'test/data/nacl/nacl_test_data.gyp:*', | 1685 'test/data/nacl/nacl_test_data.gyp:*', |
1686 '../ppapi/native_client/native_client.gyp:nacl_irt', | 1686 '../ppapi/native_client/native_client.gyp:nacl_irt', |
1687 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', | 1687 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
1688 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket', | 1688 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_background_keepalive', |
| 1689 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket' |
1689 ], | 1690 ], |
1690 'conditions': [ | 1691 'conditions': [ |
1691 ['OS=="linux"', { | 1692 ['OS=="linux"', { |
1692 'sources': [ | 1693 'sources': [ |
1693 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', | 1694 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', |
1694 ], | 1695 ], |
1695 'dependencies': [ | 1696 'dependencies': [ |
1696 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes
t_data', | 1697 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes
t_data', |
1697 ], | 1698 ], |
1698 }], | 1699 }], |
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3117 'utility', | 3118 'utility', |
3118 ], | 3119 ], |
3119 'sources': [ | 3120 'sources': [ |
3120 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3121 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3121 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3122 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3122 ], | 3123 ], |
3123 }] | 3124 }] |
3124 }], | 3125 }], |
3125 ], # 'conditions' | 3126 ], # 'conditions' |
3126 } | 3127 } |
OLD | NEW |