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

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

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
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'mojom_bindings_generator':
8 '<(DEPTH)/mojo/public/tools/bindings/mojom_bindings_generator.py',
9 'mojom_bindings_generator_sources': [
10 '<(mojom_bindings_generator)',
11 '<(DEPTH)/mojo/public/tools/bindings/generators/mojom_cpp_generator.py',
12 '<(DEPTH)/mojo/public/tools/bindings/generators/mojom_java_generator.py',
13 '<(DEPTH)/mojo/public/tools/bindings/generators/mojom_js_generator.py',
14 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/__init__.py',
15 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/error.py',
16 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/__init__.py',
17 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/data.py',
18 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/generator.py',
19 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/module.py',
20 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/pack.py',
21 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/template_expande r.py',
22 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/__init__.py',
23 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/ast.py',
24 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py',
25 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/parser.py',
26 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/translate.py',
27 ]
28 }
29 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojom_bindings_generator_explicit.gypi ('k') | third_party/mojo/src/mojo/edk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698