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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 637373002: Mojo JS bindings: simplify mojo.connectToService() usage - Part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed the mojo_internals module, made Connection localFactory optional 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/apps/js/mojo_module.cc ('k') | mojo/public/js/bindings/connection.js » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'dependencies': [ 89 'dependencies': [
90 'mojo_apps_js_bindings', 90 'mojo_apps_js_bindings',
91 'mojo_base.gyp:mojo_application_chromium', 91 'mojo_base.gyp:mojo_application_chromium',
92 'mojo_js_lib', 92 'mojo_js_lib',
93 'public/mojo_public.gyp:mojo_cpp_bindings', 93 'public/mojo_public.gyp:mojo_cpp_bindings',
94 'public/mojo_public.gyp:mojo_utility', 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_bridge_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',
105 'type': 'loadable_module', 105 'type': 'loadable_module',
106 'dependencies': [ 106 'dependencies': [
107 'services/public/mojo_services_public.gyp:mojo_content_handler_bindings' , 107 'services/public/mojo_services_public.gyp:mojo_content_handler_bindings' ,
108 'mojo_js_apps_lib', 108 'mojo_js_apps_lib',
109 '<(mojo_system_for_loadable_module)', 109 '<(mojo_system_for_loadable_module)',
(...skipping 29 matching lines...) Expand all
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/apps/js/mojo_module.cc ('k') | mojo/public/js/bindings/connection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698