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

Unified Diff: trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp

Issue 25940002: Revert 226826 "This is a preliminary patch to auto-generate the ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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: trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
===================================================================
--- trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp (revision 226848)
+++ trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp (working copy)
@@ -40,24 +40,5 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
- {
- 'target_name': "features_generator_tests",
- 'type': 'static_library',
- 'variables': {
- 'chromium_code': 1,
- 'schema_files': [
- 'test_features.json'
- ],
- 'cc_dir': 'tools/json_schema_compiler/test',
- 'root_namespace': 'test::features',
- },
- 'inputs': [
- '<@(schema_files)',
- ],
- 'sources': [
- '<@(schema_files)',
- ],
- 'includes': ['../../../build/features_compile.gypi']
- },
],
}

Powered by Google App Engine
This is Rietveld 408576698