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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 1140953003: PPAPI Testing: Clean up location of ppapi::StripTestPrefixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to shared_impl Created 5 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
Index: ppapi/shared_impl/BUILD.gn
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index 422600976ece4d5ca8894205b07f4130afc9abd5..9d205ece5efa7963761ba69235249b85b6e8080d 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -193,8 +193,8 @@ source_set("test_support") {
sources = [
"test_globals.cc",
"test_globals.h",
- "unittest_utils.cc",
- "unittest_utils.h",
+ "test_utils.cc",
+ "test_utils.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698