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

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: snapshot 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
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 5b08b55ca4f063a16195f6302ba886c1e88c508b..b27b4c7f41807145c73986a7232f5fbedb8f6bbf 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -96,6 +96,7 @@
'type': 'shared_library',
'dependencies': [
'../skia/skia.gyp:skia',
+ '../third_party/WebKit/public/blink.gyp:blink',
'mojo_application',
'mojo_cpp_bindings',
'mojo_environment_chromium',
@@ -106,8 +107,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',
],
},

Powered by Google App Engine
This is Rietveld 408576698