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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15806012: Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) (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 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 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1823 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1824 '../ui/views/test/desktop_test_views_delegate.cc', 1824 '../ui/views/test/desktop_test_views_delegate.cc',
1825 '../ui/views/test/desktop_test_views_delegate.h', 1825 '../ui/views/test/desktop_test_views_delegate.h',
1826 '../ui/views/test/test_views_delegate.cc', 1826 '../ui/views/test/test_views_delegate.cc',
1827 '../ui/views/test/test_views_delegate.h', 1827 '../ui/views/test/test_views_delegate.h',
1828 '../ui/views/test/views_test_base.cc', 1828 '../ui/views/test/views_test_base.cc',
1829 '../ui/views/test/views_test_base.h', 1829 '../ui/views/test/views_test_base.h',
1830 '../ui/webui/resources/js/cr.js', 1830 '../ui/webui/resources/js/cr.js',
1831 '../webkit/blob/mock_blob_url_request_context.cc', 1831 '../webkit/blob/mock_blob_url_request_context.cc',
1832 '../webkit/blob/mock_blob_url_request_context.h', 1832 '../webkit/blob/mock_blob_url_request_context.h',
1833 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1833 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc',
1834 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1834 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc',
1835 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', 1835 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc',
1836 '../webkit/fileapi/syncable/mock_sync_status_observer.h', 1836 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h',
1837 '../webkit/quota/mock_storage_client.cc', 1837 '../webkit/quota/mock_storage_client.cc',
1838 '../webkit/quota/mock_storage_client.h', 1838 '../webkit/quota/mock_storage_client.h',
1839 ], 1839 ],
1840 'conditions': [ 1840 'conditions': [
1841 ['OS!="ios"', { 1841 ['OS!="ios"', {
1842 'dependencies': [ 1842 'dependencies': [
1843 'common/extensions/api/api.gyp:api', 1843 'common/extensions/api/api.gyp:api',
1844 '../components/component_resources.gyp:component_resources', 1844 '../components/component_resources.gyp:component_resources',
1845 '../device/device.gyp:device_bluetooth_mocks', 1845 '../device/device.gyp:device_bluetooth_mocks',
1846 '../gpu/gpu.gyp:gpu_unittest_utils', 1846 '../gpu/gpu.gyp:gpu_unittest_utils',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 # more details. 2539 # more details.
2540 'DebugInformationFormat': '3', 2540 'DebugInformationFormat': '3',
2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2542 }, 2542 },
2543 }, 2543 },
2544 }, 2544 },
2545 ], 2545 ],
2546 }], 2546 }],
2547 ], # 'conditions' 2547 ], # 'conditions'
2548 } 2548 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_test_util.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698