Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: extensions/extensions.gyp

Issue 627573002: Enable passing cast channel certificate authority keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review changes. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index a8e3bbd878560e7afc3545edebb977b8d1c14e7e..e16194999657513bb7af74a3f9dabaf88d541ed8 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -1053,6 +1053,7 @@
'../components/components.gyp:keyed_service_content',
'../components/components.gyp:user_prefs',
'../content/content_shell_and_tests.gyp:test_support_content',
+ "../crypto/crypto.gyp:crypto",
Ryan Sleevi 2014/10/17 19:53:21 After you fix the design / IWYU / _nss file issues
vadimgo 2014/10/20 23:35:28 Done.
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../device/serial/serial.gyp:device_serial',
'../device/serial/serial.gyp:device_serial_test_util',
@@ -1078,6 +1079,7 @@
'sources': [
'browser/api/api_resource_manager_unittest.cc',
'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
+ 'browser/api/cast_channel/cast_auth_util_unittest.cc',
'browser/api/cast_channel/cast_channel_api_unittest.cc',
'browser/api/cast_channel/cast_framer_unittest.cc',
'browser/api/cast_channel/cast_socket_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698