| 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'browser/prefs/tracked/pref_hash_filter_unittest.cc', | 193 'browser/prefs/tracked/pref_hash_filter_unittest.cc', |
| 194 'browser/prefs/tracked/pref_hash_store_impl_unittest.cc', | 194 'browser/prefs/tracked/pref_hash_store_impl_unittest.cc', |
| 195 'browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc', | 195 'browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc', |
| 196 'browser/prefs/tracked/segregated_pref_store_unittest.cc', | 196 'browser/prefs/tracked/segregated_pref_store_unittest.cc', |
| 197 'browser/prefs/tracked/tracked_preferences_migration_unittest.cc', | 197 'browser/prefs/tracked/tracked_preferences_migration_unittest.cc', |
| 198 'browser/prerender/prerender_history_unittest.cc', | 198 'browser/prerender/prerender_history_unittest.cc', |
| 199 'browser/prerender/prerender_resource_throttle_unittest.cc', | 199 'browser/prerender/prerender_resource_throttle_unittest.cc', |
| 200 'browser/prerender/prerender_unittest.cc', | 200 'browser/prerender/prerender_unittest.cc', |
| 201 'browser/prerender/prerender_util_unittest.cc', | 201 'browser/prerender/prerender_util_unittest.cc', |
| 202 'browser/process_info_snapshot_mac_unittest.cc', | 202 'browser/process_info_snapshot_mac_unittest.cc', |
| 203 'browser/process_singleton_win_unittest.cc', |
| 203 'browser/profiles/file_path_verifier_win_unittest.cc', | 204 'browser/profiles/file_path_verifier_win_unittest.cc', |
| 204 'browser/profiles/gaia_info_update_service_unittest.cc', | 205 'browser/profiles/gaia_info_update_service_unittest.cc', |
| 205 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 206 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
| 206 'browser/profiles/profile_downloader_unittest.cc', | 207 'browser/profiles/profile_downloader_unittest.cc', |
| 207 'browser/profiles/profile_info_cache_unittest.cc', | 208 'browser/profiles/profile_info_cache_unittest.cc', |
| 208 'browser/profiles/profile_info_cache_unittest.h', | 209 'browser/profiles/profile_info_cache_unittest.h', |
| 209 'browser/profiles/profile_manager_unittest.cc', | 210 'browser/profiles/profile_manager_unittest.cc', |
| 210 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 211 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 211 'browser/push_messaging/push_messaging_application_id_unittest.cc', | 212 'browser/push_messaging/push_messaging_application_id_unittest.cc', |
| 212 'browser/push_messaging/push_messaging_permission_context_unittest.cc', | 213 'browser/push_messaging/push_messaging_permission_context_unittest.cc', |
| (...skipping 2537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2750 'dependencies': [ | 2751 'dependencies': [ |
| 2751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2752 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2752 ], | 2753 ], |
| 2753 }], | 2754 }], |
| 2754 ], | 2755 ], |
| 2755 }, | 2756 }, |
| 2756 ], | 2757 ], |
| 2757 }], | 2758 }], |
| 2758 ], # 'conditions' | 2759 ], # 'conditions' |
| 2759 } | 2760 } |
| OLD | NEW |