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

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

Issue 17447011: Shuffle media-related WebMimeRegistry code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot some diffs 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/test_webkit_platform_support.h ('k') | webkit/tools/DEPS » ('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 {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc', 144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc',
145 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h', 145 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h',
146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc', 146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc',
147 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h', 147 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h',
148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc', 148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc',
149 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h', 149 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h',
150 '<(DEPTH)/webkit/support/test_shell_request_context.cc', 150 '<(DEPTH)/webkit/support/test_shell_request_context.cc',
151 '<(DEPTH)/webkit/support/test_shell_request_context.h', 151 '<(DEPTH)/webkit/support/test_shell_request_context.h',
152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', 152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc',
153 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', 153 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h',
154 '<(DEPTH)/webkit/support/test_shell_webmimeregistry_impl.cc',
155 '<(DEPTH)/webkit/support/test_shell_webmimeregistry_impl.h',
156 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', 154 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc',
157 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', 155 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h',
158 'simple_database_system.cc', 156 'simple_database_system.cc',
159 'simple_database_system.h', 157 'simple_database_system.h',
160 ], 158 ],
161 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
162 'msvs_disabled_warnings': [ 4267, ], 160 'msvs_disabled_warnings': [ 4267, ],
163 }, 161 },
164 162
165 { 163 {
(...skipping 12 matching lines...) Expand all
178 '<(DEPTH)', 176 '<(DEPTH)',
179 ], 177 ],
180 'conditions': [ 178 'conditions': [
181 ['OS=="android"', { 179 ['OS=="android"', {
182 'toolsets': ['target', 'host'], 180 'toolsets': ['target', 'host'],
183 }], 181 }],
184 ], 182 ],
185 }, 183 },
186 ], 184 ],
187 } 185 }
OLDNEW
« no previous file with comments | « webkit/support/test_webkit_platform_support.h ('k') | webkit/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698