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

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

Issue 17476002: delete webkit/support/simple_xxx's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 5 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') | 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 130 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.cc',
131 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h', 131 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h',
132 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h', 132 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h',
133 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m', 133 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m',
134 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc', 134 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc',
135 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h', 135 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h',
136 '<(DEPTH)/webkit/support/simple_appcache_system.cc',
137 '<(DEPTH)/webkit/support/simple_appcache_system.h',
138 '<(DEPTH)/webkit/support/simple_dom_storage_system.cc',
139 '<(DEPTH)/webkit/support/simple_dom_storage_system.h',
140 '<(DEPTH)/webkit/support/simple_file_system.cc',
141 '<(DEPTH)/webkit/support/simple_file_system.h',
142 '<(DEPTH)/webkit/support/simple_file_writer.cc',
143 '<(DEPTH)/webkit/support/simple_file_writer.h',
144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc',
145 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h',
146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc',
147 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h',
148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc',
149 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h',
150 '<(DEPTH)/webkit/support/test_shell_request_context.cc',
151 '<(DEPTH)/webkit/support/test_shell_request_context.h',
152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', 136 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc',
153 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', 137 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h',
154 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', 138 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc',
155 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', 139 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h',
156 'simple_database_system.cc',
157 'simple_database_system.h',
158 ], 140 ],
159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 141 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
160 'msvs_disabled_warnings': [ 4267, ], 142 'msvs_disabled_warnings': [ 4267, ],
161 }, 143 },
162 144
163 { 145 {
164 'target_name': 'webkit_support_gfx', 146 'target_name': 'webkit_support_gfx',
165 'type': 'static_library', 147 'type': 'static_library',
166 'variables': { 'enable_wexit_time_destructors': 1, }, 148 'variables': { 'enable_wexit_time_destructors': 1, },
167 'dependencies': [ 149 'dependencies': [
168 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 150 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
169 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 151 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
170 ], 152 ],
171 'sources': [ 153 'sources': [
172 'webkit_support_gfx.h', 154 'webkit_support_gfx.h',
173 'webkit_support_gfx.cc', 155 'webkit_support_gfx.cc',
174 ], 156 ],
175 'include_dirs': [ 157 'include_dirs': [
176 '<(DEPTH)', 158 '<(DEPTH)',
177 ], 159 ],
178 'conditions': [ 160 'conditions': [
179 ['OS=="android"', { 161 ['OS=="android"', {
180 'toolsets': ['target', 'host'], 162 'toolsets': ['target', 'host'],
181 }], 163 }],
182 ], 164 ],
183 }, 165 },
184 ], 166 ],
185 } 167 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698