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

Unified Diff: mojo/mojo_examples.gypi

Issue 340453002: Mojo: HTML Viewer based on Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 6 years, 6 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/services/network/url_loader_impl.cc » ('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 5b08b55ca4f063a16195f6302ba886c1e88c508b..91ffd0d07fb89c7e087465881b9ab805f519876b 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -95,7 +95,10 @@
'target_name': 'mojo_html_viewer',
'type': 'shared_library',
'dependencies': [
+ '../net/net.gyp:net',
'../skia/skia.gyp:skia',
+ '../third_party/WebKit/public/blink.gyp:blink',
+ '../url/url.gyp:url_lib',
'mojo_application',
'mojo_cpp_bindings',
'mojo_environment_chromium',
@@ -106,8 +109,21 @@
'mojo_utility',
'mojo_view_manager_lib',
],
+ 'include_dirs': [
+ 'third_party/WebKit'
+ ],
'sources': [
+ '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/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',
],
},
« no previous file with comments | « mojo/examples/html_viewer/weburlloader_impl.cc ('k') | mojo/services/network/url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698