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

Unified Diff: chrome/browser/BUILD.gn

Issue 2524553002: [Extensions] Create ChromeTestExtensionLoader (Closed)
Patch Set: compile Created 4 years, 1 month 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b4fe367dfa5591d34e8216195cbc421593bcbafd..f86ecbac05e9d6b4738e4ca1513a3bf77f97b5fc 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4247,6 +4247,10 @@ static_library("test_support") {
if (enable_extensions) {
sources += [
+ "extensions/chrome_extension_test_notification_observer.cc",
+ "extensions/chrome_extension_test_notification_observer.h",
+ "extensions/chrome_test_extension_loader.cc",
+ "extensions/chrome_test_extension_loader.h",
"extensions/extension_action_test_util.cc",
"extensions/extension_action_test_util.h",
]

Powered by Google App Engine
This is Rietveld 408576698