| 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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 'browser/media/cast_transport_host_filter_unittest.cc', | 792 'browser/media/cast_transport_host_filter_unittest.cc', |
| 793 'browser/metrics/extensions_metrics_provider_unittest.cc', | 793 'browser/metrics/extensions_metrics_provider_unittest.cc', |
| 794 'browser/notifications/extension_welcome_notification_unittest.cc', | 794 'browser/notifications/extension_welcome_notification_unittest.cc', |
| 795 'browser/notifications/notification_conversion_helper_unittest.cc', | 795 'browser/notifications/notification_conversion_helper_unittest.cc', |
| 796 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', | 796 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', |
| 797 'browser/search/hotword_service_unittest.cc', | 797 'browser/search/hotword_service_unittest.cc', |
| 798 'browser/signin/easy_unlock_app_manager_unittest.cc', | 798 'browser/signin/easy_unlock_app_manager_unittest.cc', |
| 799 'browser/signin/easy_unlock_auth_attempt_unittest.cc', | 799 'browser/signin/easy_unlock_auth_attempt_unittest.cc', |
| 800 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', | 800 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', |
| 801 'browser/signin/easy_unlock_service_unittest_chromeos.cc', | 801 'browser/signin/easy_unlock_service_unittest_chromeos.cc', |
| 802 'browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.cc'
, |
| 802 'browser/sync/glue/extensions_activity_monitor_unittest.cc', | 803 'browser/sync/glue/extensions_activity_monitor_unittest.cc', |
| 803 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', | 804 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', |
| 804 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', | 805 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', |
| 805 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', | 806 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', |
| 806 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', | 807 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', |
| 807 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', | 808 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', |
| 808 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', | 809 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', |
| 809 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', | 810 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', |
| 810 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', | 811 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', |
| 811 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', | 812 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', |
| (...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2786 'dependencies': [ | 2787 'dependencies': [ |
| 2787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2788 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2788 ], | 2789 ], |
| 2789 }], | 2790 }], |
| 2790 ], | 2791 ], |
| 2791 }, | 2792 }, |
| 2792 ], | 2793 ], |
| 2793 }], | 2794 }], |
| 2794 ], # 'conditions' | 2795 ], # 'conditions' |
| 2795 } | 2796 } |
| OLD | NEW |