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

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: Better fix for BrowserPlugin tests from lazyboy@ 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'public/test/browser_test_base.h', 73 'public/test/browser_test_base.h',
74 'public/test/browser_test.h', 74 'public/test/browser_test.h',
75 'public/test/browser_test_utils.cc', 75 'public/test/browser_test_utils.cc',
76 'public/test/browser_test_utils.h', 76 'public/test/browser_test_utils.h',
77 'public/test/content_test_suite_base.cc', 77 'public/test/content_test_suite_base.cc',
78 'public/test/content_test_suite_base.h', 78 'public/test/content_test_suite_base.h',
79 'public/test/download_test_observer.cc', 79 'public/test/download_test_observer.cc',
80 'public/test/download_test_observer.h', 80 'public/test/download_test_observer.h',
81 'public/test/fake_speech_recognition_manager.cc', 81 'public/test/fake_speech_recognition_manager.cc',
82 'public/test/fake_speech_recognition_manager.h', 82 'public/test/fake_speech_recognition_manager.h',
83 'public/test/frame_load_waiter.cc',
84 'public/test/frame_load_waiter.h',
83 'public/test/mock_blob_url_request_context.cc', 85 'public/test/mock_blob_url_request_context.cc',
84 'public/test/mock_blob_url_request_context.h', 86 'public/test/mock_blob_url_request_context.h',
85 'public/test/mock_download_item.cc', 87 'public/test/mock_download_item.cc',
86 'public/test/mock_download_item.h', 88 'public/test/mock_download_item.h',
87 'public/test/mock_download_manager.cc', 89 'public/test/mock_download_manager.cc',
88 'public/test/mock_download_manager.h', 90 'public/test/mock_download_manager.h',
89 'public/test/mock_notification_observer.cc', 91 'public/test/mock_notification_observer.cc',
90 'public/test/mock_notification_observer.h', 92 'public/test/mock_notification_observer.h',
91 'public/test/mock_render_process_host.cc', 93 'public/test/mock_render_process_host.cc',
92 'public/test/mock_render_process_host.h', 94 'public/test/mock_render_process_host.h',
(...skipping 1736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1831 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1830 }, 1832 },
1831 ], 1833 ],
1832 }], 1834 }],
1833 ], 1835 ],
1834 }, 1836 },
1835 ], 1837 ],
1836 }], 1838 }],
1837 ], 1839 ],
1838 } 1840 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/frame_load_waiter.h » ('j') | content/public/test/frame_load_waiter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698