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

Side by Side Diff: content/content_tests.gypi

Issue 10387200: Suppress pause-and-buffer behavior when the HTTP response won't satisfy future requests via cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: %zu is win-unfriendly; use %PRIuS instead. Created 8 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
« no previous file with comments | « no previous file | net/http/http_response_headers.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'renderer/media/video_capture_impl_unittest.cc', 290 'renderer/media/video_capture_impl_unittest.cc',
291 'renderer/media/video_capture_message_filter_unittest.cc', 291 'renderer/media/video_capture_message_filter_unittest.cc',
292 'renderer/paint_aggregator_unittest.cc', 292 'renderer/paint_aggregator_unittest.cc',
293 'renderer/pepper/pepper_broker_impl_unittest.cc', 293 'renderer/pepper/pepper_broker_impl_unittest.cc',
294 'renderer/v8_value_converter_impl_unittest.cc', 294 'renderer/v8_value_converter_impl_unittest.cc',
295 'test/gpu/gpu_test_config_unittest.cc', 295 'test/gpu/gpu_test_config_unittest.cc',
296 'test/gpu/gpu_test_expectations_parser_unittest.cc', 296 'test/gpu/gpu_test_expectations_parser_unittest.cc',
297 'test/run_all_unittests.cc', 297 'test/run_all_unittests.cc',
298 '../webkit/media/buffered_data_source_unittest.cc', 298 '../webkit/media/buffered_data_source_unittest.cc',
299 '../webkit/media/buffered_resource_loader_unittest.cc', 299 '../webkit/media/buffered_resource_loader_unittest.cc',
300 '../webkit/media/cache_util_unittest.cc',
300 '../webkit/media/skcanvas_video_renderer_unittest.cc', 301 '../webkit/media/skcanvas_video_renderer_unittest.cc',
301 '../webkit/media/test_response_generator.cc', 302 '../webkit/media/test_response_generator.cc',
302 '../webkit/media/test_response_generator.h', 303 '../webkit/media/test_response_generator.h',
303 '../webkit/mocks/mock_weburlloader.cc', 304 '../webkit/mocks/mock_weburlloader.cc',
304 '../webkit/mocks/mock_weburlloader.h', 305 '../webkit/mocks/mock_weburlloader.h',
305 ], 306 ],
306 'conditions': [ 307 'conditions': [
307 ['enable_webrtc==1', { 308 ['enable_webrtc==1', {
308 'sources': [ 309 'sources': [
309 'renderer/media/media_stream_dispatcher_unittest.cc', 310 'renderer/media/media_stream_dispatcher_unittest.cc',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 '../testing/gtest.gyp:gtest', 532 '../testing/gtest.gyp:gtest',
532 ], 533 ],
533 'sources': [ 534 'sources': [
534 'common/gpu/media/h264_parser_unittest.cc', 535 'common/gpu/media/h264_parser_unittest.cc',
535 ], 536 ],
536 } 537 }
537 ], 538 ],
538 }], 539 }],
539 ], 540 ],
540 } 541 }
OLDNEW
« no previous file with comments | « no previous file | net/http/http_response_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698