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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 'browser/ui/window_sizer/window_sizer_unittest.cc', 1426 'browser/ui/window_sizer/window_sizer_unittest.cc',
1427 'browser/ui/zoom/zoom_controller_unittest.cc', 1427 'browser/ui/zoom/zoom_controller_unittest.cc',
1428 'browser/chrome_to_mobile_service_unittest.cc', 1428 'browser/chrome_to_mobile_service_unittest.cc',
1429 'browser/user_style_sheet_watcher_unittest.cc', 1429 'browser/user_style_sheet_watcher_unittest.cc',
1430 'browser/value_store/leveldb_value_store_unittest.cc', 1430 'browser/value_store/leveldb_value_store_unittest.cc',
1431 'browser/value_store/testing_value_store_unittest.cc', 1431 'browser/value_store/testing_value_store_unittest.cc',
1432 'browser/value_store/value_store_change_unittest.cc', 1432 'browser/value_store/value_store_change_unittest.cc',
1433 'browser/value_store/value_store_frontend_unittest.cc', 1433 'browser/value_store/value_store_frontend_unittest.cc',
1434 'browser/value_store/value_store_unittest.cc', 1434 'browser/value_store/value_store_unittest.cc',
1435 'browser/value_store/value_store_unittest.h', 1435 'browser/value_store/value_store_unittest.h',
1436 'browser/visitedlink/visitedlink_unittest.cc',
1437 'browser/web_applications/web_app_mac_unittest.mm', 1436 'browser/web_applications/web_app_mac_unittest.mm',
1438 'browser/web_applications/web_app_unittest.cc', 1437 'browser/web_applications/web_app_unittest.cc',
1439 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1438 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1440 'browser/web_resource/promo_resource_service_unittest.cc', 1439 'browser/web_resource/promo_resource_service_unittest.cc',
1441 'browser/webdata/autofill_entry_unittest.cc', 1440 'browser/webdata/autofill_entry_unittest.cc',
1442 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 1441 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
1443 'browser/webdata/autofill_table_unittest.cc', 1442 'browser/webdata/autofill_table_unittest.cc',
1444 'browser/webdata/keyword_table_unittest.cc', 1443 'browser/webdata/keyword_table_unittest.cc',
1445 'browser/webdata/token_service_table_unittest.cc', 1444 'browser/webdata/token_service_table_unittest.cc',
1446 'browser/webdata/web_apps_table_unittest.cc', 1445 'browser/webdata/web_apps_table_unittest.cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 '../webkit/blob/mock_blob_url_request_context.cc', 1643 '../webkit/blob/mock_blob_url_request_context.cc',
1645 '../webkit/blob/mock_blob_url_request_context.h', 1644 '../webkit/blob/mock_blob_url_request_context.h',
1646 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1645 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
1647 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1646 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
1648 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', 1647 '../webkit/fileapi/syncable/mock_sync_status_observer.cc',
1649 '../webkit/fileapi/syncable/mock_sync_status_observer.h', 1648 '../webkit/fileapi/syncable/mock_sync_status_observer.h',
1650 '../webkit/glue/web_intent_reply_data_unittest.cc', 1649 '../webkit/glue/web_intent_reply_data_unittest.cc',
1651 '../webkit/glue/web_intent_service_data_unittest.cc', 1650 '../webkit/glue/web_intent_service_data_unittest.cc',
1652 '../webkit/quota/mock_storage_client.cc', 1651 '../webkit/quota/mock_storage_client.cc',
1653 '../webkit/quota/mock_storage_client.h', 1652 '../webkit/quota/mock_storage_client.h',
1653
1654 # TODO(boliu): Move this to components_unittest target under
1655 # components/.
1656 '../components/visitedlink/test/visitedlink_unittest.cc',
1654 ], 1657 ],
1655 'conditions': [ 1658 'conditions': [
1656 ['OS!="ios"', { 1659 ['OS!="ios"', {
1657 'dependencies': [ 1660 'dependencies': [
1658 'common/extensions/api/api.gyp:api', 1661 'common/extensions/api/api.gyp:api',
1659 '../device/device.gyp:device_bluetooth_mocks', 1662 '../device/device.gyp:device_bluetooth_mocks',
1660 '../gpu/gpu.gyp:gpu_unittest_utils', 1663 '../gpu/gpu.gyp:gpu_unittest_utils',
1661 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1664 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1662 '../third_party/cld/cld.gyp:cld', 1665 '../third_party/cld/cld.gyp:cld',
1663 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1666 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
2328 'unit_tests.isolate', 2331 'unit_tests.isolate',
2329 ], 2332 ],
2330 'sources': [ 2333 'sources': [
2331 'unit_tests.isolate', 2334 'unit_tests.isolate',
2332 ], 2335 ],
2333 }, 2336 },
2334 ], 2337 ],
2335 }], 2338 }],
2336 ], # 'conditions' 2339 ], # 'conditions'
2337 } 2340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698