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

Unified Diff: extensions/BUILD.gn

Issue 687733004: Implement crypto signature verification routines using OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix const truncation warning (raised by Win builds.) Created 6 years, 1 month 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
« no previous file with comments | « no previous file | extensions/browser/api/cast_channel/cast_auth_ica.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index b44ac8928ba80222f562a29cd47a0ef1534be2f5..2a4d374742a621d931ff5f5268ecbda8b6546249 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -181,6 +181,13 @@ test("extensions_unittests") {
"browser/api/web_request/form_data_parser_unittest.cc",
"browser/api/web_request/upload_data_presenter_unittest.cc",
"browser/api/web_request/web_request_time_tracker_unittest.cc",
+ "browser/api/cast_channel/cast_auth_ica_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",
+ "browser/api/cast_channel/cast_transport_unittest.cc",
+ "browser/api/cast_channel/logger_unittest.cc",
"browser/computed_hashes_unittest.cc",
"browser/content_hash_tree_unittest.cc",
"browser/event_listener_map_unittest.cc",
« no previous file with comments | « no previous file | extensions/browser/api/cast_channel/cast_auth_ica.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698