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

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

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « mojo/shell/shell_impl.cc ('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 'variables': { 9 'variables': {
10 'mojom_base_output_dir': 10 'mojom_base_output_dir':
(...skipping 25 matching lines...) Expand all
36 'inputs': [ '<@(mojom_files)' ], 36 'inputs': [ '<@(mojom_files)' ],
37 'outputs': [ '<(stamp_filename)' ], 37 'outputs': [ '<(stamp_filename)' ],
38 }, 38 },
39 { 39 {
40 'action_name': '<(_target_name)_mojom_bindings_generator', 40 'action_name': '<(_target_name)_mojom_bindings_generator',
41 'variables': { 41 'variables': {
42 'java_out_dir': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', 42 'java_out_dir': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src',
43 'stamp_filename': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/<(_target_na me).stamp', 43 'stamp_filename': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/<(_target_na me).stamp',
44 'mojom_import_args%': [ 44 'mojom_import_args%': [
45 '-I<(DEPTH)', 45 '-I<(DEPTH)',
46 '-I<(DEPTH)/mojo/services',
46 '-I<(DEPTH)/third_party/mojo/src', 47 '-I<(DEPTH)/third_party/mojo/src',
47 '-I<(mojom_include_path)', 48 '-I<(mojom_include_path)',
48 ], 49 ],
49 }, 50 },
50 'inputs': [ 51 'inputs': [
51 '<@(mojom_bindings_generator_sources)', 52 '<@(mojom_bindings_generator_sources)',
52 '<@(mojom_files)', 53 '<@(mojom_files)',
53 '<(stamp_filename)', 54 '<(stamp_filename)',
54 ], 55 ],
55 'outputs': [ 56 'outputs': [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 ], 112 ],
112 'additional_input_paths': [ 113 'additional_input_paths': [
113 '<@(mojom_bindings_generator_sources)', 114 '<@(mojom_bindings_generator_sources)',
114 '<@(mojom_files)', 115 '<@(mojom_files)',
115 ], 116 ],
116 'mojom_generated_sources': [ '<@(mojom_generated_outputs)' ], 117 'mojom_generated_sources': [ '<@(mojom_generated_outputs)' ],
117 }, 118 },
118 } 119 }
119 }, 120 },
120 } 121 }
OLDNEW
« no previous file with comments | « mojo/shell/shell_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698