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

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

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | no next file » | 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 {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'webkit_support_gfx', 120 'webkit_support_gfx',
121 ], 121 ],
122 'export_dependent_settings': [ 122 'export_dependent_settings': [
123 '<(DEPTH)/base/base.gyp:base', 123 '<(DEPTH)/base/base.gyp:base',
124 ], 124 ],
125 'sources': [ 125 'sources': [
126 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc', 126 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc',
127 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h', 127 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h',
128 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc', 128 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc',
129 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h', 129 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h',
130 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.cc',
131 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h',
130 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', 132 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h',
131 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', 133 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m',
132 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', 134 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc',
133 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', 135 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h',
134 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', 136 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc',
135 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', 137 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h',
136 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc', 138 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc',
137 '<(DEPTH)/webkit/tools/test_shell/simple_dom_storage_system.cc', 139 '<(DEPTH)/webkit/tools/test_shell/simple_dom_storage_system.cc',
138 '<(DEPTH)/webkit/tools/test_shell/simple_dom_storage_system.h', 140 '<(DEPTH)/webkit/tools/test_shell/simple_dom_storage_system.h',
139 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.cc', 141 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.cc',
140 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.h', 142 '<(DEPTH)/webkit/tools/test_shell/simple_file_system.h',
141 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.cc', 143 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.cc',
142 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.h', 144 '<(DEPTH)/webkit/tools/test_shell/simple_file_writer.h',
143 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc', 145 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc',
144 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h', 146 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h',
145 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', 147 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc',
146 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', 148 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h',
147 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 149 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
148 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 150 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
149 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', 151 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc',
150 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', 152 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h',
151 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', 153 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc',
152 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', 154 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
153 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', 155 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
154 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', 156 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
155 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', 157 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc',
156 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', 158 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h',
157 '<(DEPTH)/webkit/mocks/test_media_stream_client.cc', 159 '<(DEPTH)/webkit/mocks/test_media_stream_client.cc',
158 '<(DEPTH)/webkit/mocks/test_media_stream_client.h', 160 '<(DEPTH)/webkit/mocks/test_media_stream_client.h',
159 '<(DEPTH)/webkit/quota/mock_special_storage_policy.cc',
160 '<(DEPTH)/webkit/quota/mock_special_storage_policy.h',
161 'simple_database_system.cc', 161 'simple_database_system.cc',
162 'simple_database_system.h', 162 'simple_database_system.h',
163 ], 163 ],
164 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 164 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
165 'msvs_disabled_warnings': [ 4267, ], 165 'msvs_disabled_warnings': [ 4267, ],
166 }, 166 },
167 167
168 { 168 {
169 'target_name': 'webkit_support_gfx', 169 'target_name': 'webkit_support_gfx',
170 'type': 'static_library', 170 'type': 'static_library',
(...skipping 10 matching lines...) Expand all
181 '<(DEPTH)', 181 '<(DEPTH)',
182 ], 182 ],
183 'conditions': [ 183 'conditions': [
184 ['OS=="android"', { 184 ['OS=="android"', {
185 'toolsets': ['target', 'host'], 185 'toolsets': ['target', 'host'],
186 }], 186 }],
187 ], 187 ],
188 }, 188 },
189 ], 189 ],
190 } 190 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698