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

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: 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
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc', 143 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc',
144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h', 144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h',
145 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc', 145 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc',
146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h', 146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h',
147 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc', 147 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc',
148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h', 148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h',
149 '<(DEPTH)/webkit/support/test_shell_request_context.cc', 149 '<(DEPTH)/webkit/support/test_shell_request_context.cc',
150 '<(DEPTH)/webkit/support/test_shell_request_context.h', 150 '<(DEPTH)/webkit/support/test_shell_request_context.h',
151 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', 151 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc',
152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', 152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h',
153 '<(DEPTH)/webkit/support/test_shell_webmimeregistry_impl.cc',
154 '<(DEPTH)/webkit/support/test_shell_webmimeregistry_impl.h',
155 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', 153 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc',
156 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', 154 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h',
157 'simple_database_system.cc', 155 'simple_database_system.cc',
158 'simple_database_system.h', 156 'simple_database_system.h',
159 ], 157 ],
160 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 158 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
161 'msvs_disabled_warnings': [ 4267, ], 159 'msvs_disabled_warnings': [ 4267, ],
162 }, 160 },
163 161
164 { 162 {
(...skipping 12 matching lines...) Expand all
177 '<(DEPTH)', 175 '<(DEPTH)',
178 ], 176 ],
179 'conditions': [ 177 'conditions': [
180 ['OS=="android"', { 178 ['OS=="android"', {
181 'toolsets': ['target', 'host'], 179 'toolsets': ['target', 'host'],
182 }], 180 }],
183 ], 181 ],
184 }, 182 },
185 ], 183 ],
186 } 184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698