| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 8fac71fbf44bc965a6fba20fd5994cc9f9f31b3c..7638ef95a48380431534ba4e08db60b6ac152dd4 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -343,6 +343,14 @@
|
| 'network/portal_detector/network_portal_detector_stub.h',
|
| 'network/prohibited_technologies_handler.cc',
|
| 'network/prohibited_technologies_handler.h',
|
| + 'network/proxy/proxy_config_handler.cc',
|
| + 'network/proxy/proxy_config_handler.h',
|
| + 'network/proxy/proxy_config_service_impl.cc',
|
| + 'network/proxy/proxy_config_service_impl.h',
|
| + 'network/proxy/ui_proxy_config.cc',
|
| + 'network/proxy/ui_proxy_config.h',
|
| + 'network/proxy/ui_proxy_config_service.cc',
|
| + 'network/proxy/ui_proxy_config_service.h',
|
| 'network/shill_property_handler.cc',
|
| 'network/shill_property_handler.h',
|
| 'network/shill_property_util.cc',
|
| @@ -527,7 +535,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| - '../google_apis/google_apis.gyp:google_apis_test_support',
|
| + '../google_apis/google_apis.gyp:google_apis_test_support',
|
| '../testing/gmock.gyp:gmock',
|
| 'chromeos',
|
| 'chromeos_test_support_without_gmock',
|
|
|