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

Unified Diff: net/BUILD.gn

Issue 1953273002: Add support to GCMKeyStore for multiple keys per app_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid6fixstore
Patch Set: Only EXPECT_DFATAL when LOG_DCHECK == LOG_DFATAL Created 4 years, 7 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
« no previous file with comments | « components/gcm_driver/gcm_driver.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index daa320dc1b38ebcef722d35f65abfedebdea968a..38b3f5709d3b03d98e32bdf65fec7c931fca459d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -575,10 +575,13 @@ source_set("test_support") {
"test/embedded_test_server/request_handler_util.cc",
"test/embedded_test_server/request_handler_util.h",
"test/event_waiter.h",
+ "test/gtest_util.h",
"test/net_test_suite.cc",
"test/net_test_suite.h",
"test/python_utils.cc",
"test/python_utils.h",
+ "test/scoped_disable_exit_on_dfatal.cc",
+ "test/scoped_disable_exit_on_dfatal.h",
"test/test_certificate_data.h",
"test/url_request/ssl_certificate_error_job.cc",
"test/url_request/ssl_certificate_error_job.h",
« no previous file with comments | « components/gcm_driver/gcm_driver.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698