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

Unified Diff: base/test/BUILD.gn

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/synchronization/waitable_event_win.cc ('k') | base/test/gtest_util.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 a2864b54c23dcb5524e6258e170e1337809e7e4e..3aab89e89cde50b3d0d23f9287d34f960981eb7b 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -17,6 +17,8 @@ source_set("test_support") {
"expectations/expectation.h",
"expectations/parser.cc",
"expectations/parser.h",
+ "gtest_util.cc",
+ "gtest_util.h",
"gtest_xml_util.cc",
"gtest_xml_util.h",
"histogram_tester.cc",
@@ -113,7 +115,7 @@ source_set("test_support") {
"//base/third_party/dynamic_annotations",
"//testing/gmock",
"//testing/gtest",
- "//third_party/libxml"
+ "//third_party/libxml",
]
if (!is_posix) {
« no previous file with comments | « base/synchronization/waitable_event_win.cc ('k') | base/test/gtest_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698