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

Side by Side Diff: content/content_tests.gypi

Issue 11234071: Moved SkCanvasVideoRenderer to media/filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added MEDIA_EXPORT. Created 8 years, 1 month 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
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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', 444 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
445 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', 445 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
446 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc', 446 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
447 '../webkit/fileapi/test_file_set.cc', 447 '../webkit/fileapi/test_file_set.cc',
448 '../webkit/fileapi/test_file_set.h', 448 '../webkit/fileapi/test_file_set.h',
449 '../webkit/fileapi/webfilewriter_base_unittest.cc', 449 '../webkit/fileapi/webfilewriter_base_unittest.cc',
450 '../webkit/media/buffered_data_source_unittest.cc', 450 '../webkit/media/buffered_data_source_unittest.cc',
451 '../webkit/media/buffered_resource_loader_unittest.cc', 451 '../webkit/media/buffered_resource_loader_unittest.cc',
452 '../webkit/media/cache_util_unittest.cc', 452 '../webkit/media/cache_util_unittest.cc',
453 '../webkit/media/crypto/proxy_decryptor_unittest.cc', 453 '../webkit/media/crypto/proxy_decryptor_unittest.cc',
454 '../webkit/media/skcanvas_video_renderer_unittest.cc',
455 '../webkit/media/test_response_generator.cc', 454 '../webkit/media/test_response_generator.cc',
456 '../webkit/media/test_response_generator.h', 455 '../webkit/media/test_response_generator.h',
457 '../webkit/mocks/mock_weburlloader.cc', 456 '../webkit/mocks/mock_weburlloader.cc',
458 '../webkit/mocks/mock_weburlloader.h', 457 '../webkit/mocks/mock_weburlloader.h',
459 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 458 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
460 '../webkit/plugins/npapi/plugin_list_unittest.cc', 459 '../webkit/plugins/npapi/plugin_list_unittest.cc',
461 '../webkit/plugins/npapi/plugin_utils_unittest.cc', 460 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
462 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 461 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
463 '../webkit/quota/mock_quota_manager.cc', 462 '../webkit/quota/mock_quota_manager.cc',
464 '../webkit/quota/mock_quota_manager.h', 463 '../webkit/quota/mock_quota_manager.h',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'java_in_dir': '../content/shell/android/javatests', 921 'java_in_dir': '../content/shell/android/javatests',
923 'resource_dir': '../res', 922 'resource_dir': '../res',
924 'additional_src_dirs': ['../content/public/android/javatests/'], 923 'additional_src_dirs': ['../content/public/android/javatests/'],
925 }, 924 },
926 'includes': [ '../build/java_apk.gypi' ], 925 'includes': [ '../build/java_apk.gypi' ],
927 }, 926 },
928 ], 927 ],
929 }], 928 }],
930 ], 929 ],
931 } 930 }
OLDNEW
« no previous file with comments | « build/android/gtest_filter/media_unittests_disabled ('k') | media/filters/skcanvas_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698