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

Side by Side Diff: content/content_tests.gypi

Issue 28483002: Remove fileapi::FileSystemFileUtil dependency from chrome/ syncfs code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc ('k') | no next file » | 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) 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'test/web_layer_tree_view_impl_for_testing.cc', 164 'test/web_layer_tree_view_impl_for_testing.cc',
165 'test/web_layer_tree_view_impl_for_testing.h', 165 'test/web_layer_tree_view_impl_for_testing.h',
166 'test/webkit_support.cc', 166 'test/webkit_support.cc',
167 'test/webkit_support.h', 167 'test/webkit_support.h',
168 'test/webkit_support_glue.cc', 168 'test/webkit_support_glue.cc',
169 'test/weburl_loader_mock.cc', 169 'test/weburl_loader_mock.cc',
170 'test/weburl_loader_mock.h', 170 'test/weburl_loader_mock.h',
171 'test/weburl_loader_mock_factory.cc', 171 'test/weburl_loader_mock_factory.cc',
172 'test/weburl_loader_mock_factory.h', 172 'test/weburl_loader_mock_factory.h',
173 173
174 # TODO(phajdan.jr): Those files should be moved to webkit 174 # TODO(kinuko): Those files should be moved to content/public/test.
175 # test support target.
176 '../webkit/browser/appcache/appcache_test_helper.cc', 175 '../webkit/browser/appcache/appcache_test_helper.cc',
177 '../webkit/browser/appcache/appcache_test_helper.h', 176 '../webkit/browser/appcache/appcache_test_helper.h',
177 '../webkit/browser/fileapi/async_file_test_helper.cc',
178 '../webkit/browser/fileapi/async_file_test_helper.h',
178 ], 179 ],
179 'conditions': [ 180 'conditions': [
180 ['OS == "ios"', { 181 ['OS == "ios"', {
181 'sources/': [ 182 'sources/': [
182 # iOS only needs a small portion of content; exclude all the 183 # iOS only needs a small portion of content; exclude all the
183 # implementation, and re-include what is used. 184 # implementation, and re-include what is used.
184 ['exclude', '\\.(cc|mm)$'], 185 ['exclude', '\\.(cc|mm)$'],
185 ['include', '_ios\\.(cc|mm)$'], 186 ['include', '_ios\\.(cc|mm)$'],
186 ['include', '^public/test/content_test_suite_base\\.cc$'], 187 ['include', '^public/test/content_test_suite_base\\.cc$'],
187 ['include', '^public/test/mock_notification_observer\\.cc$'], 188 ['include', '^public/test/mock_notification_observer\\.cc$'],
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '../webkit/browser/appcache/mock_appcache_storage.h', 556 '../webkit/browser/appcache/mock_appcache_storage.h',
556 '../webkit/browser/appcache/mock_appcache_storage_unittest.cc', 557 '../webkit/browser/appcache/mock_appcache_storage_unittest.cc',
557 '../webkit/browser/blob/blob_storage_context_unittest.cc', 558 '../webkit/browser/blob/blob_storage_context_unittest.cc',
558 '../webkit/browser/blob/local_file_stream_reader_unittest.cc', 559 '../webkit/browser/blob/local_file_stream_reader_unittest.cc',
559 '../webkit/browser/blob/mock_blob_url_request_context.cc', 560 '../webkit/browser/blob/mock_blob_url_request_context.cc',
560 '../webkit/browser/blob/mock_blob_url_request_context.h', 561 '../webkit/browser/blob/mock_blob_url_request_context.h',
561 '../webkit/browser/database/database_quota_client_unittest.cc', 562 '../webkit/browser/database/database_quota_client_unittest.cc',
562 '../webkit/browser/database/database_tracker_unittest.cc', 563 '../webkit/browser/database/database_tracker_unittest.cc',
563 '../webkit/browser/database/database_util_unittest.cc', 564 '../webkit/browser/database/database_util_unittest.cc',
564 '../webkit/browser/database/databases_table_unittest.cc', 565 '../webkit/browser/database/databases_table_unittest.cc',
565 '../webkit/browser/fileapi/async_file_test_helper.cc',
566 '../webkit/browser/fileapi/async_file_test_helper.h',
567 '../webkit/browser/fileapi/external_mount_points_unittest.cc', 566 '../webkit/browser/fileapi/external_mount_points_unittest.cc',
568 '../webkit/browser/fileapi/file_system_url_unittest.cc', 567 '../webkit/browser/fileapi/file_system_url_unittest.cc',
569 '../webkit/browser/fileapi/file_system_usage_cache_unittest.cc', 568 '../webkit/browser/fileapi/file_system_usage_cache_unittest.cc',
570 '../webkit/browser/fileapi/isolated_context_unittest.cc', 569 '../webkit/browser/fileapi/isolated_context_unittest.cc',
571 '../webkit/browser/fileapi/local_file_stream_writer_unittest.cc', 570 '../webkit/browser/fileapi/local_file_stream_writer_unittest.cc',
572 '../webkit/browser/fileapi/mock_file_change_observer.cc', 571 '../webkit/browser/fileapi/mock_file_change_observer.cc',
573 '../webkit/browser/fileapi/mock_file_change_observer.h', 572 '../webkit/browser/fileapi/mock_file_change_observer.h',
574 '../webkit/browser/fileapi/native_file_util_unittest.cc', 573 '../webkit/browser/fileapi/native_file_util_unittest.cc',
575 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', 574 '../webkit/browser/fileapi/sandbox_database_test_helper.cc',
576 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 575 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1504 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1506 }, 1505 },
1507 ], 1506 ],
1508 }], 1507 }],
1509 ], 1508 ],
1510 }, 1509 },
1511 ], 1510 ],
1512 }], 1511 }],
1513 ], 1512 ],
1514 } 1513 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698