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

Side by Side Diff: content/content_tests.gypi

Issue 10636036: Enable renderer side mixing behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove new mixer address != old mixer address test. Created 8 years, 5 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 | « content/content_renderer.gypi ('k') | content/public/common/content_switches.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) 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'common/sandbox_mac_unittest_helper.mm', 319 'common/sandbox_mac_unittest_helper.mm',
320 'common/sandbox_mac_system_access_unittest.mm', 320 'common/sandbox_mac_system_access_unittest.mm',
321 'gpu/gpu_info_collector_unittest.cc', 321 'gpu/gpu_info_collector_unittest.cc',
322 'gpu/gpu_info_collector_unittest_win.cc', 322 'gpu/gpu_info_collector_unittest_win.cc',
323 'renderer/active_notification_tracker_unittest.cc', 323 'renderer/active_notification_tracker_unittest.cc',
324 'renderer/android/email_detector_unittest.cc', 324 'renderer/android/email_detector_unittest.cc',
325 'renderer/android/phone_number_detector_unittest.cc', 325 'renderer/android/phone_number_detector_unittest.cc',
326 'renderer/gpu/input_event_filter_unittest.cc', 326 'renderer/gpu/input_event_filter_unittest.cc',
327 'renderer/media/audio_device_unittest.cc', 327 'renderer/media/audio_device_unittest.cc',
328 'renderer/media/audio_message_filter_unittest.cc', 328 'renderer/media/audio_message_filter_unittest.cc',
329 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
329 'renderer/media/capture_video_decoder_unittest.cc', 330 'renderer/media/capture_video_decoder_unittest.cc',
330 'renderer/media/video_capture_impl_unittest.cc', 331 'renderer/media/video_capture_impl_unittest.cc',
331 'renderer/media/video_capture_message_filter_unittest.cc', 332 'renderer/media/video_capture_message_filter_unittest.cc',
332 'renderer/paint_aggregator_unittest.cc', 333 'renderer/paint_aggregator_unittest.cc',
333 'renderer/pepper/pepper_broker_impl_unittest.cc', 334 'renderer/pepper/pepper_broker_impl_unittest.cc',
334 'renderer/v8_value_converter_impl_unittest.cc', 335 'renderer/v8_value_converter_impl_unittest.cc',
335 'test/gpu/gpu_test_config_unittest.cc', 336 'test/gpu/gpu_test_config_unittest.cc',
336 'test/gpu/gpu_test_expectations_parser_unittest.cc', 337 'test/gpu/gpu_test_expectations_parser_unittest.cc',
337 'test/run_all_unittests.cc', 338 'test/run_all_unittests.cc',
338 '../webkit/appcache/manifest_parser_unittest.cc', 339 '../webkit/appcache/manifest_parser_unittest.cc',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 684 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
684 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 685 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
685 ], 686 ],
686 }, 687 },
687 'includes': [ '../build/apk_test.gypi' ], 688 'includes': [ '../build/apk_test.gypi' ],
688 }, 689 },
689 ], 690 ],
690 }], 691 }],
691 ], 692 ],
692 } 693 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698