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

Side by Side Diff: third_party/mojo/mojom_bindings_generator.gypi

Issue 1529093004: [mojo] Suppress findbugs errors on generated bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
« no previous file with comments | « third_party/mojo/mojo_public.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'mojom_bindings_generator_variables.gypi', 7 'mojom_bindings_generator_variables.gypi',
8 ], 8 ],
9 'actions': [ 9 'actions': [
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '-d', '<(DEPTH)', 54 '-d', '<(DEPTH)',
55 '<@(mojom_import_args)', 55 '<@(mojom_import_args)',
56 '-o', '<(SHARED_INTERMEDIATE_DIR)', 56 '-o', '<(SHARED_INTERMEDIATE_DIR)',
57 '--java_output_directory=<(java_out_dir)', 57 '--java_output_directory=<(java_out_dir)',
58 ], 58 ],
59 'message': 'Generating Mojo bindings from <(RULE_INPUT_DIRNAME)/<(RULE_INP UT_ROOT).mojom', 59 'message': 'Generating Mojo bindings from <(RULE_INPUT_DIRNAME)/<(RULE_INP UT_ROOT).mojom',
60 'process_outputs_as_sources': 1, 60 'process_outputs_as_sources': 1,
61 } 61 }
62 ], 62 ],
63 'dependencies': [ 63 'dependencies': [
64 '<(DEPTH)/base/base.gyp:base',
64 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_interface_bindings_generatio n', 65 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_interface_bindings_generatio n',
65 ], 66 ],
66 'include_dirs': [ 67 'include_dirs': [
67 '<(DEPTH)', 68 '<(DEPTH)',
68 '<(SHARED_INTERMEDIATE_DIR)', 69 '<(SHARED_INTERMEDIATE_DIR)',
69 ], 70 ],
70 'direct_dependent_settings': { 71 'direct_dependent_settings': {
71 'include_dirs': [ 72 'include_dirs': [
72 '<(DEPTH)', 73 '<(DEPTH)',
73 '<(SHARED_INTERMEDIATE_DIR)', 74 '<(SHARED_INTERMEDIATE_DIR)',
74 ], 75 ],
75 'variables': { 76 'variables': {
76 'generated_src_dirs': [ 77 'generated_src_dirs': [
77 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', 78 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src',
78 ], 79 ],
79 'additional_input_paths': [ 80 'additional_input_paths': [
80 '<@(mojom_bindings_generator_sources)', 81 '<@(mojom_bindings_generator_sources)',
81 '<@(_sources)', 82 '<@(_sources)',
82 ], 83 ],
83 }, 84 },
84 }, 85 },
85 'hard_dependency': 1, 86 'hard_dependency': 1,
86 } 87 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojo_public.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698