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

Side by Side Diff: mojo/public/tools/bindings/bindings.gyp

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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/public/c/test_support/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 '../../../../third_party/mojo/mojom_bindings_generator_variables.gypi', 7 '../../../mojom_bindings_generator_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'precompile_mojom_bindings_generator_templates', 11 'target_name': 'precompile_mojom_bindings_generator_templates',
12 'type': 'none', 12 'type': 'none',
13 'actions': [ 13 'actions': [
14 { 14 {
15 'action_name': 'precompile_mojom_bindings_generator_templates', 15 'action_name': 'precompile_mojom_bindings_generator_templates',
16 'inputs': [ 16 'inputs': [
17 '<@(mojom_bindings_generator_sources)', 17 '<@(mojom_bindings_generator_sources)',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'python', '<@(mojom_bindings_generator)', 60 'python', '<@(mojom_bindings_generator)',
61 '--use_bundled_pylibs', 'precompile', 61 '--use_bundled_pylibs', 'precompile',
62 '-o', '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings', 62 '-o', '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings',
63 ], 63 ],
64 } 64 }
65 ], 65 ],
66 }, 66 },
67 ], 67 ],
68 } 68 }
69 69
OLDNEW
« no previous file with comments | « mojo/public/c/test_support/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698