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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 'chrome_resources.gyp:packed_resources', | 890 'chrome_resources.gyp:packed_resources', |
891 'common/extensions/api/api.gyp:api', | 891 'common/extensions/api/api.gyp:api', |
892 'renderer', | 892 'renderer', |
893 'test/perf/perf_test.gyp:*', | 893 'test/perf/perf_test.gyp:*', |
894 'test_support_common', | 894 'test_support_common', |
895 '../base/base.gyp:base', | 895 '../base/base.gyp:base', |
896 '../base/base.gyp:base_i18n', | 896 '../base/base.gyp:base_i18n', |
897 '../base/base.gyp:test_support_base', | 897 '../base/base.gyp:test_support_base', |
898 '../components/components.gyp:autofill_content_risk_proto', | 898 '../components/components.gyp:autofill_content_risk_proto', |
899 '../components/components.gyp:autofill_content_test_support', | 899 '../components/components.gyp:autofill_content_test_support', |
| 900 '../components/component_strings.gyp:component_strings', |
900 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 901 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
901 '../google_apis/google_apis.gyp:google_apis_test_support', | 902 '../google_apis/google_apis.gyp:google_apis_test_support', |
902 '../net/net.gyp:net', | 903 '../net/net.gyp:net', |
903 '../net/net.gyp:net_test_support', | 904 '../net/net.gyp:net_test_support', |
904 '../skia/skia.gyp:skia', | 905 '../skia/skia.gyp:skia', |
905 '../sync/sync.gyp:sync', | 906 '../sync/sync.gyp:sync', |
906 '../sync/sync.gyp:test_support_sync_api', | 907 '../sync/sync.gyp:test_support_sync_api', |
907 '../testing/gmock.gyp:gmock', | 908 '../testing/gmock.gyp:gmock', |
908 '../testing/gtest.gyp:gtest', | 909 '../testing/gtest.gyp:gtest', |
909 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 910 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3031 'utility', | 3032 'utility', |
3032 ], | 3033 ], |
3033 'sources': [ | 3034 'sources': [ |
3034 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3035 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3035 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3036 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3036 ], | 3037 ], |
3037 }] | 3038 }] |
3038 }], | 3039 }], |
3039 ], # 'conditions' | 3040 ], # 'conditions' |
3040 } | 3041 } |
OLD | NEW |