diff options
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 2f93d9e..4499f75 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -350,6 +350,8 @@ 'network/portal_detector/network_portal_detector_strategy.h', 'network/portal_detector/network_portal_detector_stub.cc', 'network/portal_detector/network_portal_detector_stub.h', + 'network/prohibited_technologies_handler.cc', + 'network/prohibited_technologies_handler.h', 'network/shill_property_handler.cc', 'network/shill_property_handler.h', 'network/shill_property_util.cc', @@ -446,6 +448,7 @@ 'network/onc/onc_translator_unittest.cc', 'network/onc/onc_utils_unittest.cc', 'network/onc/onc_validator_unittest.cc', + 'network/prohibited_technologies_handler_unittest.cc', 'network/shill_property_handler_unittest.cc', 'process_proxy/process_output_watcher_unittest.cc', 'process_proxy/process_proxy_unittest.cc', |