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

Unified Diff: extensions/BUILD.gn

Issue 504593002: Move a set of extensions tests into extensions_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync GN file with GYP Created 6 years, 4 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/chrome_tests_unit.gypi ('k') | extensions/extensions.gyp » ('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 2dbf09db8b03c07ab9851fcff963842e4357f598..3eba645abb9a159c97b6db1590ff804005b27ab4 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -143,8 +143,14 @@ test("unittests") {
"common/api/sockets/sockets_manifest_permission_unittest.cc",
"common/csp_validator_unittest.cc",
"common/event_filter_unittest.cc",
+ "common/extension_resource_unittest.cc",
+ "common/extension_set_unittest.cc",
+ "common/manifest_handler_unittest.cc",
+ "common/message_bundle_unittest.cc",
"common/one_shot_event_unittest.cc",
"common/permissions/manifest_permission_set_unittest.cc",
+ "common/url_pattern_set_unittest.cc",
+ "common/url_pattern_unittest.cc",
"common/user_script_unittest.cc",
"renderer/activity_log_converter_strategy_unittest.cc",
"renderer/api/serial/data_receiver_unittest.cc",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698