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

Unified Diff: mojo/public/tools/bindings/bindings.gyp

Issue 2305043002: Removing .gyp/.gypi files from the mojo/ folder. (Closed)
Patch Set: . Created 4 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
« no previous file with comments | « mojo/mojom_bindings_generator_variables.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/bindings.gyp
diff --git a/mojo/public/tools/bindings/bindings.gyp b/mojo/public/tools/bindings/bindings.gyp
deleted file mode 100644
index 0b6860e38b1a5400a964bcd17a26f5b976a9b6db..0000000000000000000000000000000000000000
--- a/mojo/public/tools/bindings/bindings.gyp
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'includes': [
- '../../../mojom_bindings_generator_variables.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'precompile_mojom_bindings_generator_templates',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'precompile_mojom_bindings_generator_templates',
- 'inputs': [
- '<@(mojom_bindings_generator_sources)',
- 'generators/cpp_templates/enum_macros.tmpl',
- 'generators/cpp_templates/enum_serialization_declaration.tmpl',
- 'generators/cpp_templates/interface_declaration.tmpl',
- 'generators/cpp_templates/interface_definition.tmpl',
- 'generators/cpp_templates/interface_macros.tmpl',
- 'generators/cpp_templates/interface_proxy_declaration.tmpl',
- 'generators/cpp_templates/interface_request_validator_declaration.tmpl',
- 'generators/cpp_templates/interface_response_validator_declaration.tmpl',
- 'generators/cpp_templates/interface_stub_declaration.tmpl',
- 'generators/cpp_templates/module.cc.tmpl',
- 'generators/cpp_templates/module.h.tmpl',
- 'generators/cpp_templates/module-internal.h.tmpl',
- 'generators/cpp_templates/struct_data_view_declaration.tmpl',
- 'generators/cpp_templates/struct_data_view_definition.tmpl',
- 'generators/cpp_templates/struct_declaration.tmpl',
- 'generators/cpp_templates/struct_definition.tmpl',
- 'generators/cpp_templates/struct_macros.tmpl',
- 'generators/cpp_templates/struct_serialization_declaration.tmpl',
- 'generators/cpp_templates/struct_serialization_definition.tmpl',
- 'generators/cpp_templates/union_data_view_declaration.tmpl',
- 'generators/cpp_templates/union_declaration.tmpl',
- 'generators/cpp_templates/union_definition.tmpl',
- 'generators/cpp_templates/union_serialization_declaration.tmpl',
- 'generators/cpp_templates/union_serialization_definition.tmpl',
- 'generators/cpp_templates/validation_macros.tmpl',
- 'generators/cpp_templates/wrapper_class_declaration.tmpl',
- 'generators/cpp_templates/wrapper_class_definition.tmpl',
- 'generators/cpp_templates/wrapper_class_template_definition.tmpl',
- 'generators/cpp_templates/wrapper_union_class_declaration.tmpl',
- 'generators/cpp_templates/wrapper_union_class_definition.tmpl',
- 'generators/cpp_templates/wrapper_union_class_template_definition.tmpl',
- 'generators/java_templates/constant_definition.tmpl',
- 'generators/java_templates/constants.java.tmpl',
- 'generators/java_templates/data_types_definition.tmpl',
- 'generators/java_templates/enum_definition.tmpl',
- 'generators/java_templates/enum.java.tmpl',
- 'generators/java_templates/header.java.tmpl',
- 'generators/java_templates/interface_definition.tmpl',
- 'generators/java_templates/interface_internal.java.tmpl',
- 'generators/java_templates/interface.java.tmpl',
- 'generators/java_templates/struct.java.tmpl',
- 'generators/java_templates/union.java.tmpl',
- 'generators/js_templates/enum_definition.tmpl',
- 'generators/js_templates/interface_definition.tmpl',
- 'generators/js_templates/module_definition.tmpl',
- 'generators/js_templates/module.amd.tmpl',
- 'generators/js_templates/struct_definition.tmpl',
- 'generators/js_templates/union_definition.tmpl',
- 'generators/js_templates/validation_macros.tmpl',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings/cpp_templates.zip',
- '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings/java_templates.zip',
- '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings/js_templates.zip',
- ],
- 'action': [
- 'python', '<@(mojom_bindings_generator)',
- '--use_bundled_pylibs', 'precompile',
- '-o', '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings',
- ],
- }
- ],
- 'hard_dependency': 1,
- },
- ],
-}
-
« no previous file with comments | « mojo/mojom_bindings_generator_variables.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698