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

Unified Diff: extensions/BUILD.gn

Issue 880873003: Add unit tests target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chrome/tools/profile_reset/jtl_compiler.gyp ('k') | tools/json_schema_compiler/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 534cb15c45103d968cb3912affc4c1077a3eaf17..d556280c5f37a2a2d807573b5b1bb8c82495bade 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -75,6 +75,10 @@ source_set("test_support") {
"browser/api_test_utils.h",
"browser/api_unittest.cc",
"browser/api_unittest.h",
+ "browser/app_window/test_app_window_contents.cc",
+ "browser/app_window/test_app_window_contents.h",
+ "browser/extension_error_test_util.cc",
+ "browser/extension_error_test_util.h",
"browser/extensions_test.cc",
"browser/extensions_test.h",
"browser/guest_view/test_guest_view_manager.cc",
« no previous file with comments | « chrome/tools/profile_reset/jtl_compiler.gyp ('k') | tools/json_schema_compiler/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698