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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 393983004: Move mojo/examples/html_viewer to mojo/services/html_viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nuke 'examples' namespace 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 | « mojo/examples/html_viewer/weburlloader_impl.cc ('k') | mojo/mojo_services.gypi » ('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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 ], 85 ],
86 }, 86 },
87 { 87 {
88 'target_name': 'package_mojo_wget', 88 'target_name': 'package_mojo_wget',
89 'variables': { 89 'variables': {
90 'app_name': 'mojo_wget', 90 'app_name': 'mojo_wget',
91 }, 91 },
92 'includes': [ 'build/package_app.gypi' ], 92 'includes': [ 'build/package_app.gypi' ],
93 }, 93 },
94 { 94 {
95 'target_name': 'mojo_html_viewer',
96 'type': 'loadable_module',
97 'dependencies': [
98 '../net/net.gyp:net',
99 '../skia/skia.gyp:skia',
100 '../third_party/WebKit/public/blink.gyp:blink',
101 '../ui/native_theme/native_theme.gyp:native_theme',
102 '../url/url.gyp:url_lib',
103 'mojo_application',
104 'mojo_common_lib',
105 'mojo_cpp_bindings',
106 'mojo_environment_chromium',
107 'mojo_navigation_bindings',
108 'mojo_network_bindings',
109 'mojo_launcher_bindings',
110 'mojo_utility',
111 'mojo_view_manager_lib',
112 '<(mojo_system_for_loadable_module)',
113 ],
114 'include_dirs': [
115 'third_party/WebKit'
116 ],
117 'sources': [
118 'examples/html_viewer/blink_input_events_type_converters.cc',
119 'examples/html_viewer/blink_input_events_type_converters.h',
120 'examples/html_viewer/blink_platform_impl.cc',
121 'examples/html_viewer/blink_platform_impl.h',
122 'examples/html_viewer/html_viewer.cc',
123 'examples/html_viewer/html_document_view.cc',
124 'examples/html_viewer/html_document_view.h',
125 'examples/html_viewer/webmimeregistry_impl.cc',
126 'examples/html_viewer/webmimeregistry_impl.h',
127 'examples/html_viewer/webstoragenamespace_impl.cc',
128 'examples/html_viewer/webstoragenamespace_impl.h',
129 'examples/html_viewer/webthemeengine_impl.cc',
130 'examples/html_viewer/webthemeengine_impl.h',
131 'examples/html_viewer/webthread_impl.cc',
132 'examples/html_viewer/webthread_impl.h',
133 'examples/html_viewer/weburlloader_impl.cc',
134 'examples/html_viewer/weburlloader_impl.h',
135 'public/cpp/application/lib/mojo_main_chromium.cc',
136 ],
137 },
138 {
139 'target_name': 'mojo_media_viewer_bindings', 95 'target_name': 'mojo_media_viewer_bindings',
140 'type': 'static_library', 96 'type': 'static_library',
141 'sources': [ 97 'sources': [
142 'examples/media_viewer/media_viewer.mojom', 98 'examples/media_viewer/media_viewer.mojom',
143 ], 99 ],
144 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 100 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
145 'export_dependent_settings': [ 101 'export_dependent_settings': [
146 'mojo_cpp_bindings', 102 'mojo_cpp_bindings',
147 ], 103 ],
148 'dependencies': [ 104 'dependencies': [
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 ], 612 ],
657 'sources': [ 613 'sources': [
658 'examples/dbus_echo/dbus_echo_app.cc', 614 'examples/dbus_echo/dbus_echo_app.cc',
659 'public/cpp/application/lib/mojo_main_standalone.cc', 615 'public/cpp/application/lib/mojo_main_standalone.cc',
660 ], 616 ],
661 }, 617 },
662 ], 618 ],
663 }], 619 }],
664 ], 620 ],
665 } 621 }
OLDNEW
« no previous file with comments | « mojo/examples/html_viewer/weburlloader_impl.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698