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

Side by Side Diff: content/content_tests.gypi

Issue 293083002: Add a blob field to ServiceWorkerFetchResponse and read the blob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix merge conflict Created 6 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'browser/fileapi/file_system_url_unittest.cc', 443 'browser/fileapi/file_system_url_unittest.cc',
444 'browser/fileapi/file_system_usage_cache_unittest.cc', 444 'browser/fileapi/file_system_usage_cache_unittest.cc',
445 'browser/fileapi/file_writer_delegate_unittest.cc', 445 'browser/fileapi/file_writer_delegate_unittest.cc',
446 'browser/fileapi/fileapi_message_filter_unittest.cc', 446 'browser/fileapi/fileapi_message_filter_unittest.cc',
447 'browser/fileapi/isolated_context_unittest.cc', 447 'browser/fileapi/isolated_context_unittest.cc',
448 'browser/fileapi/local_file_stream_reader_unittest.cc', 448 'browser/fileapi/local_file_stream_reader_unittest.cc',
449 'browser/fileapi/local_file_stream_writer_unittest.cc', 449 'browser/fileapi/local_file_stream_writer_unittest.cc',
450 'browser/fileapi/local_file_util_unittest.cc', 450 'browser/fileapi/local_file_util_unittest.cc',
451 'browser/fileapi/mock_file_change_observer.cc', 451 'browser/fileapi/mock_file_change_observer.cc',
452 'browser/fileapi/mock_file_change_observer.h', 452 'browser/fileapi/mock_file_change_observer.h',
453 'browser/fileapi/mock_url_request_delegate.cc',
454 'browser/fileapi/mock_url_request_delegate.h',
453 'browser/fileapi/native_file_util_unittest.cc', 455 'browser/fileapi/native_file_util_unittest.cc',
454 'browser/fileapi/obfuscated_file_util_unittest.cc', 456 'browser/fileapi/obfuscated_file_util_unittest.cc',
455 'browser/fileapi/plugin_private_file_system_backend_unittest.cc', 457 'browser/fileapi/plugin_private_file_system_backend_unittest.cc',
456 'browser/fileapi/recursive_operation_delegate_unittest.cc', 458 'browser/fileapi/recursive_operation_delegate_unittest.cc',
457 'browser/fileapi/sandbox_database_test_helper.cc', 459 'browser/fileapi/sandbox_database_test_helper.cc',
458 'browser/fileapi/sandbox_database_test_helper.h', 460 'browser/fileapi/sandbox_database_test_helper.h',
459 'browser/fileapi/sandbox_directory_database_unittest.cc', 461 'browser/fileapi/sandbox_directory_database_unittest.cc',
460 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', 462 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc',
461 'browser/fileapi/sandbox_file_system_backend_unittest.cc', 463 'browser/fileapi/sandbox_file_system_backend_unittest.cc',
462 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc', 464 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc',
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1823 }, 1825 },
1824 ], 1826 ],
1825 }], 1827 }],
1826 ], 1828 ],
1827 }, 1829 },
1828 ], 1830 ],
1829 }], 1831 }],
1830 ], 1832 ],
1831 } 1833 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698