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

Side by Side Diff: content/content_tests.gypi

Issue 18590002: Migrate MediaStream test code from content/shell/renderer/ to content/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | « content/content_shell.gypi ('k') | content/public/renderer/content_renderer_client.h » ('j') | 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) 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'test/net/url_request_prepackaged_interceptor.cc', 121 'test/net/url_request_prepackaged_interceptor.cc',
122 'test/net/url_request_prepackaged_interceptor.h', 122 'test/net/url_request_prepackaged_interceptor.h',
123 'test/net/url_request_slow_download_job.cc', 123 'test/net/url_request_slow_download_job.cc',
124 'test/net/url_request_slow_download_job.h', 124 'test/net/url_request_slow_download_job.h',
125 'test/net/url_request_abort_on_end_job.cc', 125 'test/net/url_request_abort_on_end_job.cc',
126 'test/net/url_request_abort_on_end_job.h', 126 'test/net/url_request_abort_on_end_job.h',
127 'test/test_content_browser_client.cc', 127 'test/test_content_browser_client.cc',
128 'test/test_content_browser_client.h', 128 'test/test_content_browser_client.h',
129 'test/test_content_client.cc', 129 'test/test_content_client.cc',
130 'test/test_content_client.h', 130 'test/test_content_client.h',
131 'test/test_media_stream_client.cc',
132 'test/test_media_stream_client.h',
131 'test/test_render_view_host_factory.cc', 133 'test/test_render_view_host_factory.cc',
132 'test/test_render_view_host_factory.h', 134 'test/test_render_view_host_factory.h',
135 'test/test_video_frame_provider.cc',
136 'test/test_video_frame_provider.h',
133 'test/test_web_contents.cc', 137 'test/test_web_contents.cc',
134 'test/test_web_contents.h', 138 'test/test_web_contents.h',
135 'test/test_web_contents_view.cc', 139 'test/test_web_contents_view.cc',
136 'test/test_web_contents_view.h', 140 'test/test_web_contents_view.h',
137 141
138 # TODO(phajdan.jr): Those files should be moved to webkit 142 # TODO(phajdan.jr): Those files should be moved to webkit
139 # test support target. 143 # test support target.
140 '../webkit/browser/appcache/appcache_test_helper.cc', 144 '../webkit/browser/appcache/appcache_test_helper.cc',
141 '../webkit/browser/appcache/appcache_test_helper.h', 145 '../webkit/browser/appcache/appcache_test_helper.h',
142 ], 146 ],
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 'resource_dir': 'shell/android/shell_apk/res', 1227 'resource_dir': 'shell/android/shell_apk/res',
1224 'additional_src_dirs': ['public/android/javatests/',], 1228 'additional_src_dirs': ['public/android/javatests/',],
1225 'is_test_apk': 1, 1229 'is_test_apk': 1,
1226 }, 1230 },
1227 'includes': [ '../build/java_apk.gypi' ], 1231 'includes': [ '../build/java_apk.gypi' ],
1228 }, 1232 },
1229 ], 1233 ],
1230 }], 1234 }],
1231 ], 1235 ],
1232 } 1236 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698