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

Unified Diff: chrome/test/BUILD.gn

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include fix Created 4 years, 5 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 02f930a689921ca23f42edf2d53546bb22817852..0c92b23deacfe38875bd55cdb1681911e069e8ee 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1837,7 +1837,7 @@ test("unit_tests") {
"//third_party/libjingle",
"//third_party/libphonenumber",
"//third_party/webrtc/modules/desktop_capture",
- "//tools/json_schema_compiler/test",
+ "//tools/json_schema_compiler/test:schema_test",
"//ui/gl",
"//v8",
]
@@ -1939,6 +1939,7 @@ test("unit_tests") {
"//chrome/common/extensions/api",
"//extensions:extensions_resources",
"//extensions/strings",
+ "//tools/json_schema_compiler/test:features_generation_test",
]
if (enable_service_discovery) {
sources += rebase_path(
« no previous file with comments | « chrome/common/extensions/api/common_extension_api_unittest.cc ('k') | extensions/common/features/api_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698