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

Side by Side Diff: content/content_tests.gypi

Issue 434833002: Add mock WebBlobRegistry to TestWebKitPlatformSupport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed feedback. Created 6 years, 4 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
« no previous file with comments | « content/child/webblobregistry_impl.h ('k') | content/test/mock_webblob_registry_impl.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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'test/frame_load_waiter.cc', 113 'test/frame_load_waiter.cc',
114 'test/frame_load_waiter.h', 114 'test/frame_load_waiter.h',
115 'test/mock_google_streaming_server.cc', 115 'test/mock_google_streaming_server.cc',
116 'test/mock_google_streaming_server.h', 116 'test/mock_google_streaming_server.h',
117 'test/mock_keyboard.cc', 117 'test/mock_keyboard.cc',
118 'test/mock_keyboard.h', 118 'test/mock_keyboard.h',
119 'test/mock_keyboard_driver_win.cc', 119 'test/mock_keyboard_driver_win.cc',
120 'test/mock_keyboard_driver_win.h', 120 'test/mock_keyboard_driver_win.h',
121 'test/mock_render_process.cc', 121 'test/mock_render_process.cc',
122 'test/mock_render_process.h', 122 'test/mock_render_process.h',
123 'test/mock_webblob_registry_impl.cc',
124 'test/mock_webblob_registry_impl.h',
123 'test/mock_webclipboard_impl.cc', 125 'test/mock_webclipboard_impl.cc',
124 'test/mock_webclipboard_impl.h', 126 'test/mock_webclipboard_impl.h',
125 'test/mock_webframeclient.h', 127 'test/mock_webframeclient.h',
126 'test/mock_weburlloader.cc', 128 'test/mock_weburlloader.cc',
127 'test/mock_weburlloader.h', 129 'test/mock_weburlloader.h',
128 'test/net/url_request_abort_on_end_job.cc', 130 'test/net/url_request_abort_on_end_job.cc',
129 'test/net/url_request_abort_on_end_job.h', 131 'test/net/url_request_abort_on_end_job.h',
130 'test/net/url_request_failed_job.cc', 132 'test/net/url_request_failed_job.cc',
131 'test/net/url_request_failed_job.h', 133 'test/net/url_request_failed_job.h',
132 'test/net/url_request_mock_http_job.cc', 134 'test/net/url_request_mock_http_job.cc',
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1866 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1865 }, 1867 },
1866 ], 1868 ],
1867 }], 1869 }],
1868 ], 1870 ],
1869 }, 1871 },
1870 ], 1872 ],
1871 }], 1873 }],
1872 ], 1874 ],
1873 } 1875 }
OLDNEW
« no previous file with comments | « content/child/webblobregistry_impl.h ('k') | content/test/mock_webblob_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698