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

Side by Side Diff: webkit/dom_storage/webkit_dom_storage.gypi

Issue 15990007: Move dom_storage to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'webkit_dom_storage_sources': [
8 '../dom_storage/dom_storage_area.cc',
9 '../dom_storage/dom_storage_area.h',
10 '../dom_storage/dom_storage_cached_area.cc',
11 '../dom_storage/dom_storage_cached_area.h',
12 '../dom_storage/dom_storage_context.cc',
13 '../dom_storage/dom_storage_context.h',
14 '../dom_storage/dom_storage_database.cc',
15 '../dom_storage/dom_storage_database.h',
16 '../dom_storage/dom_storage_database_adapter.h',
17 '../dom_storage/dom_storage_host.cc',
18 '../dom_storage/dom_storage_host.h',
19 '../dom_storage/dom_storage_map.cc',
20 '../dom_storage/dom_storage_map.h',
21 '../dom_storage/dom_storage_namespace.cc',
22 '../dom_storage/dom_storage_namespace.h',
23 '../dom_storage/dom_storage_proxy.h',
24 '../dom_storage/dom_storage_session.cc',
25 '../dom_storage/dom_storage_session.h',
26 '../dom_storage/dom_storage_task_runner.cc',
27 '../dom_storage/dom_storage_task_runner.h',
28 '../dom_storage/dom_storage_types.cc',
29 '../dom_storage/dom_storage_types.h',
30 '../dom_storage/local_storage_database_adapter.cc',
31 '../dom_storage/local_storage_database_adapter.h',
32 '../dom_storage/session_storage_database.cc',
33 '../dom_storage/session_storage_database.h',
34 '../dom_storage/session_storage_database_adapter.cc',
35 '../dom_storage/session_storage_database_adapter.h',
36 ],
37 },
38 }
OLDNEW
« no previous file with comments | « webkit/dom_storage/session_storage_database_unittest.cc ('k') | webkit/renderer/dom_storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698