| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 'browser/ui/cocoa/website_settings/website_settings_bubble_controller_unit
test.mm', | 513 'browser/ui/cocoa/website_settings/website_settings_bubble_controller_unit
test.mm', |
| 514 'browser/ui/cocoa/window_size_autosaver_unittest.mm', | 514 'browser/ui/cocoa/window_size_autosaver_unittest.mm', |
| 515 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view_unittest.mm', | 515 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view_unittest.mm', |
| 516 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell_unittest.mm', | 516 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell_unittest.mm', |
| 517 'browser/ui/cocoa/wrench_menu/wrench_menu_controller_unittest.mm', | 517 'browser/ui/cocoa/wrench_menu/wrench_menu_controller_unittest.mm', |
| 518 'browser/ui/find_bar/find_backend_unittest.cc', | 518 'browser/ui/find_bar/find_backend_unittest.cc', |
| 519 'browser/ui/global_error/global_error_service_unittest.cc', | 519 'browser/ui/global_error/global_error_service_unittest.cc', |
| 520 'browser/ui/login/login_prompt_unittest.cc', | 520 'browser/ui/login/login_prompt_unittest.cc', |
| 521 'browser/ui/passwords/manage_passwords_bubble_model_unittest.cc', | 521 'browser/ui/passwords/manage_passwords_bubble_model_unittest.cc', |
| 522 'browser/ui/passwords/manage_passwords_icon_mock.cc', | 522 'browser/ui/passwords/manage_passwords_icon_mock.cc', |
| 523 'browser/ui/passwords/manage_passwords_state_unittest.cc', |
| 523 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', | 524 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', |
| 524 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', | 525 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', |
| 525 'browser/ui/passwords/password_bubble_experiment_unittest.cc', | 526 'browser/ui/passwords/password_bubble_experiment_unittest.cc', |
| 526 'browser/ui/passwords/password_manager_presenter_unittest.cc', | 527 'browser/ui/passwords/password_manager_presenter_unittest.cc', |
| 527 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', | 528 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', |
| 528 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', | 529 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', |
| 529 'browser/ui/sync/sync_promo_ui_unittest.cc', | 530 'browser/ui/sync/sync_promo_ui_unittest.cc', |
| 530 'browser/ui/tests/ui_gfx_image_unittest.cc', | 531 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 531 'browser/ui/tests/ui_gfx_image_unittest.mm', | 532 'browser/ui/tests/ui_gfx_image_unittest.mm', |
| 532 'browser/ui/website_settings/mock_permission_bubble_view.cc', | 533 'browser/ui/website_settings/mock_permission_bubble_view.cc', |
| (...skipping 2217 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 |