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

Side by Side Diff: content/content_tests.gypi

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn compilation. Created 4 years, 8 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'test/mock_permission_manager.cc', 129 'test/mock_permission_manager.cc',
130 'test/mock_permission_manager.h', 130 'test/mock_permission_manager.h',
131 'test/mock_render_process.cc', 131 'test/mock_render_process.cc',
132 'test/mock_render_process.h', 132 'test/mock_render_process.h',
133 'test/mock_ssl_host_state_delegate.cc', 133 'test/mock_ssl_host_state_delegate.cc',
134 'test/mock_ssl_host_state_delegate.h', 134 'test/mock_ssl_host_state_delegate.h',
135 'test/mock_webblob_registry_impl.cc', 135 'test/mock_webblob_registry_impl.cc',
136 'test/mock_webblob_registry_impl.h', 136 'test/mock_webblob_registry_impl.h',
137 'test/mock_webclipboard_impl.cc', 137 'test/mock_webclipboard_impl.cc',
138 'test/mock_webclipboard_impl.h', 138 'test/mock_webclipboard_impl.h',
139 'test/mock_webframeclient.cc',
139 'test/mock_webframeclient.h', 140 'test/mock_webframeclient.h',
140 'test/mock_weburlloader.cc', 141 'test/mock_weburlloader.cc',
141 'test/mock_weburlloader.h', 142 'test/mock_weburlloader.h',
142 'test/net/url_request_abort_on_end_job.cc', 143 'test/net/url_request_abort_on_end_job.cc',
143 'test/net/url_request_abort_on_end_job.h', 144 'test/net/url_request_abort_on_end_job.h',
144 'test/ppapi_unittest.cc', 145 'test/ppapi_unittest.cc',
145 'test/ppapi_unittest.h', 146 'test/ppapi_unittest.h',
146 'test/render_thread_impl_browser_test_ipc_helper.cc', 147 'test/render_thread_impl_browser_test_ipc_helper.cc',
147 'test/render_thread_impl_browser_test_ipc_helper.h', 148 'test/render_thread_impl_browser_test_ipc_helper.h',
148 'test/test_background_sync_context_impl.cc', 149 'test/test_background_sync_context_impl.cc',
(...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 'content_unittests_apk.isolate', 2217 'content_unittests_apk.isolate',
2217 ], 2218 ],
2218 }, 2219 },
2219 ], 2220 ],
2220 }, 2221 },
2221 ], 2222 ],
2222 ], 2223 ],
2223 }], 2224 }],
2224 ], 2225 ],
2225 } 2226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698