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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 23594008: Initial code generation for features. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding tests for real. Created 7 years, 3 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 aa7b463383001a82025c0c9ea6d52c5480fbe711..39f190b0f7688e403502b93444c1835d0387a60d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1962,12 +1962,13 @@
'../tools/json_schema_compiler/test/choices_unittest.cc',
'../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/functions_as_parameters_unittest.cc',
'../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
'../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
'../tools/json_schema_compiler/test/objects_unittest.cc',
+ '../tools/json_schema_compiler/test/permission_features_unittest.cc',
'../tools/json_schema_compiler/test/simple_api_unittest.cc',
- '../tools/json_schema_compiler/test/error_generation_unittest.cc',
'../ui/views/test/desktop_test_views_delegate.cc',
'../ui/views/test/desktop_test_views_delegate.h',
'../ui/views/test/test_views_delegate.cc',
@@ -1994,6 +1995,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_schema_compiler_tests',
+ '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:features_generator_tests',
'../ui/gl/gl.gyp:gl',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/webkit_resources.gyp:webkit_resources',

Powered by Google App Engine
This is Rietveld 408576698