| 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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 'common/extensions/permissions/permission_set_unittest.cc', | 1318 'common/extensions/permissions/permission_set_unittest.cc', |
| 1319 'common/extensions/permissions/permissions_data_unittest.cc', | 1319 'common/extensions/permissions/permissions_data_unittest.cc', |
| 1320 'common/extensions/permissions/settings_override_permission_unittest.cc', | 1320 'common/extensions/permissions/settings_override_permission_unittest.cc', |
| 1321 'common/extensions/sync_type_unittest.cc', | 1321 'common/extensions/sync_type_unittest.cc', |
| 1322 'common/extensions/update_manifest_unittest.cc', | 1322 'common/extensions/update_manifest_unittest.cc', |
| 1323 'common/extensions/value_counter_unittest.cc', | 1323 'common/extensions/value_counter_unittest.cc', |
| 1324 'common/extensions/api/extension_api_unittest.cc', | 1324 'common/extensions/api/extension_api_unittest.cc', |
| 1325 'common/favicon/favicon_url_parser_unittest.cc', | 1325 'common/favicon/favicon_url_parser_unittest.cc', |
| 1326 'common/importer/firefox_importer_utils_unittest.cc', | 1326 'common/importer/firefox_importer_utils_unittest.cc', |
| 1327 'common/ini_parser_unittest.cc', | 1327 'common/ini_parser_unittest.cc', |
| 1328 'common/instant_types_unittest.cc', |
| 1328 'common/mac/cfbundle_blocker_unittest.mm', | 1329 'common/mac/cfbundle_blocker_unittest.mm', |
| 1329 'common/mac/mock_launchd.cc', | 1330 'common/mac/mock_launchd.cc', |
| 1330 'common/mac/mock_launchd.h', | 1331 'common/mac/mock_launchd.h', |
| 1331 'common/mac/objc_zombie_unittest.mm', | 1332 'common/mac/objc_zombie_unittest.mm', |
| 1332 'common/multi_process_lock_unittest.cc', | 1333 'common/multi_process_lock_unittest.cc', |
| 1333 'common/net/x509_certificate_model_unittest.cc', | 1334 'common/net/x509_certificate_model_unittest.cc', |
| 1334 'common/partial_circular_buffer_unittest.cc', | 1335 'common/partial_circular_buffer_unittest.cc', |
| 1335 'common/pepper_permission_util_unittest.cc', | 1336 'common/pepper_permission_util_unittest.cc', |
| 1336 'common/pref_names_util_unittest.cc', | 1337 'common/pref_names_util_unittest.cc', |
| 1337 'common/search_urls_unittest.cc', | 1338 'common/search_urls_unittest.cc', |
| (...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2920 'dependencies': [ | 2921 'dependencies': [ |
| 2921 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2922 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2922 ], | 2923 ], |
| 2923 }], | 2924 }], |
| 2924 ], | 2925 ], |
| 2925 }, | 2926 }, |
| 2926 ], | 2927 ], |
| 2927 }], | 2928 }], |
| 2928 ], # 'conditions' | 2929 ], # 'conditions' |
| 2929 } | 2930 } |
| OLD | NEW |