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

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

Issue 8887004: add components for integration test which will detect breakage of media pipeline with video captu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review and final Created 8 years, 11 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 26 matching lines...) Expand all
37 'UNIT_TEST' 37 'UNIT_TEST'
38 ], 38 ],
39 'sources': [ 39 'sources': [
40 'drt_application_mac.h', 40 'drt_application_mac.h',
41 'drt_application_mac.mm', 41 'drt_application_mac.mm',
42 'platform_support.h', 42 'platform_support.h',
43 'platform_support_android.cc', 43 'platform_support_android.cc',
44 'platform_support_linux.cc', 44 'platform_support_linux.cc',
45 'platform_support_mac.mm', 45 'platform_support_mac.mm',
46 'platform_support_win.cc', 46 'platform_support_win.cc',
47 'test_media_stream_client.cc',
48 'test_media_stream_client.h',
47 'test_webkit_platform_support.cc', 49 'test_webkit_platform_support.cc',
48 'test_webkit_platform_support.h', 50 'test_webkit_platform_support.h',
49 'test_webmessageportchannel.cc', 51 'test_webmessageportchannel.cc',
50 'test_webmessageportchannel.h', 52 'test_webmessageportchannel.h',
51 'test_webplugin_page_delegate.cc', 53 'test_webplugin_page_delegate.cc',
52 'test_webplugin_page_delegate.h', 54 'test_webplugin_page_delegate.h',
53 'webkit_support.cc', 55 'webkit_support.cc',
54 'webkit_support.h', 56 'webkit_support.h',
55 'webkit_support_glue.cc', 57 'webkit_support_glue.cc',
56 'weburl_loader_mock.cc', 58 'weburl_loader_mock.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '<(DEPTH)', 149 '<(DEPTH)',
148 ], 150 ],
149 'conditions': [ 151 'conditions': [
150 ['OS=="android"', { 152 ['OS=="android"', {
151 'toolsets': ['target', 'host'], 153 'toolsets': ['target', 'host'],
152 }], 154 }],
153 ], 155 ],
154 }, 156 },
155 ], 157 ],
156 } 158 }
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