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

Unified Diff: mojo/mojo_services.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/mojo_examples.gypi ('k') | mojo/services/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 26298a445b7dc91c48c2efc3fa9f83ef945a9e55..04342c4e9eb995ee08ab148a72361f6fcd6c7cf7 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -19,6 +19,50 @@
],
},
{
+ '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': [
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
+ 'services/html_viewer/blink_input_events_type_converters.cc',
+ 'services/html_viewer/blink_input_events_type_converters.h',
+ 'services/html_viewer/blink_platform_impl.cc',
+ 'services/html_viewer/blink_platform_impl.h',
+ 'services/html_viewer/html_viewer.cc',
+ 'services/html_viewer/html_document_view.cc',
+ 'services/html_viewer/html_document_view.h',
+ 'services/html_viewer/webmimeregistry_impl.cc',
+ 'services/html_viewer/webmimeregistry_impl.h',
+ 'services/html_viewer/webstoragenamespace_impl.cc',
+ 'services/html_viewer/webstoragenamespace_impl.h',
+ 'services/html_viewer/webthemeengine_impl.cc',
+ 'services/html_viewer/webthemeengine_impl.h',
+ 'services/html_viewer/webthread_impl.cc',
+ 'services/html_viewer/webthread_impl.h',
+ 'services/html_viewer/weburlloader_impl.cc',
+ 'services/html_viewer/weburlloader_impl.h',
+ ],
+ },
+ {
'target_name': 'mojo_input_events_lib',
'type': '<(component)',
'defines': [
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698