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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 9429029: Integrate the new DomStorage backend into DRT and test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | webkit/tools/test_shell/simple_dom_storage_system.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'webkit_support', 11 'target_name': 'webkit_support',
12 'type': 'static_library', 12 'type': 'static_library',
13 'variables': { 'enable_wexit_time_destructors': 1, }, 13 'variables': { 'enable_wexit_time_destructors': 1, },
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/media/media.gyp:media', 16 '<(DEPTH)/media/media.gyp:media',
17 '<(DEPTH)/net/net.gyp:net', 17 '<(DEPTH)/net/net.gyp:net',
18 '<(DEPTH)/skia/skia.gyp:skia', 18 '<(DEPTH)/skia/skia.gyp:skia',
19 '<(DEPTH)/testing/gtest.gyp:gtest', 19 '<(DEPTH)/testing/gtest.gyp:gtest',
20 '<(DEPTH)/ui/ui.gyp:ui', 20 '<(DEPTH)/ui/ui.gyp:ui',
21 'appcache', 21 'appcache',
22 'blob', 22 'blob',
23 'database', 23 'database',
24 'dom_storage',
24 'fileapi', 25 'fileapi',
25 'glue', 26 'glue',
26 'webkit_gpu', 27 'webkit_gpu',
27 'webkit_media', 28 'webkit_media',
28 'webkit_support_common', 29 'webkit_support_common',
29 'webkit_user_agent', 30 'webkit_user_agent',
30 ], 31 ],
31 'include_dirs': [ 32 'include_dirs': [
32 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 33 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
33 ], 34 ],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '<(DEPTH)/base/base.gyp:base', 99 '<(DEPTH)/base/base.gyp:base',
99 ], 100 ],
100 'sources': [ 101 'sources': [
101 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', 102 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h',
102 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', 103 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m',
103 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', 104 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc',
104 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', 105 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h',
105 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', 106 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc',
106 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', 107 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h',
107 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc', 108 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc',
109 '<(DEPTH)/webkit/tools/test_shell/simple_dom_storage_system.cc',
110 '<(DEPTH)/webkit/tools/test_shell/simple_dom_storage_system.h',
108 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.cc', 111 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.cc',
109 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.h', 112 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.h',
110 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.cc', 113 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.cc',
111 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.h', 114 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.h',
112 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc', 115 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc',
113 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h', 116 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h',
114 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', 117 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc',
115 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', 118 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h',
116 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 119 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
117 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 120 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 '<(DEPTH)', 154 '<(DEPTH)',
152 ], 155 ],
153 'conditions': [ 156 'conditions': [
154 ['OS=="android"', { 157 ['OS=="android"', {
155 'toolsets': ['target', 'host'], 158 'toolsets': ['target', 'host'],
156 }], 159 }],
157 ], 160 ],
158 }, 161 },
159 ], 162 ],
160 } 163 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | webkit/tools/test_shell/simple_dom_storage_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698