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

Side by Side Diff: content/content_tests.gypi

Issue 294043015: Move creation of MediaStream renders from MediaStreamImpl to MediaStreamRenderFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win build. Created 6 years, 7 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 12 matching lines...) Expand all
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 '<(SHARED_INTERMEDIATE_DIR)', 26 '<(SHARED_INTERMEDIATE_DIR)',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'public/test/layouttest_support.h', 29 'public/test/layouttest_support.h',
30 'public/test/nested_message_pump_android.cc', 30 'public/test/nested_message_pump_android.cc',
31 'public/test/nested_message_pump_android.h', 31 'public/test/nested_message_pump_android.h',
32 'test/layouttest_support.cc', 32 'test/layouttest_support.cc',
33 'test/test_media_stream_client.cc',
34 'test/test_media_stream_client.h',
35 'test/test_video_frame_provider.cc',
36 'test/test_video_frame_provider.h',
37 ], 33 ],
38 }], 34 }],
39 ], 35 ],
40 }, 36 },
41 { 37 {
42 'target_name': 'test_support_content', 38 'target_name': 'test_support_content',
43 'type': 'static_library', 39 'type': 'static_library',
44 'dependencies': [ 40 'dependencies': [
45 '../net/net.gyp:net_test_support', 41 '../net/net.gyp:net_test_support',
46 '../skia/skia.gyp:skia', 42 '../skia/skia.gyp:skia',
(...skipping 1785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1828 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1833 }, 1829 },
1834 ], 1830 ],
1835 }], 1831 }],
1836 ], 1832 ],
1837 }, 1833 },
1838 ], 1834 ],
1839 }], 1835 }],
1840 ], 1836 ],
1841 } 1837 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698