| 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 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1316 'common/extensions/permissions/permission_set_unittest.cc', | 1316 'common/extensions/permissions/permission_set_unittest.cc', |
| 1317 'common/extensions/permissions/permissions_data_unittest.cc', | 1317 'common/extensions/permissions/permissions_data_unittest.cc', |
| 1318 'common/extensions/permissions/settings_override_permission_unittest.cc', | 1318 'common/extensions/permissions/settings_override_permission_unittest.cc', |
| 1319 'common/extensions/sync_type_unittest.cc', | 1319 'common/extensions/sync_type_unittest.cc', |
| 1320 'common/extensions/update_manifest_unittest.cc', | 1320 'common/extensions/update_manifest_unittest.cc', |
| 1321 'common/extensions/value_counter_unittest.cc', | 1321 'common/extensions/value_counter_unittest.cc', |
| 1322 'common/extensions/api/extension_api_unittest.cc', | 1322 'common/extensions/api/extension_api_unittest.cc', |
| 1323 'common/favicon/favicon_url_parser_unittest.cc', | 1323 'common/favicon/favicon_url_parser_unittest.cc', |
| 1324 'common/importer/firefox_importer_utils_unittest.cc', | 1324 'common/importer/firefox_importer_utils_unittest.cc', |
| 1325 'common/ini_parser_unittest.cc', | 1325 'common/ini_parser_unittest.cc', |
| 1326 'common/instant_types_unittest.cc', |
| 1326 'common/mac/cfbundle_blocker_unittest.mm', | 1327 'common/mac/cfbundle_blocker_unittest.mm', |
| 1327 'common/mac/mock_launchd.cc', | 1328 'common/mac/mock_launchd.cc', |
| 1328 'common/mac/mock_launchd.h', | 1329 'common/mac/mock_launchd.h', |
| 1329 'common/mac/objc_zombie_unittest.mm', | 1330 'common/mac/objc_zombie_unittest.mm', |
| 1330 'common/multi_process_lock_unittest.cc', | 1331 'common/multi_process_lock_unittest.cc', |
| 1331 'common/net/x509_certificate_model_unittest.cc', | 1332 'common/net/x509_certificate_model_unittest.cc', |
| 1332 'common/partial_circular_buffer_unittest.cc', | 1333 'common/partial_circular_buffer_unittest.cc', |
| 1333 'common/pepper_permission_util_unittest.cc', | 1334 'common/pepper_permission_util_unittest.cc', |
| 1334 'common/pref_names_util_unittest.cc', | 1335 'common/pref_names_util_unittest.cc', |
| 1335 'common/search_urls_unittest.cc', | 1336 'common/search_urls_unittest.cc', |
| (...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2934 'dependencies': [ | 2935 'dependencies': [ |
| 2935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2936 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2936 ], | 2937 ], |
| 2937 }], | 2938 }], |
| 2938 ], | 2939 ], |
| 2939 }, | 2940 }, |
| 2940 ], | 2941 ], |
| 2941 }], | 2942 }], |
| 2942 ], # 'conditions' | 2943 ], # 'conditions' |
| 2943 } | 2944 } |
| OLD | NEW |