Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index 14ef3f9c5897bdb1df51afd5f6bd6180cc04581a..6aaefa250c2ccbd44899046b445133d0c1f10f7a 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -249,8 +249,8 @@ |
'network/managed_network_configuration_handler_impl.h', |
'network/managed_state.cc', |
'network/managed_state.h', |
- 'network/network_activation_handler.cc', |
- 'network/network_activation_handler.h', |
+ 'network/network_activation_handler.cc', |
+ 'network/network_activation_handler.h', |
'network/network_cert_migrator.cc', |
'network/network_cert_migrator.h', |
'network/network_change_notifier_chromeos.cc', |
@@ -368,6 +368,9 @@ |
], |
}], |
], |
+ 'include_dirs': [ |
+ '../skia/config', |
+ ], |
}, |
{ |
# This target contains mocks that can be used to write unit tests. |
@@ -522,9 +525,11 @@ |
'process_proxy/process_output_watcher_unittest.cc', |
'process_proxy/process_proxy_unittest.cc', |
'system/name_value_pairs_parser_unittest.cc', |
+ '../content/public/common/media_stream_request.cc', |
], |
'include_dirs': [ |
'..', |
+ '../skia/config', |
], |
'conditions': [ |
[ 'linux_use_tcmalloc==1', { |