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

Side by Side Diff: content/content_tests.gypi

Issue 16327002: android: Implement single origin and CORS check for video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added tests. Created 7 years, 6 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
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 '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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '../webkit/dom_storage/dom_storage_map_unittest.cc', 478 '../webkit/dom_storage/dom_storage_map_unittest.cc',
479 '../webkit/dom_storage/session_storage_database_unittest.cc', 479 '../webkit/dom_storage/session_storage_database_unittest.cc',
480 '../webkit/glue/cpp_variant_unittest.cc', 480 '../webkit/glue/cpp_variant_unittest.cc',
481 '../webkit/glue/glue_serialize_unittest.cc', 481 '../webkit/glue/glue_serialize_unittest.cc',
482 '../webkit/glue/multipart_response_delegate_unittest.cc', 482 '../webkit/glue/multipart_response_delegate_unittest.cc',
483 '../webkit/glue/resource_request_body_unittest.cc', 483 '../webkit/glue/resource_request_body_unittest.cc',
484 '../webkit/glue/touch_fling_gesture_curve_unittest.cc', 484 '../webkit/glue/touch_fling_gesture_curve_unittest.cc',
485 '../webkit/glue/webcursor_unittest.cc', 485 '../webkit/glue/webcursor_unittest.cc',
486 '../webkit/glue/webkit_glue_unittest.cc', 486 '../webkit/glue/webkit_glue_unittest.cc',
487 '../webkit/glue/worker_task_runner_unittest.cc', 487 '../webkit/glue/worker_task_runner_unittest.cc',
488 '../webkit/media/android/media_info_loader_android_unittest.cc',
488 '../webkit/media/buffered_data_source_unittest.cc', 489 '../webkit/media/buffered_data_source_unittest.cc',
489 '../webkit/media/buffered_resource_loader_unittest.cc', 490 '../webkit/media/buffered_resource_loader_unittest.cc',
490 '../webkit/media/cache_util_unittest.cc', 491 '../webkit/media/cache_util_unittest.cc',
491 '../webkit/media/crypto/key_systems_unittest.cc', 492 '../webkit/media/crypto/key_systems_unittest.cc',
492 '../webkit/media/test_response_generator.cc', 493 '../webkit/media/test_response_generator.cc',
493 '../webkit/media/test_response_generator.h', 494 '../webkit/media/test_response_generator.h',
494 '../webkit/media/webaudiosourceprovider_impl_unittest.cc', 495 '../webkit/media/webaudiosourceprovider_impl_unittest.cc',
495 '../webkit/mocks/mock_weburlloader.cc', 496 '../webkit/mocks/mock_weburlloader.cc',
496 '../webkit/mocks/mock_weburlloader.h', 497 '../webkit/mocks/mock_weburlloader.h',
497 '../webkit/common/user_agent/user_agent_unittest.cc', 498 '../webkit/common/user_agent/user_agent_unittest.cc',
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'resource_dir': 'shell/android/shell_apk/res', 1164 'resource_dir': 'shell/android/shell_apk/res',
1164 'additional_src_dirs': ['public/android/javatests/',], 1165 'additional_src_dirs': ['public/android/javatests/',],
1165 'is_test_apk': 1, 1166 'is_test_apk': 1,
1166 }, 1167 },
1167 'includes': [ '../build/java_apk.gypi' ], 1168 'includes': [ '../build/java_apk.gypi' ],
1168 }, 1169 },
1169 ], 1170 ],
1170 }], 1171 }],
1171 ], 1172 ],
1172 } 1173 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/android/media_info_loader_android.h » ('j') | webkit/media/android/media_info_loader_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698