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

Side by Side Diff: content/content_tests.gypi

Issue 809223006: Check temporary zoom status when sending zoom level in navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indents, add test comments. Created 5 years, 10 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/browser/loader/async_resource_handler.cc ('k') | no next file » | 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'browser/download/download_browsertest.cc', 202 'browser/download/download_browsertest.cc',
203 'browser/download/drag_download_file_browsertest.cc', 203 'browser/download/drag_download_file_browsertest.cc',
204 'browser/download/mhtml_generation_browsertest.cc', 204 'browser/download/mhtml_generation_browsertest.cc',
205 'browser/download/save_package_browsertest.cc', 205 'browser/download/save_package_browsertest.cc',
206 'browser/fileapi/file_system_browsertest.cc', 206 'browser/fileapi/file_system_browsertest.cc',
207 'browser/frame_host/frame_tree_browsertest.cc', 207 'browser/frame_host/frame_tree_browsertest.cc',
208 'browser/frame_host/navigation_controller_impl_browsertest.cc', 208 'browser/frame_host/navigation_controller_impl_browsertest.cc',
209 'browser/frame_host/render_frame_host_impl_browsertest.cc', 209 'browser/frame_host/render_frame_host_impl_browsertest.cc',
210 'browser/frame_host/render_frame_host_manager_browsertest.cc', 210 'browser/frame_host/render_frame_host_manager_browsertest.cc',
211 'browser/gpu/gpu_ipc_browsertests.cc', 211 'browser/gpu/gpu_ipc_browsertests.cc',
212 'browser/host_zoom_map_impl_browsertest.cc',
212 'browser/indexed_db/indexed_db_browsertest.cc', 213 'browser/indexed_db/indexed_db_browsertest.cc',
213 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', 214 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
214 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', 215 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
215 'browser/loader/resource_dispatcher_host_browsertest.cc', 216 'browser/loader/resource_dispatcher_host_browsertest.cc',
216 'browser/manifest/manifest_browsertest.cc', 217 'browser/manifest/manifest_browsertest.cc',
217 'browser/media/encrypted_media_browsertest.cc', 218 'browser/media/encrypted_media_browsertest.cc',
218 'browser/media/media_browsertest.cc', 219 'browser/media/media_browsertest.cc',
219 'browser/media/media_browsertest.h', 220 'browser/media/media_browsertest.h',
220 'browser/media/media_canplaytype_browsertest.cc', 221 'browser/media/media_canplaytype_browsertest.cc',
221 'browser/media/media_source_browsertest.cc', 222 'browser/media/media_source_browsertest.cc',
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2139 }, 2140 },
2140 ], 2141 ],
2141 }], 2142 }],
2142 ], 2143 ],
2143 }, 2144 },
2144 ], 2145 ],
2145 }], 2146 }],
2146 ], 2147 ],
2147 } 2148 }
OLDNEW
« no previous file with comments | « content/browser/loader/async_resource_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698