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

Side by Side Diff: mojo/mojo.gyp

Issue 433513005: Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & embeddee to expose servic… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'mojo_browser', 63 'mojo_browser',
64 'mojo_core_window_manager', 64 'mojo_core_window_manager',
65 'mojo_core_window_manager_unittests', 65 'mojo_core_window_manager_unittests',
66 'mojo_demo_launcher', 66 'mojo_demo_launcher',
67 'mojo_embedded_app', 67 'mojo_embedded_app',
68 'mojo_keyboard', 68 'mojo_keyboard',
69 'mojo_media_viewer', 69 'mojo_media_viewer',
70 'mojo_nesting_app', 70 'mojo_nesting_app',
71 'mojo_window_manager', 71 'mojo_window_manager',
72 'mojo_wm_flow_app', 72 'mojo_wm_flow_app',
73 'mojo_wm_flow_embedded',
73 'mojo_wm_flow_init', 74 'mojo_wm_flow_init',
74 'mojo_wm_flow_wm', 75 'mojo_wm_flow_wm',
75 'mojo_view_manager', 76 'mojo_view_manager',
76 'mojo_view_manager_unittests', 77 'mojo_view_manager_unittests',
77 ], 78 ],
78 }], 79 }],
79 ['OS == "linux"', { 80 ['OS == "linux"', {
80 'dependencies': [ 81 'dependencies': [
81 'mojo_dbus_echo', 82 'mojo_dbus_echo',
82 'mojo_dbus_echo_service', 83 'mojo_dbus_echo_service',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'views/views_init_internal.h', 543 'views/views_init_internal.h',
543 ], 544 ],
544 'defines': [ 545 'defines': [
545 'MOJO_VIEWS_IMPLEMENTATION', 546 'MOJO_VIEWS_IMPLEMENTATION',
546 ], 547 ],
547 }, 548 },
548 ], 549 ],
549 }], 550 }],
550 ], 551 ],
551 } 552 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698