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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1208963003: Move GN obj files to target-specific dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 5 years, 5 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/common_extension_api_unittest.cc » ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'browser/sync_file_system/mock_remote_file_sync_service.h', 840 'browser/sync_file_system/mock_remote_file_sync_service.h',
841 'browser/sync_file_system/subtree_set_unittest.cc', 841 'browser/sync_file_system/subtree_set_unittest.cc',
842 'browser/sync_file_system/sync_file_system_service_unittest.cc', 842 'browser/sync_file_system/sync_file_system_service_unittest.cc',
843 'browser/sync_file_system/sync_file_system_test_util.cc', 843 'browser/sync_file_system/sync_file_system_test_util.cc',
844 'browser/sync_file_system/sync_file_system_test_util.h', 844 'browser/sync_file_system/sync_file_system_test_util.h',
845 'browser/sync_file_system/sync_process_runner_unittest.cc', 845 'browser/sync_file_system/sync_process_runner_unittest.cc',
846 'browser/sync_file_system/syncable_file_system_util_unittest.cc', 846 'browser/sync_file_system/syncable_file_system_util_unittest.cc',
847 'browser/web_applications/web_app_mac_unittest.mm', 847 'browser/web_applications/web_app_mac_unittest.mm',
848 'browser/web_applications/web_app_unittest.cc', 848 'browser/web_applications/web_app_unittest.cc',
849 'common/extensions/api/commands/commands_manifest_unittest.cc', 849 'common/extensions/api/commands/commands_manifest_unittest.cc',
850 'common/extensions/api/common_extension_api_unittest.cc',
850 'common/extensions/api/extension_action/browser_action_manifest_unittest.c c', 851 'common/extensions/api/extension_action/browser_action_manifest_unittest.c c',
851 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', 852 'common/extensions/api/extension_action/page_action_manifest_unittest.cc',
852 'common/extensions/api/extension_api_unittest.cc',
853 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc ', 853 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc ',
854 'common/extensions/chrome_extensions_client_unittest.cc', 854 'common/extensions/chrome_extensions_client_unittest.cc',
855 'common/extensions/command_unittest.cc', 855 'common/extensions/command_unittest.cc',
856 'common/extensions/extension_icon_set_unittest.cc', 856 'common/extensions/extension_icon_set_unittest.cc',
857 'common/extensions/extension_unittest.cc', 857 'common/extensions/extension_unittest.cc',
858 'common/extensions/feature_switch_unittest.cc', 858 'common/extensions/feature_switch_unittest.cc',
859 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', 859 'common/extensions/features/chrome_channel_feature_filter_unittest.cc',
860 'common/extensions/manifest_handlers/automation_unittest.cc', 860 'common/extensions/manifest_handlers/automation_unittest.cc',
861 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc' , 861 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc' ,
862 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc' , 862 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc' ,
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 'browser/chromeos/drive/local_file_reader_unittest.cc', 1187 'browser/chromeos/drive/local_file_reader_unittest.cc',
1188 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc', 1188 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc',
1189 'browser/chromeos/drive/resource_entry_conversion_unittest.cc', 1189 'browser/chromeos/drive/resource_entry_conversion_unittest.cc',
1190 'browser/chromeos/drive/resource_metadata_storage_unittest.cc', 1190 'browser/chromeos/drive/resource_metadata_storage_unittest.cc',
1191 'browser/chromeos/drive/resource_metadata_unittest.cc', 1191 'browser/chromeos/drive/resource_metadata_unittest.cc',
1192 'browser/chromeos/drive/search_metadata_unittest.cc', 1192 'browser/chromeos/drive/search_metadata_unittest.cc',
1193 'browser/chromeos/drive/sync/entry_revert_performer_unittest.cc', 1193 'browser/chromeos/drive/sync/entry_revert_performer_unittest.cc',
1194 'browser/chromeos/drive/sync/entry_update_performer_unittest.cc', 1194 'browser/chromeos/drive/sync/entry_update_performer_unittest.cc',
1195 'browser/chromeos/drive/sync/remove_performer_unittest.cc', 1195 'browser/chromeos/drive/sync/remove_performer_unittest.cc',
1196 'browser/chromeos/drive/sync_client_unittest.cc', 1196 'browser/chromeos/drive/sync_client_unittest.cc',
1197 'browser/chromeos/drive/test_util.cc', 1197 'browser/chromeos/drive/drive_test_util.cc',
1198 'browser/chromeos/drive/test_util.h', 1198 'browser/chromeos/drive/drive_test_util.h',
1199 'browser/chromeos/drive/write_on_cache_file_unittest.cc', 1199 'browser/chromeos/drive/write_on_cache_file_unittest.cc',
1200 'browser/chromeos/events/event_rewriter_unittest.cc', 1200 'browser/chromeos/events/event_rewriter_unittest.cc',
1201 'browser/chromeos/events/keyboard_driven_event_rewriter_unittest.cc', 1201 'browser/chromeos/events/keyboard_driven_event_rewriter_unittest.cc',
1202 'browser/chromeos/extensions/default_app_order_unittest.cc', 1202 'browser/chromeos/extensions/default_app_order_unittest.cc',
1203 'browser/chromeos/extensions/device_local_account_external_policy_loader_u nittest.cc', 1203 'browser/chromeos/extensions/device_local_account_external_policy_loader_u nittest.cc',
1204 'browser/chromeos/extensions/device_local_account_management_policy_provid er_unittest.cc', 1204 'browser/chromeos/extensions/device_local_account_management_policy_provid er_unittest.cc',
1205 'browser/chromeos/extensions/external_cache_unittest.cc', 1205 'browser/chromeos/extensions/external_cache_unittest.cc',
1206 'browser/chromeos/extensions/file_manager/device_event_router_unittest.cc' , 1206 'browser/chromeos/extensions/file_manager/device_event_router_unittest.cc' ,
1207 'browser/chromeos/extensions/file_manager/job_event_router_unittest.cc', 1207 'browser/chromeos/extensions/file_manager/job_event_router_unittest.cc',
1208 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc', 1208 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc',
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'dependencies': [ 2888 'dependencies': [
2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2890 ], 2890 ],
2891 }], 2891 }],
2892 ], 2892 ],
2893 }, 2893 },
2894 ], 2894 ],
2895 }], 2895 }],
2896 ], # 'conditions' 2896 ], # 'conditions'
2897 } 2897 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/common_extension_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698