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

Unified Diff: content/test/BUILD.gn

Issue 2798143004: Fix for URL opening code (Closed)
Patch Set: Added new files for added tests. Created 3 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index dbd41f9b359e78ada13c2bc9db163d5279d76666..e6566c5e1bea760395e6b55e1db619d998580c76 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -96,6 +96,8 @@ static_library("test_support") {
"../public/test/ppapi_test_utils.h",
"../public/test/render_view_test.cc",
"../public/test/render_view_test.h",
+ "../public/test/repeated_notification_observer.cc",
+ "../public/test/repeated_notification_observer.h",
"../public/test/test_browser_context.cc",
"../public/test/test_browser_context.h",
"../public/test/test_browser_thread.cc",

Powered by Google App Engine
This is Rietveld 408576698