| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 5d5ebdf5d805fd9dc3547d6835edad9e6ef6f69f..3360e7be191bba9ec46bae7fb49dffb794e0357a 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',
|
| @@ -533,7 +541,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',
|
|
|