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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/mojo.gyp ('k') | mojo/mojo_base.gyp » ('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 2014 The Chromium Authors. All rights reserved. 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 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/apps/js 8 # GN version: //mojo/apps/js
9 # //mojo/apps/js/bindings 9 # //mojo/apps/js/bindings
10 # //mojo/apps/js/bindings/gl 10 # //mojo/apps/js/bindings/gl
(...skipping 28 matching lines...) Expand all
39 'apps/js/bindings/threading.h', 39 'apps/js/bindings/threading.h',
40 'apps/js/bindings/gl/context.cc', 40 'apps/js/bindings/gl/context.cc',
41 'apps/js/bindings/gl/context.h', 41 'apps/js/bindings/gl/context.h',
42 'apps/js/bindings/gl/module.cc', 42 'apps/js/bindings/gl/module.cc',
43 'apps/js/bindings/gl/module.h', 43 'apps/js/bindings/gl/module.h',
44 'apps/js/bindings/monotonic_clock.cc', 44 'apps/js/bindings/monotonic_clock.cc',
45 'apps/js/bindings/monotonic_clock.h', 45 'apps/js/bindings/monotonic_clock.h',
46 ], 46 ],
47 }, 47 },
48 { 48 {
49 # GN version: //mojo/apps/js/test:js_to_cpp_bindings
49 'target_name': 'mojo_apps_js_bindings', 50 'target_name': 'mojo_apps_js_bindings',
50 'type': 'static_library', 51 'type': 'static_library',
51 'sources': [ 52 'sources': [
52 'apps/js/test/js_to_cpp.mojom', 53 'apps/js/test/js_to_cpp.mojom',
53 ], 54 ],
54 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 55 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
55 'export_dependent_settings': [ 56 'export_dependent_settings': [
56 'mojo_base.gyp:mojo_cpp_bindings', 57 'mojo_base.gyp:mojo_cpp_bindings',
57 ], 58 ],
58 'dependencies': [ 59 'dependencies': [
(...skipping 13 matching lines...) Expand all
72 'mojo_apps_js_bindings', 73 'mojo_apps_js_bindings',
73 'mojo_js_lib', 74 'mojo_js_lib',
74 ], 75 ],
75 'sources': [ 76 'sources': [
76 'apps/js/test/handle_unittest.cc', 77 'apps/js/test/handle_unittest.cc',
77 'apps/js/test/js_to_cpp_unittest.cc', 78 'apps/js/test/js_to_cpp_unittest.cc',
78 'apps/js/test/run_apps_js_tests.cc', 79 'apps/js/test/run_apps_js_tests.cc',
79 ], 80 ],
80 }, 81 },
81 { 82 {
83 # GN version: //mojo/apps/js:mojo_js
82 'target_name': 'mojo_js', 84 'target_name': 'mojo_js',
83 'type': 'loadable_module', 85 'type': 'loadable_module',
84 'dependencies': [ 86 'dependencies': [
85 'mojo_base.gyp:mojo_application_chromium', 87 'mojo_base.gyp:mojo_application_chromium',
86 'mojo_base.gyp:mojo_cpp_bindings', 88 'mojo_base.gyp:mojo_cpp_bindings',
87 'mojo_base.gyp:mojo_utility', 89 'mojo_base.gyp:mojo_utility',
88 'mojo_content_handler_bindings', 90 'mojo_content_handler_bindings',
89 'mojo_js_lib', 91 'mojo_js_lib',
90 '<(mojo_system_for_loadable_module)', 92 '<(mojo_system_for_loadable_module)',
91 ], 93 ],
(...skipping 19 matching lines...) Expand all
111 'mojo_apps_js_unittests.isolate', 113 'mojo_apps_js_unittests.isolate',
112 ], 114 ],
113 'sources': [ 115 'sources': [
114 'mojo_apps_js_unittests.isolate', 116 'mojo_apps_js_unittests.isolate',
115 ], 117 ],
116 }, 118 },
117 ], 119 ],
118 }], 120 }],
119 ], 121 ],
120 } 122 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698