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

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

Issue 12181010: Make TestWebIDBFactory allocate a separate WebIDBFactory per thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'platform_support_android.cc', 47 'platform_support_android.cc',
48 'platform_support_linux.cc', 48 'platform_support_linux.cc',
49 'platform_support_mac.mm', 49 'platform_support_mac.mm',
50 'platform_support_win.cc', 50 'platform_support_win.cc',
51 'test_media_stream_client.cc', 51 'test_media_stream_client.cc',
52 'test_media_stream_client.h', 52 'test_media_stream_client.h',
53 'test_stream_texture_factory_android.cc', 53 'test_stream_texture_factory_android.cc',
54 'test_stream_texture_factory_android.h', 54 'test_stream_texture_factory_android.h',
55 'test_webkit_platform_support.cc', 55 'test_webkit_platform_support.cc',
56 'test_webkit_platform_support.h', 56 'test_webkit_platform_support.h',
57 'test_webidbfactory.cc',
58 'test_webidbfactory.h',
57 'test_webmessageportchannel.cc', 59 'test_webmessageportchannel.cc',
58 'test_webmessageportchannel.h', 60 'test_webmessageportchannel.h',
59 'test_webplugin_page_delegate.cc', 61 'test_webplugin_page_delegate.cc',
60 'test_webplugin_page_delegate.h', 62 'test_webplugin_page_delegate.h',
61 'webkit_support.cc', 63 'webkit_support.cc',
62 'webkit_support.h', 64 'webkit_support.h',
63 'webkit_support_glue.cc', 65 'webkit_support_glue.cc',
64 'weburl_loader_mock.cc', 66 'weburl_loader_mock.cc',
65 'weburl_loader_mock.h', 67 'weburl_loader_mock.h',
66 'weburl_loader_mock_factory.cc', 68 'weburl_loader_mock_factory.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 '<(DEPTH)', 167 '<(DEPTH)',
166 ], 168 ],
167 'conditions': [ 169 'conditions': [
168 ['OS=="android"', { 170 ['OS=="android"', {
169 'toolsets': ['target', 'host'], 171 'toolsets': ['target', 'host'],
170 }], 172 }],
171 ], 173 ],
172 }, 174 },
173 ], 175 ],
174 } 176 }
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