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

Side by Side Diff: content/content_tests.gypi

Issue 11474037: Several updates to canPlayType() results for EME (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/media/crypto/key_systems.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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '../net/net.gyp:net_test_support', 241 '../net/net.gyp:net_test_support',
242 '../skia/skia.gyp:skia', 242 '../skia/skia.gyp:skia',
243 '../sql/sql.gyp:sql', 243 '../sql/sql.gyp:sql',
244 '../testing/gmock.gyp:gmock', 244 '../testing/gmock.gyp:gmock',
245 '../testing/gtest.gyp:gtest', 245 '../testing/gtest.gyp:gtest',
246 '../ui/ui.gyp:ui', 246 '../ui/ui.gyp:ui',
247 '../webkit/support/webkit_support.gyp:user_agent', 247 '../webkit/support/webkit_support.gyp:user_agent',
248 ], 248 ],
249 'include_dirs': [ 249 'include_dirs': [
250 '..', 250 '..',
251 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
251 ], 252 ],
252 'sources': [ 253 'sources': [
253 'browser/accessibility/browser_accessibility_mac_unittest.mm', 254 'browser/accessibility/browser_accessibility_mac_unittest.mm',
254 'browser/accessibility/browser_accessibility_manager_unittest.cc', 255 'browser/accessibility/browser_accessibility_manager_unittest.cc',
255 'browser/accessibility/browser_accessibility_win_unittest.cc', 256 'browser/accessibility/browser_accessibility_win_unittest.cc',
256 'browser/appcache/chrome_appcache_service_unittest.cc', 257 'browser/appcache/chrome_appcache_service_unittest.cc',
257 'browser/browser_thread_unittest.cc', 258 'browser/browser_thread_unittest.cc',
258 'browser/browser_url_handler_impl_unittest.cc', 259 'browser/browser_url_handler_impl_unittest.cc',
259 'browser/child_process_security_policy_unittest.cc', 260 'browser/child_process_security_policy_unittest.cc',
260 'browser/debugger/devtools_http_handler_unittest.cc', 261 'browser/debugger/devtools_http_handler_unittest.cc',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc', 449 '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc',
449 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', 450 '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
450 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', 451 '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
451 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc', 452 '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
452 '../webkit/fileapi/test_file_set.cc', 453 '../webkit/fileapi/test_file_set.cc',
453 '../webkit/fileapi/test_file_set.h', 454 '../webkit/fileapi/test_file_set.h',
454 '../webkit/fileapi/webfilewriter_base_unittest.cc', 455 '../webkit/fileapi/webfilewriter_base_unittest.cc',
455 '../webkit/media/buffered_data_source_unittest.cc', 456 '../webkit/media/buffered_data_source_unittest.cc',
456 '../webkit/media/buffered_resource_loader_unittest.cc', 457 '../webkit/media/buffered_resource_loader_unittest.cc',
457 '../webkit/media/cache_util_unittest.cc', 458 '../webkit/media/cache_util_unittest.cc',
459 '../webkit/media/crypto/key_systems_unittest.cc',
458 '../webkit/media/crypto/proxy_decryptor_unittest.cc', 460 '../webkit/media/crypto/proxy_decryptor_unittest.cc',
459 '../webkit/media/test_response_generator.cc', 461 '../webkit/media/test_response_generator.cc',
460 '../webkit/media/test_response_generator.h', 462 '../webkit/media/test_response_generator.h',
461 '../webkit/mocks/mock_weburlloader.cc', 463 '../webkit/mocks/mock_weburlloader.cc',
462 '../webkit/mocks/mock_weburlloader.h', 464 '../webkit/mocks/mock_weburlloader.h',
463 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 465 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
464 '../webkit/plugins/npapi/plugin_list_unittest.cc', 466 '../webkit/plugins/npapi/plugin_list_unittest.cc',
465 '../webkit/plugins/npapi/plugin_utils_unittest.cc', 467 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
466 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 468 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
467 '../webkit/quota/mock_quota_manager.cc', 469 '../webkit/quota/mock_quota_manager.cc',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'resource_dir': '../res', 950 'resource_dir': '../res',
949 'additional_src_dirs': ['../content/public/android/javatests/'], 951 'additional_src_dirs': ['../content/public/android/javatests/'],
950 'is_test_apk': 1, 952 'is_test_apk': 1,
951 }, 953 },
952 'includes': [ '../build/java_apk.gypi' ], 954 'includes': [ '../build/java_apk.gypi' ],
953 }, 955 },
954 ], 956 ],
955 }], 957 }],
956 ], 958 ],
957 } 959 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/crypto/key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698