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

Side by Side Diff: content/content_tests.gypi

Issue 807423003: Remove CompositorUtilTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/gpu/compositor_util_browsertest.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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 'browser/devtools/protocol/devtools_protocol_browsertest.cc', 1237 'browser/devtools/protocol/devtools_protocol_browsertest.cc',
1238 'browser/dom_storage/dom_storage_browsertest.cc', 1238 'browser/dom_storage/dom_storage_browsertest.cc',
1239 'browser/download/download_browsertest.cc', 1239 'browser/download/download_browsertest.cc',
1240 'browser/download/drag_download_file_browsertest.cc', 1240 'browser/download/drag_download_file_browsertest.cc',
1241 'browser/download/mhtml_generation_browsertest.cc', 1241 'browser/download/mhtml_generation_browsertest.cc',
1242 'browser/download/save_package_browsertest.cc', 1242 'browser/download/save_package_browsertest.cc',
1243 'browser/fileapi/file_system_browsertest.cc', 1243 'browser/fileapi/file_system_browsertest.cc',
1244 'browser/frame_host/frame_tree_browsertest.cc', 1244 'browser/frame_host/frame_tree_browsertest.cc',
1245 'browser/frame_host/render_frame_host_manager_browsertest.cc', 1245 'browser/frame_host/render_frame_host_manager_browsertest.cc',
1246 'browser/frame_host/navigation_controller_impl_browsertest.cc', 1246 'browser/frame_host/navigation_controller_impl_browsertest.cc',
1247 'browser/gpu/compositor_util_browsertest.cc',
1248 'browser/gpu/gpu_ipc_browsertests.cc', 1247 'browser/gpu/gpu_ipc_browsertests.cc',
1249 'browser/indexed_db/indexed_db_browsertest.cc', 1248 'browser/indexed_db/indexed_db_browsertest.cc',
1250 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', 1249 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
1251 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', 1250 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
1252 'browser/loader/resource_dispatcher_host_browsertest.cc', 1251 'browser/loader/resource_dispatcher_host_browsertest.cc',
1253 'browser/manifest/manifest_browsertest.cc', 1252 'browser/manifest/manifest_browsertest.cc',
1254 'browser/media/encrypted_media_browsertest.cc', 1253 'browser/media/encrypted_media_browsertest.cc',
1255 'browser/media/media_browsertest.cc', 1254 'browser/media/media_browsertest.cc',
1256 'browser/media/media_browsertest.h', 1255 'browser/media/media_browsertest.h',
1257 'browser/media/media_canplaytype_browsertest.cc', 1256 'browser/media/media_canplaytype_browsertest.cc',
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2065 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2067 }, 2066 },
2068 ], 2067 ],
2069 }], 2068 }],
2070 ], 2069 ],
2071 }, 2070 },
2072 ], 2071 ],
2073 }], 2072 }],
2074 ], 2073 ],
2075 } 2074 }
OLDNEW
« no previous file with comments | « content/browser/gpu/compositor_util_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698