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

Side by Side Diff: mojo/mojo_services.gypi

Issue 503363004: Remove redundant echo.mojom, verify non-nullables in echo_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/BUILD.gn » ('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
9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library',
11 'sources': [
12 'services/dbus_echo/echo.mojom',
13 ],
14 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
15 'export_dependent_settings': [
16 'mojo_base.gyp:mojo_cpp_bindings',
17 ],
18 'dependencies': [
19 'mojo_base.gyp:mojo_cpp_bindings',
20 ],
21 },
22 {
23 'target_name': 'mojo_html_viewer', 8 'target_name': 'mojo_html_viewer',
24 'type': 'loadable_module', 9 'type': 'loadable_module',
25 'dependencies': [ 10 'dependencies': [
26 '../net/net.gyp:net', 11 '../net/net.gyp:net',
27 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
28 '../third_party/WebKit/public/blink.gyp:blink', 13 '../third_party/WebKit/public/blink.gyp:blink',
29 '../ui/native_theme/native_theme.gyp:native_theme', 14 '../ui/native_theme/native_theme.gyp:native_theme',
30 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
31 'mojo_base.gyp:mojo_common_lib', 16 'mojo_base.gyp:mojo_common_lib',
32 'mojo_base.gyp:mojo_cpp_bindings', 17 'mojo_base.gyp:mojo_cpp_bindings',
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 }], 860 }],
876 ['use_x11==1', { 861 ['use_x11==1', {
877 'dependencies': [ 862 'dependencies': [
878 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 863 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
879 ], 864 ],
880 }], 865 }],
881 ], 866 ],
882 }, 867 },
883 ], 868 ],
884 }], 869 }],
885 ['OS=="linux"', {
886 'targets': [
887 {
888 'target_name': 'mojo_dbus_echo_service',
889 'type': 'executable',
890 'dependencies': [
891 '../base/base.gyp:base',
892 '../build/linux/system.gyp:dbus',
893 '../dbus/dbus.gyp:dbus',
894 'mojo_base.gyp:mojo_common_lib',
895 'mojo_base.gyp:mojo_system_impl',
896 'mojo_base.gyp:mojo_application_chromium',
897 'mojo_dbus_service',
898 'mojo_echo_bindings',
899 ],
900 'sources': [
901 'services/dbus_echo/dbus_echo_service.cc',
902 ],
903 },
904 ],
905 }],
906 ], 870 ],
907 } 871 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698