summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_examples.gypi
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-24 05:58:37 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-24 05:58:37 +0000
commit2969ccbbb576db28d67d8a4f71ce7871d72573ba (patch)
treee4841cd5ed2c89addd6131a6072b0bc04f865141 /mojo/mojo_examples.gypi
parent069e30471d08a784774723a87a277e2aac6ae006 (diff)
downloadchromium_src-2969ccbbb576db28d67d8a4f71ce7871d72573ba.zip
chromium_src-2969ccbbb576db28d67d8a4f71ce7871d72573ba.tar.gz
chromium_src-2969ccbbb576db28d67d8a4f71ce7871d72573ba.tar.bz2
Mojo: Add dummy session storage implementation.
Review URL: https://codereview.chromium.org/349933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r--mojo/mojo_examples.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 254d5fa..16e10fa 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -120,6 +120,8 @@
'examples/html_viewer/html_document_view.h',
'examples/html_viewer/webmimeregistry_impl.cc',
'examples/html_viewer/webmimeregistry_impl.h',
+ 'examples/html_viewer/webstoragenamespace_impl.cc',
+ 'examples/html_viewer/webstoragenamespace_impl.h',
'examples/html_viewer/webthread_impl.cc',
'examples/html_viewer/webthread_impl.h',
'examples/html_viewer/weburlloader_impl.cc',