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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GYP support 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/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4d414c1f43afe55804b4e63e7ffc2600808da77e..6ebf8b9acc3f3d62de0a0366d41403ecd61677c3 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -343,6 +343,7 @@
'../tools/json_schema_compiler/test/crossref_unittest.cc',
'../tools/json_schema_compiler/test/enums_unittest.cc',
'../tools/json_schema_compiler/test/error_generation_unittest.cc',
+ '../tools/json_schema_compiler/test/features_generation_unittest.cc',
'../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
'../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
'../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
@@ -2310,6 +2311,7 @@
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
'../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_schema_compiler_tests',
+ '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:feature_compiler_tests',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
],

Powered by Google App Engine
This is Rietveld 408576698