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

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

Issue 12230054: 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'platform_support_android.cc', 49 'platform_support_android.cc',
50 'platform_support_linux.cc', 50 'platform_support_linux.cc',
51 'platform_support_mac.mm', 51 'platform_support_mac.mm',
52 'platform_support_win.cc', 52 'platform_support_win.cc',
53 'test_media_stream_client.cc', 53 'test_media_stream_client.cc',
54 'test_media_stream_client.h', 54 'test_media_stream_client.h',
55 'test_stream_texture_factory_android.cc', 55 'test_stream_texture_factory_android.cc',
56 'test_stream_texture_factory_android.h', 56 'test_stream_texture_factory_android.h',
57 'test_webkit_platform_support.cc', 57 'test_webkit_platform_support.cc',
58 'test_webkit_platform_support.h', 58 'test_webkit_platform_support.h',
59 'test_webidbfactory.cc',
60 'test_webidbfactory.h',
59 'test_webmessageportchannel.cc', 61 'test_webmessageportchannel.cc',
60 'test_webmessageportchannel.h', 62 'test_webmessageportchannel.h',
61 'test_webplugin_page_delegate.cc', 63 'test_webplugin_page_delegate.cc',
62 'test_webplugin_page_delegate.h', 64 'test_webplugin_page_delegate.h',
63 'webkit_support.cc', 65 'webkit_support.cc',
64 'webkit_support.h', 66 'webkit_support.h',
65 'webkit_support_glue.cc', 67 'webkit_support_glue.cc',
66 'weburl_loader_mock.cc', 68 'weburl_loader_mock.cc',
67 'weburl_loader_mock.h', 69 'weburl_loader_mock.h',
68 'weburl_loader_mock_factory.cc', 70 'weburl_loader_mock_factory.cc',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 '<(DEPTH)', 173 '<(DEPTH)',
172 ], 174 ],
173 'conditions': [ 175 'conditions': [
174 ['OS=="android"', { 176 ['OS=="android"', {
175 'toolsets': ['target', 'host'], 177 'toolsets': ['target', 'host'],
176 }], 178 }],
177 ], 179 ],
178 }, 180 },
179 ], 181 ],
180 } 182 }
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