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

Unified Diff: base/test/BUILD.gn

Issue 2898213003: Add skeleton circular queue file.
Patch Set: Fix merge 2 Created 3 years, 5 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 | « base/template_util.h ('k') | base/test/copy_only_int.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 6c49640148999c6bb5c7ef915a216902e705dee6..2731583a7b878429fe017693fe63d65f92eb8506 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -30,6 +30,7 @@ static_library("test_support") {
"android/java_handler_thread_for_testing.h",
"android/test_system_message_handler_link_android.cc",
"android/test_system_message_handler_link_android.h",
+ "copy_only_int.h",
"fuzzed_data_provider.cc",
"fuzzed_data_provider.h",
"gtest_util.cc",
@@ -57,6 +58,7 @@ static_library("test_support") {
"mock_entropy_provider.h",
"mock_log.cc",
"mock_log.h",
+ "move_only_int.h",
"multiprocess_test.cc",
"multiprocess_test.h",
"multiprocess_test_android.cc",
« no previous file with comments | « base/template_util.h ('k') | base/test/copy_only_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698