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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_public.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'app_name': 'mojo_aura_demo', 224 'app_name': 'mojo_aura_demo',
225 }, 225 },
226 'includes': [ 'build/package_app.gypi' ], 226 'includes': [ 'build/package_app.gypi' ],
227 }, 227 },
228 { 228 {
229 'target_name': 'mojo_launcher_bindings', 229 'target_name': 'mojo_launcher_bindings',
230 'type': 'static_library', 230 'type': 'static_library',
231 'sources': [ 231 'sources': [
232 'examples/launcher/launcher.mojom', 232 'examples/launcher/launcher.mojom',
233 ], 233 ],
234 'variables': {
235 'mojom_base_output_dir': 'mojo',
236 },
234 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 237 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
235 'export_dependent_settings': [ 238 'export_dependent_settings': [
236 'mojo_bindings', 239 'mojo_bindings',
237 'mojo_system', 240 'mojo_system',
238 ], 241 ],
239 'dependencies': [ 242 'dependencies': [
240 'mojo_bindings', 243 'mojo_bindings',
241 'mojo_system', 244 'mojo_system',
242 ], 245 ],
243 }, 246 },
(...skipping 28 matching lines...) Expand all
272 'app_name': 'mojo_launcher', 275 'app_name': 'mojo_launcher',
273 }, 276 },
274 'includes': [ 'build/package_app.gypi' ], 277 'includes': [ 'build/package_app.gypi' ],
275 }, 278 },
276 { 279 {
277 'target_name': 'mojo_view_manager_bindings', 280 'target_name': 'mojo_view_manager_bindings',
278 'type': 'static_library', 281 'type': 'static_library',
279 'sources': [ 282 'sources': [
280 'examples/view_manager/view_manager.mojom', 283 'examples/view_manager/view_manager.mojom',
281 ], 284 ],
285 'variables': {
286 'mojom_base_output_dir': 'mojo',
287 },
282 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 288 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
283 'export_dependent_settings': [ 289 'export_dependent_settings': [
284 'mojo_bindings', 290 'mojo_bindings',
285 'mojo_system', 291 'mojo_system',
286 ], 292 ],
287 'dependencies': [ 293 'dependencies': [
288 'mojo_bindings', 294 'mojo_bindings',
289 'mojo_system', 295 'mojo_system',
290 ], 296 ],
291 }, 297 },
(...skipping 19 matching lines...) Expand all
311 'target_name': 'package_mojo_view_manager', 317 'target_name': 'package_mojo_view_manager',
312 'variables': { 318 'variables': {
313 'app_name': 'mojo_view_manager', 319 'app_name': 'mojo_view_manager',
314 }, 320 },
315 'includes': [ 'build/package_app.gypi' ], 321 'includes': [ 'build/package_app.gypi' ],
316 }, 322 },
317 ], 323 ],
318 }], 324 }],
319 ], 325 ],
320 } 326 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698