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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1824 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1825 '../tools/json_schema_compiler/test/objects_unittest.cc', 1825 '../tools/json_schema_compiler/test/objects_unittest.cc',
1826 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1826 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1827 '../ui/views/test/desktop_test_views_delegate.cc', 1827 '../ui/views/test/desktop_test_views_delegate.cc',
1828 '../ui/views/test/desktop_test_views_delegate.h', 1828 '../ui/views/test/desktop_test_views_delegate.h',
1829 '../ui/views/test/test_views_delegate.cc', 1829 '../ui/views/test/test_views_delegate.cc',
1830 '../ui/views/test/test_views_delegate.h', 1830 '../ui/views/test/test_views_delegate.h',
1831 '../ui/views/test/views_test_base.cc', 1831 '../ui/views/test/views_test_base.cc',
1832 '../ui/views/test/views_test_base.h', 1832 '../ui/views/test/views_test_base.h',
1833 '../ui/webui/resources/js/cr.js', 1833 '../ui/webui/resources/js/cr.js',
1834 '../webkit/blob/mock_blob_url_request_context.cc', 1834 '../webkit/browser/blob/mock_blob_url_request_context.cc',
1835 '../webkit/blob/mock_blob_url_request_context.h', 1835 '../webkit/browser/blob/mock_blob_url_request_context.h',
1836 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', 1836 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc',
1837 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', 1837 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc',
1838 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', 1838 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc',
1839 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', 1839 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h',
1840 '../webkit/quota/mock_storage_client.cc', 1840 '../webkit/quota/mock_storage_client.cc',
1841 '../webkit/quota/mock_storage_client.h', 1841 '../webkit/quota/mock_storage_client.h',
1842 ], 1842 ],
1843 'conditions': [ 1843 'conditions': [
1844 ['OS!="ios"', { 1844 ['OS!="ios"', {
1845 'dependencies': [ 1845 'dependencies': [
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2542 # more details. 2542 # more details.
2543 'DebugInformationFormat': '3', 2543 'DebugInformationFormat': '3',
2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2545 }, 2545 },
2546 }, 2546 },
2547 }, 2547 },
2548 ], 2548 ],
2549 }], 2549 }],
2550 ], # 'conditions' 2550 ], # 'conditions'
2551 } 2551 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_file_sync_service.cc ('k') | content/browser/fileapi/chrome_blob_storage_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698