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', |
], |
}, |