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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12038055: Move visitedlink and auto_login_parser to component test target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename profile->context, add content_resources.pak on android Created 7 years, 11 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 | « build/android/pylib/gtest/test_package.py ('k') | components/components_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 '../webkit/blob/mock_blob_url_request_context.cc', 1642 '../webkit/blob/mock_blob_url_request_context.cc',
1643 '../webkit/blob/mock_blob_url_request_context.h', 1643 '../webkit/blob/mock_blob_url_request_context.h',
1644 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1644 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
1645 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1645 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
1646 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', 1646 '../webkit/fileapi/syncable/mock_sync_status_observer.cc',
1647 '../webkit/fileapi/syncable/mock_sync_status_observer.h', 1647 '../webkit/fileapi/syncable/mock_sync_status_observer.h',
1648 '../webkit/glue/web_intent_reply_data_unittest.cc', 1648 '../webkit/glue/web_intent_reply_data_unittest.cc',
1649 '../webkit/glue/web_intent_service_data_unittest.cc', 1649 '../webkit/glue/web_intent_service_data_unittest.cc',
1650 '../webkit/quota/mock_storage_client.cc', 1650 '../webkit/quota/mock_storage_client.cc',
1651 '../webkit/quota/mock_storage_client.h', 1651 '../webkit/quota/mock_storage_client.h',
1652
1653 # TODO(boliu): Move this to components_unittests target under
1654 # components/.
1655 '../components/auto_login_parser/auto_login_parser_unittest.cc',
1656 '../components/visitedlink/test/visitedlink_unittest.cc',
1657 ], 1652 ],
1658 'conditions': [ 1653 'conditions': [
1659 ['OS!="ios"', { 1654 ['OS!="ios"', {
1660 'dependencies': [ 1655 'dependencies': [
1661 'common/extensions/api/api.gyp:api', 1656 'common/extensions/api/api.gyp:api',
1662 '../device/device.gyp:device_bluetooth_mocks', 1657 '../device/device.gyp:device_bluetooth_mocks',
1663 '../gpu/gpu.gyp:gpu_unittest_utils', 1658 '../gpu/gpu.gyp:gpu_unittest_utils',
1664 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1659 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1665 '../third_party/cld/cld.gyp:cld', 1660 '../third_party/cld/cld.gyp:cld',
1666 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1661 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 # more details. 2351 # more details.
2357 'DebugInformationFormat': '3', 2352 'DebugInformationFormat': '3',
2358 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2353 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2359 }, 2354 },
2360 }, 2355 },
2361 }, 2356 },
2362 ], 2357 ],
2363 }], 2358 }],
2364 ], # 'conditions' 2359 ], # 'conditions'
2365 } 2360 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/test_package.py ('k') | components/components_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698