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

Side by Side Diff: mojo/mojo_services.gypi

Issue 489493004: Update view manager to support content handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah to the blizzah Created 6 years, 3 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_examples.gypi ('k') | mojo/public/cpp/application/interface_factory_impl.h » ('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 # GN version: //mojo/services/dbus_echo:bindings 8 # GN version: //mojo/services/dbus_echo:bindings
9 'target_name': 'mojo_echo_bindings', 9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 14 matching lines...) Expand all
25 'dependencies': [ 25 'dependencies': [
26 '../net/net.gyp:net', 26 '../net/net.gyp:net',
27 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../third_party/WebKit/public/blink.gyp:blink', 28 '../third_party/WebKit/public/blink.gyp:blink',
29 '../ui/native_theme/native_theme.gyp:native_theme', 29 '../ui/native_theme/native_theme.gyp:native_theme',
30 '../url/url.gyp:url_lib', 30 '../url/url.gyp:url_lib',
31 'mojo_base.gyp:mojo_common_lib', 31 'mojo_base.gyp:mojo_common_lib',
32 'mojo_base.gyp:mojo_cpp_bindings', 32 'mojo_base.gyp:mojo_cpp_bindings',
33 'mojo_base.gyp:mojo_utility', 33 'mojo_base.gyp:mojo_utility',
34 'mojo_base.gyp:mojo_application_chromium', 34 'mojo_base.gyp:mojo_application_chromium',
35 'mojo_content_handler_bindings',
35 'mojo_navigation_bindings', 36 'mojo_navigation_bindings',
36 'mojo_network_bindings', 37 'mojo_network_bindings',
37 'mojo_launcher_bindings', 38 'mojo_launcher_bindings',
38 'mojo_view_manager_lib', 39 'mojo_view_manager_lib',
39 '<(mojo_system_for_loadable_module)', 40 '<(mojo_system_for_loadable_module)',
40 ], 41 ],
41 'include_dirs': [ 42 'include_dirs': [
42 'third_party/WebKit' 43 'third_party/WebKit'
43 ], 44 ],
44 'sources': [ 45 'sources': [
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'mojo_echo_bindings', 896 'mojo_echo_bindings',
896 ], 897 ],
897 'sources': [ 898 'sources': [
898 'services/dbus_echo/dbus_echo_service.cc', 899 'services/dbus_echo/dbus_echo_service.cc',
899 ], 900 ],
900 }, 901 },
901 ], 902 ],
902 }], 903 }],
903 ], 904 ],
904 } 905 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/public/cpp/application/interface_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698