OLD | NEW |
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 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1258 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
1259 'browser/webdata/keyword_table_unittest.cc', | 1259 'browser/webdata/keyword_table_unittest.cc', |
1260 'common/chrome_paths_unittest.cc', | 1260 'common/chrome_paths_unittest.cc', |
1261 'common/chrome_content_client_unittest.cc', | 1261 'common/chrome_content_client_unittest.cc', |
1262 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1262 'common/cloud_print/cloud_print_helpers_unittest.cc', |
1263 'common/crash_keys_unittest.cc', | 1263 'common/crash_keys_unittest.cc', |
1264 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1264 'common/extensions/api/commands/commands_manifest_unittest.cc', |
1265 'common/extensions/api/extension_action/browser_action_manifest_unittest.c
c', | 1265 'common/extensions/api/extension_action/browser_action_manifest_unittest.c
c', |
1266 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', | 1266 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', |
1267 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest
_unittest.cc', | 1267 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest
_unittest.cc', |
1268 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', | |
1269 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
', | 1268 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
', |
1270 'common/extensions/command_unittest.cc', | 1269 'common/extensions/command_unittest.cc', |
1271 'common/extensions/extension_file_util_unittest.cc', | 1270 'common/extensions/extension_file_util_unittest.cc', |
1272 'common/extensions/extension_icon_set_unittest.cc', | 1271 'common/extensions/extension_icon_set_unittest.cc', |
1273 'common/extensions/extension_unittest.cc', | 1272 'common/extensions/extension_unittest.cc', |
1274 'common/extensions/feature_switch_unittest.cc', | 1273 'common/extensions/feature_switch_unittest.cc', |
1275 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', | 1274 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', |
1276 'common/extensions/manifest_handlers/automation_unittest.cc', | 1275 'common/extensions/manifest_handlers/automation_unittest.cc', |
1277 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc'
, | 1276 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc'
, |
1278 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc'
, | 1277 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc'
, |
(...skipping 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2924 'dependencies': [ | 2923 'dependencies': [ |
2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2926 ], | 2925 ], |
2927 }], | 2926 }], |
2928 ], | 2927 ], |
2929 }, | 2928 }, |
2930 ], | 2929 ], |
2931 }], | 2930 }], |
2932 ], # 'conditions' | 2931 ], # 'conditions' |
2933 } | 2932 } |
OLD | NEW |