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

Side by Side Diff: mojo/mojo_services.gypi

Issue 403083002: Allow EmbedRoot to be called multiple times. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'target_name': 'mojo_echo_bindings', 8 'target_name': 'mojo_echo_bindings',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'services/public/cpp/view_manager/lib/node_private.cc', 504 'services/public/cpp/view_manager/lib/node_private.cc',
505 'services/public/cpp/view_manager/lib/node_private.h', 505 'services/public/cpp/view_manager/lib/node_private.h',
506 'services/public/cpp/view_manager/lib/view.cc', 506 'services/public/cpp/view_manager/lib/view.cc',
507 'services/public/cpp/view_manager/lib/view_private.cc', 507 'services/public/cpp/view_manager/lib/view_private.cc',
508 'services/public/cpp/view_manager/lib/view_private.h', 508 'services/public/cpp/view_manager/lib/view_private.h',
509 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', 509 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc',
510 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', 510 'services/public/cpp/view_manager/lib/view_manager_client_impl.h',
511 'services/public/cpp/view_manager/node.h', 511 'services/public/cpp/view_manager/node.h',
512 'services/public/cpp/view_manager/node_observer.h', 512 'services/public/cpp/view_manager/node_observer.h',
513 'services/public/cpp/view_manager/view.h', 513 'services/public/cpp/view_manager/view.h',
514 'services/public/cpp/view_manager/view_event_dispatcher.h',
515 'services/public/cpp/view_manager/view_manager.h', 514 'services/public/cpp/view_manager/view_manager.h',
516 'services/public/cpp/view_manager/view_manager_delegate.h', 515 'services/public/cpp/view_manager/view_manager_delegate.h',
517 'services/public/cpp/view_manager/view_observer.h', 516 'services/public/cpp/view_manager/view_observer.h',
517 'services/public/cpp/view_manager/window_manager_delegate.h',
518 ], 518 ],
519 'export_dependent_settings': [ 519 'export_dependent_settings': [
520 'mojo_view_manager_bindings', 520 'mojo_view_manager_bindings',
521 ], 521 ],
522 }, 522 },
523 { 523 {
524 'target_name': 'mojo_view_manager_lib_unittests', 524 'target_name': 'mojo_view_manager_lib_unittests',
525 'type': 'executable', 525 'type': 'executable',
526 'dependencies': [ 526 'dependencies': [
527 '../base/base.gyp:base', 527 '../base/base.gyp:base',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'mojo_system_impl', 852 'mojo_system_impl',
853 ], 853 ],
854 'sources': [ 854 'sources': [
855 'services/dbus_echo/dbus_echo_service.cc', 855 'services/dbus_echo/dbus_echo_service.cc',
856 ], 856 ],
857 }, 857 },
858 ], 858 ],
859 }], 859 }],
860 ], 860 ],
861 } 861 }
OLDNEW
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698