Index: mojo/mojo_examples.gypi |
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi |
index 5b08b55ca4f063a16195f6302ba886c1e88c508b..83da35ec6e445d688786a23aa1970fc9b4de4587 100644 |
--- a/mojo/mojo_examples.gypi |
+++ b/mojo/mojo_examples.gypi |
@@ -96,6 +96,8 @@ |
'type': 'shared_library', |
'dependencies': [ |
'../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 +108,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', |
], |
}, |