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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 '../base/base.gyp:base_i18n', | 888 '../base/base.gyp:base_i18n', |
889 '../base/base.gyp:test_support_base', | 889 '../base/base.gyp:test_support_base', |
890 '../components/components.gyp:autofill_content_risk_proto', | 890 '../components/components.gyp:autofill_content_risk_proto', |
891 '../components/components.gyp:autofill_content_test_support', | 891 '../components/components.gyp:autofill_content_test_support', |
892 '../components/components.gyp:dom_distiller_test_support', | 892 '../components/components.gyp:dom_distiller_test_support', |
893 '../components/components.gyp:dom_distiller_content', | 893 '../components/components.gyp:dom_distiller_content', |
894 '../components/components.gyp:translate_core_common', | 894 '../components/components.gyp:translate_core_common', |
895 '../components/component_resources.gyp:component_resources', | 895 '../components/component_resources.gyp:component_resources', |
896 '../components/component_strings.gyp:component_strings', | 896 '../components/component_strings.gyp:component_strings', |
897 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 897 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 898 '../extensions/common/api/api.gyp:api', |
898 '../google_apis/google_apis.gyp:google_apis_test_support', | 899 '../google_apis/google_apis.gyp:google_apis_test_support', |
899 '../net/net.gyp:net', | 900 '../net/net.gyp:net', |
900 '../net/net.gyp:net_test_support', | 901 '../net/net.gyp:net_test_support', |
901 '../skia/skia.gyp:skia', | 902 '../skia/skia.gyp:skia', |
902 '../sync/sync.gyp:sync', | 903 '../sync/sync.gyp:sync', |
903 '../sync/sync.gyp:test_support_sync_api', | 904 '../sync/sync.gyp:test_support_sync_api', |
904 '../testing/gmock.gyp:gmock', | 905 '../testing/gmock.gyp:gmock', |
905 '../testing/gtest.gyp:gtest', | 906 '../testing/gtest.gyp:gtest', |
906 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 907 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
907 '../third_party/icu/icu.gyp:icui18n', | 908 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3213 'utility', | 3214 'utility', |
3214 ], | 3215 ], |
3215 'sources': [ | 3216 'sources': [ |
3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3217 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3218 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3218 ], | 3219 ], |
3219 }] | 3220 }] |
3220 }], | 3221 }], |
3221 ], # 'conditions' | 3222 ], # 'conditions' |
3222 } | 3223 } |
OLD | NEW |