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

Side by Side Diff: mojo/mojo_services.gypi

Issue 405523002: Add ability APIs for opening a window with a url embedded, focusing and activating a window. (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
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('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 (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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 'dependencies': [ 806 'dependencies': [
807 '../base/base.gyp:test_support_base', 807 '../base/base.gyp:test_support_base',
808 '../testing/gtest.gyp:gtest', 808 '../testing/gtest.gyp:gtest',
809 '../ui/gl/gl.gyp:gl', 809 '../ui/gl/gl.gyp:gl',
810 'mojo_core_window_manager_bindings', 810 'mojo_core_window_manager_bindings',
811 'mojo_environment_chromium', 811 'mojo_environment_chromium',
812 'mojo_service_manager', 812 'mojo_service_manager',
813 'mojo_shell_test_support', 813 'mojo_shell_test_support',
814 'mojo_system_impl', 814 'mojo_system_impl',
815 'mojo_view_manager_bindings', 815 'mojo_view_manager_bindings',
816 'mojo_view_manager_lib',
816 ], 817 ],
817 'sources': [ 818 'sources': [
818 'services/window_manager/window_manager_api_unittest.cc', 819 'services/window_manager/window_manager_api_unittest.cc',
819 'services/window_manager/window_manager_unittests.cc', 820 'services/window_manager/window_manager_unittests.cc',
820 ], 821 ],
821 'conditions': [ 822 'conditions': [
822 ['OS=="linux"', { 823 ['OS=="linux"', {
823 'dependencies': [ 824 'dependencies': [
824 '../third_party/mesa/mesa.gyp:osmesa', 825 '../third_party/mesa/mesa.gyp:osmesa',
825 'mojo_native_viewport_service', 826 'mojo_native_viewport_service',
(...skipping 25 matching lines...) Expand all
851 'mojo_system_impl', 852 'mojo_system_impl',
852 ], 853 ],
853 'sources': [ 854 'sources': [
854 'services/dbus_echo/dbus_echo_service.cc', 855 'services/dbus_echo/dbus_echo_service.cc',
855 ], 856 ],
856 }, 857 },
857 ], 858 ],
858 }], 859 }],
859 ], 860 ],
860 } 861 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698