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

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: Address comments and rebase 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 '../webkit/database/database_quota_client_unittest.cc', 463 '../webkit/database/database_quota_client_unittest.cc',
462 '../webkit/database/databases_table_unittest.cc', 464 '../webkit/database/databases_table_unittest.cc',
463 '../webkit/database/database_tracker_unittest.cc', 465 '../webkit/database/database_tracker_unittest.cc',
464 '../webkit/database/database_util_unittest.cc', 466 '../webkit/database/database_util_unittest.cc',
465 '../webkit/dom_storage/dom_storage_area_unittest.cc', 467 '../webkit/dom_storage/dom_storage_area_unittest.cc',
466 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 468 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
467 '../webkit/dom_storage/dom_storage_context_unittest.cc', 469 '../webkit/dom_storage/dom_storage_context_unittest.cc',
468 '../webkit/dom_storage/dom_storage_database_unittest.cc', 470 '../webkit/dom_storage/dom_storage_database_unittest.cc',
469 '../webkit/dom_storage/dom_storage_map_unittest.cc', 471 '../webkit/dom_storage/dom_storage_map_unittest.cc',
470 '../webkit/dom_storage/session_storage_database_unittest.cc', 472 '../webkit/dom_storage/session_storage_database_unittest.cc',
471 '../webkit/fileapi/async_file_test_helper.cc', 473 '../webkit/fileapi/copy_or_move_file_validator_unittest.cc',
Lei Zhang 2013/05/24 22:50:44 file doesn't exist?
vandebo (ex-Chrome) 2013/05/29 06:09:15 Done.
472 '../webkit/fileapi/async_file_test_helper.h',
473 '../webkit/fileapi/external_mount_points_unittest.cc', 474 '../webkit/fileapi/external_mount_points_unittest.cc',
474 '../webkit/fileapi/file_system_context_unittest.cc', 475 '../webkit/fileapi/file_system_context_unittest.cc',
475 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', 476 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
476 '../webkit/fileapi/file_system_url_unittest.cc', 477 '../webkit/fileapi/file_system_url_unittest.cc',
477 '../webkit/fileapi/file_system_util_unittest.cc', 478 '../webkit/fileapi/file_system_util_unittest.cc',
478 '../webkit/fileapi/file_writer_delegate_unittest.cc', 479 '../webkit/fileapi/file_writer_delegate_unittest.cc',
479 '../webkit/fileapi/isolated_context_unittest.cc', 480 '../webkit/fileapi/isolated_context_unittest.cc',
480 '../webkit/fileapi/local_file_stream_writer_unittest.cc', 481 '../webkit/fileapi/local_file_stream_writer_unittest.cc',
481 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc', 482 '../webkit/fileapi/local_file_system_cross_operation_unittest.cc',
482 '../webkit/fileapi/local_file_system_operation_unittest.cc', 483 '../webkit/fileapi/local_file_system_operation_unittest.cc',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'resource_dir': 'shell/android/shell_apk/res', 1118 'resource_dir': 'shell/android/shell_apk/res',
1118 'additional_src_dirs': ['public/android/javatests/',], 1119 'additional_src_dirs': ['public/android/javatests/',],
1119 'is_test_apk': 1, 1120 'is_test_apk': 1,
1120 }, 1121 },
1121 'includes': [ '../build/java_apk.gypi' ], 1122 'includes': [ '../build/java_apk.gypi' ],
1122 }, 1123 },
1123 ], 1124 ],
1124 }], 1125 }],
1125 ], 1126 ],
1126 } 1127 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698