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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 '../base/base.gyp:test_support_base', | 922 '../base/base.gyp:test_support_base', |
923 '../components/components.gyp:autofill_content_risk_proto', | 923 '../components/components.gyp:autofill_content_risk_proto', |
924 '../components/components.gyp:autofill_content_test_support', | 924 '../components/components.gyp:autofill_content_test_support', |
925 '../components/components.gyp:dom_distiller_test_support', | 925 '../components/components.gyp:dom_distiller_test_support', |
926 '../components/components.gyp:dom_distiller_content', | 926 '../components/components.gyp:dom_distiller_content', |
927 '../components/components.gyp:translate_core_common', | 927 '../components/components.gyp:translate_core_common', |
928 '../components/component_resources.gyp:component_resources', | 928 '../components/component_resources.gyp:component_resources', |
929 '../components/component_strings.gyp:component_strings', | 929 '../components/component_strings.gyp:component_strings', |
930 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 930 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
931 '../google_apis/google_apis.gyp:google_apis_test_support', | 931 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 932 '../media/cast/test/utility/utility.gyp:cast_test_utility', |
932 '../net/net.gyp:net', | 933 '../net/net.gyp:net', |
933 '../net/net.gyp:net_test_support', | 934 '../net/net.gyp:net_test_support', |
934 '../skia/skia.gyp:skia', | 935 '../skia/skia.gyp:skia', |
935 '../sync/sync.gyp:sync', | 936 '../sync/sync.gyp:sync', |
936 '../sync/sync.gyp:test_support_sync_api', | 937 '../sync/sync.gyp:test_support_sync_api', |
937 '../testing/gmock.gyp:gmock', | 938 '../testing/gmock.gyp:gmock', |
938 '../testing/gtest.gyp:gtest', | 939 '../testing/gtest.gyp:gtest', |
939 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 940 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
940 '../third_party/icu/icu.gyp:icui18n', | 941 '../third_party/icu/icu.gyp:icui18n', |
941 '../third_party/icu/icu.gyp:icuuc', | 942 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3231 'utility', | 3232 'utility', |
3232 ], | 3233 ], |
3233 'sources': [ | 3234 'sources': [ |
3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3236 ], | 3237 ], |
3237 }] | 3238 }] |
3238 }], | 3239 }], |
3239 ], # 'conditions' | 3240 ], # 'conditions' |
3240 } | 3241 } |
OLD | NEW |