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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/html_viewer/weburlloader_impl.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 8e8cf0c750a51f75d07e0d76ed3c8378e6b0ca90..44055eecc40a347224f19c198dc982899d451cfb 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -92,50 +92,6 @@
'includes': [ 'build/package_app.gypi' ],
},
{
- 'target_name': 'mojo_html_viewer',
- 'type': 'loadable_module',
- 'dependencies': [
- '../net/net.gyp:net',
- '../skia/skia.gyp:skia',
- '../third_party/WebKit/public/blink.gyp:blink',
- '../ui/native_theme/native_theme.gyp:native_theme',
- '../url/url.gyp:url_lib',
- 'mojo_application',
- 'mojo_common_lib',
- 'mojo_cpp_bindings',
- 'mojo_environment_chromium',
- 'mojo_navigation_bindings',
- 'mojo_network_bindings',
- 'mojo_launcher_bindings',
- 'mojo_utility',
- 'mojo_view_manager_lib',
- '<(mojo_system_for_loadable_module)',
- ],
- 'include_dirs': [
- 'third_party/WebKit'
- ],
- 'sources': [
- 'examples/html_viewer/blink_input_events_type_converters.cc',
- 'examples/html_viewer/blink_input_events_type_converters.h',
- 'examples/html_viewer/blink_platform_impl.cc',
- 'examples/html_viewer/blink_platform_impl.h',
- 'examples/html_viewer/html_viewer.cc',
- 'examples/html_viewer/html_document_view.cc',
- 'examples/html_viewer/html_document_view.h',
- 'examples/html_viewer/webmimeregistry_impl.cc',
- 'examples/html_viewer/webmimeregistry_impl.h',
- 'examples/html_viewer/webstoragenamespace_impl.cc',
- 'examples/html_viewer/webstoragenamespace_impl.h',
- 'examples/html_viewer/webthemeengine_impl.cc',
- 'examples/html_viewer/webthemeengine_impl.h',
- 'examples/html_viewer/webthread_impl.cc',
- 'examples/html_viewer/webthread_impl.h',
- 'examples/html_viewer/weburlloader_impl.cc',
- 'examples/html_viewer/weburlloader_impl.h',
- 'public/cpp/application/lib/mojo_main_chromium.cc',
- ],
- },
- {
'target_name': 'mojo_media_viewer_bindings',
'type': 'static_library',
'sources': [
« 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