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

Unified Diff: trunk/src/mojo/public/bindings/mojom_bindings_generator.gypi

Issue 69243003: Revert 234233 "Add mojo_idl_generator.gypi" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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/mojo/public/bindings/mojom_bindings_generator.gypi
===================================================================
--- trunk/src/mojo/public/bindings/mojom_bindings_generator.gypi (revision 234276)
+++ trunk/src/mojo/public/bindings/mojom_bindings_generator.gypi (working copy)
@@ -1,46 +0,0 @@
-# Copyright (c) 2013 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.
-
-{
- 'variables': {
- 'output_dir': '<(SHARED_INTERMEDIATE_DIR)/mojom',
- },
- 'rules': [
- {
- 'rule_name': 'Generate C++ source files from mojom files',
- 'extension': 'mojom',
- 'variables': {
- 'mojom_bindings_generator':
- '<(DEPTH)/mojo/public/bindings/mojom_bindings_generator.py',
- },
- 'inputs': [
- '<(mojom_bindings_generator)',
- '<(DEPTH)/mojo/public/bindings/parser/mojo_parser.py',
- '<(DEPTH)/mojo/public/bindings/parser/mojo_translate.py',
- '<(DEPTH)/mojo/public/bindings/generators/mojom.py',
- '<(DEPTH)/mojo/public/bindings/generators/mojom_data.py',
- '<(DEPTH)/mojo/public/bindings/generators/mojom_pack.py',
- '<(DEPTH)/mojo/public/bindings/generators/mojom_cpp_generator.py',
- ],
- 'outputs': [
- '<(output_dir)/<(RULE_INPUT_ROOT).h',
- '<(output_dir)/<(RULE_INPUT_ROOT)_internal.h',
- '<(output_dir)/<(RULE_INPUT_ROOT).cc',
- ],
- 'action': [
- 'python', '<@(mojom_bindings_generator)',
- '<(RULE_INPUT_PATH)',
- '-i', 'mojom',
- '-o', '<(output_dir)',
- ],
- 'message': 'Generating C++ from mojom <(RULE_INPUT_PATH)',
- 'process_outputs_as_sources': 1,
- }
- ],
- 'include_dirs': [
- '<(DEPTH)',
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
- 'hard_dependency': 1,
-}
« no previous file with comments | « trunk/src/mojo/public/bindings/mojo_idl.py ('k') | trunk/src/mojo/public/bindings/mojom_bindings_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698