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

Side by Side Diff: mojo/mojom_bindings_generator.gypi

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « mojo/mojo_variables.gypi ('k') | mojo/mojom_bindings_generator_explicit.gypi » ('j') | 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 'rules': [ 9 'rules': [
10 { 10 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '<(SHARED_INTERMEDIATE_DIR)', 51 '<(SHARED_INTERMEDIATE_DIR)',
52 ], 52 ],
53 'variables': { 53 'variables': {
54 'generated_src_dirs': [ 54 'generated_src_dirs': [
55 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', 55 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src',
56 ], 56 ],
57 }, 57 },
58 }, 58 },
59 'hard_dependency': 1, 59 'hard_dependency': 1,
60 } 60 }
OLDNEW
« no previous file with comments | « mojo/mojo_variables.gypi ('k') | mojo/mojom_bindings_generator_explicit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698