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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 years, 2 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 }, 47 },
48 { 48 {
49 # GN version: //mojo/apps/js/test:js_to_cpp_bindings 49 # GN version: //mojo/apps/js/test:js_to_cpp_bindings
50 'target_name': 'mojo_apps_js_bindings', 50 'target_name': 'mojo_apps_js_bindings',
51 'type': 'static_library', 51 'type': 'static_library',
52 'sources': [ 52 'sources': [
53 'apps/js/test/js_to_cpp.mojom', 53 'apps/js/test/js_to_cpp.mojom',
54 ], 54 ],
55 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 55 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
56 'export_dependent_settings': [ 56 'export_dependent_settings': [
57 'mojo_base.gyp:mojo_cpp_bindings', 57 'public/mojo_public.gyp:mojo_cpp_bindings',
58 ], 58 ],
59 'dependencies': [ 59 'dependencies': [
60 'mojo_base.gyp:mojo_cpp_bindings', 60 'public/mojo_public.gyp:mojo_cpp_bindings',
61 ], 61 ],
62 }, 62 },
63 { 63 {
64 # GN version: //mojo/apps/js/test/mojo_apps_js_unittests 64 # GN version: //mojo/apps/js/test/mojo_apps_js_unittests
65 'target_name': 'mojo_apps_js_unittests', 65 'target_name': 'mojo_apps_js_unittests',
66 'type': 'executable', 66 'type': 'executable',
67 'dependencies': [ 67 'dependencies': [
68 '../gin/gin.gyp:gin_test', 68 '../gin/gin.gyp:gin_test',
69 'mojo_apps_js_bindings',
69 'mojo_base.gyp:mojo_common_lib', 70 'mojo_base.gyp:mojo_common_lib',
70 'mojo_base.gyp:mojo_common_test_support', 71 'mojo_base.gyp:mojo_common_test_support',
71 'mojo_base.gyp:mojo_public_test_interfaces',
72 'mojo_base.gyp:mojo_run_all_unittests', 72 'mojo_base.gyp:mojo_run_all_unittests',
73 'mojo_apps_js_bindings',
74 'mojo_js_lib', 73 'mojo_js_lib',
74 'public/mojo_public.gyp:mojo_public_test_interfaces',
75 ], 75 ],
76 'sources': [ 76 'sources': [
77 'apps/js/test/handle_unittest.cc', 77 'apps/js/test/handle_unittest.cc',
78 'apps/js/test/js_to_cpp_unittest.cc', 78 'apps/js/test/js_to_cpp_unittest.cc',
79 'apps/js/test/run_apps_js_tests.cc', 79 'apps/js/test/run_apps_js_tests.cc',
80 ], 80 ],
81 }, 81 },
82 { 82 {
83 # GN version: //mojo/apps/js/test:mojo_js_apps_lib 83 # GN version: //mojo/apps/js/test:mojo_js_apps_lib
84 'target_name': 'mojo_js_apps_lib', 84 'target_name': 'mojo_js_apps_lib',
85 'type': 'static_library', 85 'type': 'static_library',
86 'export_dependent_settings': [ 86 'export_dependent_settings': [
87 'mojo_base.gyp:mojo_cpp_bindings', 87 'public/mojo_public.gyp:mojo_cpp_bindings',
88 ], 88 ],
89 'dependencies': [ 89 'dependencies': [
90 'mojo_apps_js_bindings',
90 'mojo_base.gyp:mojo_application_chromium', 91 'mojo_base.gyp:mojo_application_chromium',
91 'mojo_apps_js_bindings',
92 'mojo_base.gyp:mojo_cpp_bindings',
93 'mojo_base.gyp:mojo_utility',
94 'mojo_js_lib', 92 'mojo_js_lib',
93 'public/mojo_public.gyp:mojo_cpp_bindings',
94 'public/mojo_public.gyp:mojo_utility',
95 ], 95 ],
96 'sources': [ 96 'sources': [
97 'apps/js/application_delegate_impl.cc', 97 'apps/js/application_delegate_impl.cc',
98 'apps/js/js_app.cc', 98 'apps/js/js_app.cc',
99 'apps/js/mojo_module.cc', 99 'apps/js/mojo_module.cc',
100 ], 100 ],
101 }, 101 },
102 { 102 {
103 # GN version: //mojo/apps/js:mojo_js_content_handler 103 # GN version: //mojo/apps/js:mojo_js_content_handler
104 'target_name': 'mojo_js_content_handler', 104 'target_name': 'mojo_js_content_handler',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 '../build/isolate.gypi', 139 '../build/isolate.gypi',
140 ], 140 ],
141 'sources': [ 141 'sources': [
142 'mojo_apps_js_unittests.isolate', 142 'mojo_apps_js_unittests.isolate',
143 ], 143 ],
144 }, 144 },
145 ], 145 ],
146 }], 146 }],
147 ], 147 ],
148 } 148 }
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