diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 19:44:04 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 19:44:04 +0000 |
commit | 4336d85f9061fa5dc30d2bfad537ae1d898338a8 (patch) | |
tree | 1d9559f0f7c0f31622a09581e7ea4428adc6a8ca /mojo/mojo_examples.gypi | |
parent | a5f1381df5298cece7fb7c2d3b446b7d5478b629 (diff) | |
download | chromium_src-4336d85f9061fa5dc30d2bfad537ae1d898338a8.zip chromium_src-4336d85f9061fa5dc30d2bfad537ae1d898338a8.tar.gz chromium_src-4336d85f9061fa5dc30d2bfad537ae1d898338a8.tar.bz2 |
Mojo: HTML Viewer based on Blink.
Review URL: https://codereview.chromium.org/340453002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index 0f8d3f9..254d5fa 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', ], }, |