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

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

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
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 'variables': { 9 'variables': {
10 'mojom_base_output_dir': 10 'mojom_base_output_dir':
(...skipping 23 matching lines...) Expand all
34 'inputs': [ '<@(mojom_files)' ], 34 'inputs': [ '<@(mojom_files)' ],
35 'outputs': [ '<(stamp_filename)' ], 35 'outputs': [ '<(stamp_filename)' ],
36 }, 36 },
37 { 37 {
38 'action_name': '<(_target_name)_mojom_bindings_generator', 38 'action_name': '<(_target_name)_mojom_bindings_generator',
39 'variables': { 39 'variables': {
40 'java_out_dir': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', 40 'java_out_dir': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src',
41 'stamp_filename': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/<(_target_na me).stamp', 41 'stamp_filename': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/<(_target_na me).stamp',
42 'mojom_import_args%': [ 42 'mojom_import_args%': [
43 '-I<(DEPTH)', 43 '-I<(DEPTH)',
44 '-I<(DEPTH)/third_party/mojo/src' 44 '-I<(DEPTH)/mojo/services',
45 '-I<(DEPTH)/third_party/mojo/src',
45 ], 46 ],
46 }, 47 },
47 'inputs': [ 48 'inputs': [
48 '<@(mojom_bindings_generator_sources)', 49 '<@(mojom_bindings_generator_sources)',
49 '<@(mojom_files)', 50 '<@(mojom_files)',
50 '<(stamp_filename)', 51 '<(stamp_filename)',
51 ], 52 ],
52 'outputs': [ 53 'outputs': [
53 '<@(mojom_generated_outputs)', 54 '<@(mojom_generated_outputs)',
54 ], 55 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', 100 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src',
100 ], 101 ],
101 'additional_input_paths': [ 102 'additional_input_paths': [
102 '<@(mojom_bindings_generator_sources)', 103 '<@(mojom_bindings_generator_sources)',
103 '<@(mojom_files)', 104 '<@(mojom_files)',
104 ], 105 ],
105 }, 106 },
106 } 107 }
107 }, 108 },
108 } 109 }
OLDNEW
« content/public/common/process.mojom ('K') | « net/proxy/proxy_service_mojo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698