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

Side by Side Diff: content/content_tests.gypi

Issue 251903006: Attempt 2 to enable async data: URL loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix translation tests 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
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'browser/renderer_host/media/mock_media_observer.cc', 154 'browser/renderer_host/media/mock_media_observer.cc',
155 'browser/renderer_host/media/mock_media_observer.h', 155 'browser/renderer_host/media/mock_media_observer.h',
156 'gpu/gpu_idirect3d9_mock_win.cc', 156 'gpu/gpu_idirect3d9_mock_win.cc',
157 'gpu/gpu_idirect3d9_mock_win.h', 157 'gpu/gpu_idirect3d9_mock_win.h',
158 'test/appcache_test_helper.cc', 158 'test/appcache_test_helper.cc',
159 'test/appcache_test_helper.h', 159 'test/appcache_test_helper.h',
160 'test/content_browser_test_utils_internal.cc', 160 'test/content_browser_test_utils_internal.cc',
161 'test/content_browser_test_utils_internal.h', 161 'test/content_browser_test_utils_internal.h',
162 'test/content_test_suite.cc', 162 'test/content_test_suite.cc',
163 'test/content_test_suite.h', 163 'test/content_test_suite.h',
164 'test/frame_load_waiter.cc',
165 'test/frame_load_waiter.h',
164 'test/mock_google_streaming_server.cc', 166 'test/mock_google_streaming_server.cc',
165 'test/mock_google_streaming_server.h', 167 'test/mock_google_streaming_server.h',
166 'test/mock_keyboard.cc', 168 'test/mock_keyboard.cc',
167 'test/mock_keyboard.h', 169 'test/mock_keyboard.h',
168 'test/mock_keyboard_driver_win.cc', 170 'test/mock_keyboard_driver_win.cc',
169 'test/mock_keyboard_driver_win.h', 171 'test/mock_keyboard_driver_win.h',
170 'test/mock_render_process.cc', 172 'test/mock_render_process.cc',
171 'test/mock_render_process.h', 173 'test/mock_render_process.h',
172 'test/mock_webframeclient.h', 174 'test/mock_webframeclient.h',
173 'test/mock_weburlloader.cc', 175 'test/mock_weburlloader.cc',
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1820 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1819 }, 1821 },
1820 ], 1822 ],
1821 }], 1823 }],
1822 ], 1824 ],
1823 }, 1825 },
1824 ], 1826 ],
1825 }], 1827 }],
1826 ], 1828 ],
1827 } 1829 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698