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

Side by Side Diff: content/content_tests.gypi

Issue 15624003: Validate image files before writing them to media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'test/test_render_view_host_factory.h', 132 'test/test_render_view_host_factory.h',
133 'test/test_web_contents.cc', 133 'test/test_web_contents.cc',
134 'test/test_web_contents.h', 134 'test/test_web_contents.h',
135 'test/test_web_contents_view.cc', 135 'test/test_web_contents_view.cc',
136 'test/test_web_contents_view.h', 136 'test/test_web_contents_view.h',
137 137
138 # TODO(phajdan.jr): Those files should be moved to webkit 138 # TODO(phajdan.jr): Those files should be moved to webkit
139 # test support target. 139 # test support target.
140 '../webkit/appcache/appcache_test_helper.cc', 140 '../webkit/appcache/appcache_test_helper.cc',
141 '../webkit/appcache/appcache_test_helper.h', 141 '../webkit/appcache/appcache_test_helper.h',
142 '../webkit/fileapi/async_file_test_helper.cc',
143 '../webkit/fileapi/async_file_test_helper.h',
142 ], 144 ],
143 'conditions': [ 145 'conditions': [
144 ['OS == "ios"', { 146 ['OS == "ios"', {
145 'sources/': [ 147 'sources/': [
146 # iOS only needs a small portion of content; exclude all the 148 # iOS only needs a small portion of content; exclude all the
147 # implementation, and re-include what is used. 149 # implementation, and re-include what is used.
148 ['exclude', '\\.(cc|mm)$'], 150 ['exclude', '\\.(cc|mm)$'],
149 ['include', '_ios\\.(cc|mm)$'], 151 ['include', '_ios\\.(cc|mm)$'],
150 ['include', '^public/test/content_test_suite_base\\.cc$'], 152 ['include', '^public/test/content_test_suite_base\\.cc$'],
151 ['include', '^public/test/mock_notification_observer\\.cc$'], 153 ['include', '^public/test/mock_notification_observer\\.cc$'],
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 '../webkit/database/database_quota_client_unittest.cc', 446 '../webkit/database/database_quota_client_unittest.cc',
445 '../webkit/database/databases_table_unittest.cc', 447 '../webkit/database/databases_table_unittest.cc',
446 '../webkit/database/database_tracker_unittest.cc', 448 '../webkit/database/database_tracker_unittest.cc',
447 '../webkit/database/database_util_unittest.cc', 449 '../webkit/database/database_util_unittest.cc',
448 '../webkit/dom_storage/dom_storage_area_unittest.cc', 450 '../webkit/dom_storage/dom_storage_area_unittest.cc',
449 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 451 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
450 '../webkit/dom_storage/dom_storage_context_unittest.cc', 452 '../webkit/dom_storage/dom_storage_context_unittest.cc',
451 '../webkit/dom_storage/dom_storage_database_unittest.cc', 453 '../webkit/dom_storage/dom_storage_database_unittest.cc',
452 '../webkit/dom_storage/dom_storage_map_unittest.cc', 454 '../webkit/dom_storage/dom_storage_map_unittest.cc',
453 '../webkit/dom_storage/session_storage_database_unittest.cc', 455 '../webkit/dom_storage/session_storage_database_unittest.cc',
454 '../webkit/fileapi/async_file_test_helper.cc',
455 '../webkit/fileapi/async_file_test_helper.h',
456 '../webkit/fileapi/copy_or_move_file_validator_unittest.cc', 456 '../webkit/fileapi/copy_or_move_file_validator_unittest.cc',
457 '../webkit/fileapi/external_mount_points_unittest.cc', 457 '../webkit/fileapi/external_mount_points_unittest.cc',
458 '../webkit/fileapi/file_system_context_unittest.cc', 458 '../webkit/fileapi/file_system_context_unittest.cc',
459 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 459 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
460 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', 460 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
461 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', 461 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc',
462 '../webkit/fileapi/file_system_quota_client_unittest.cc', 462 '../webkit/fileapi/file_system_quota_client_unittest.cc',
463 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 463 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
464 '../webkit/fileapi/file_system_url_unittest.cc', 464 '../webkit/fileapi/file_system_url_unittest.cc',
465 '../webkit/fileapi/file_system_usage_cache_unittest.cc', 465 '../webkit/fileapi/file_system_usage_cache_unittest.cc',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 'resource_dir': 'shell/android/shell_apk/res', 1116 'resource_dir': 'shell/android/shell_apk/res',
1117 'additional_src_dirs': ['public/android/javatests/',], 1117 'additional_src_dirs': ['public/android/javatests/',],
1118 'is_test_apk': 1, 1118 'is_test_apk': 1,
1119 }, 1119 },
1120 'includes': [ '../build/java_apk.gypi' ], 1120 'includes': [ '../build/java_apk.gypi' ],
1121 }, 1121 },
1122 ], 1122 ],
1123 }], 1123 }],
1124 ], 1124 ],
1125 } 1125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698