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 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1712 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc', | 1712 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc', |
1713 'browser/ui/exclusive_access/fullscreen_controller_state_test.h', | 1713 'browser/ui/exclusive_access/fullscreen_controller_state_test.h', |
1714 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h', | 1714 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h', |
1715 'browser/ui/exclusive_access/fullscreen_controller_test.cc', | 1715 'browser/ui/exclusive_access/fullscreen_controller_test.cc', |
1716 'browser/ui/exclusive_access/fullscreen_controller_test.h', | 1716 'browser/ui/exclusive_access/fullscreen_controller_test.h', |
1717 'browser/ui/find_bar/find_bar_host_unittest_util.h', | 1717 'browser/ui/find_bar/find_bar_host_unittest_util.h', |
1718 'browser/ui/login/login_prompt_test_utils.cc', | 1718 'browser/ui/login/login_prompt_test_utils.cc', |
1719 'browser/ui/login/login_prompt_test_utils.h', | 1719 'browser/ui/login/login_prompt_test_utils.h', |
1720 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', | 1720 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', |
1721 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', | 1721 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', |
1722 'browser/ui/pdf/pdf_browsertest_base.cc', | |
1723 'browser/ui/pdf/pdf_browsertest_base.h', | |
1724 'browser/ui/test/test_confirm_bubble_model.cc', | 1722 'browser/ui/test/test_confirm_bubble_model.cc', |
1725 'browser/ui/test/test_confirm_bubble_model.h', | 1723 'browser/ui/test/test_confirm_bubble_model.h', |
1726 'browser/ui/toolbar/test_toolbar_action_view_controller.cc', | 1724 'browser/ui/toolbar/test_toolbar_action_view_controller.cc', |
1727 'browser/ui/toolbar/test_toolbar_action_view_controller.h', | 1725 'browser/ui/toolbar/test_toolbar_action_view_controller.h', |
1728 'browser/ui/views/find_bar_host_unittest_util_views.cc', | 1726 'browser/ui/views/find_bar_host_unittest_util_views.cc', |
1729 'browser/ui/views/toolbar/browser_action_test_util_views.cc', | 1727 'browser/ui/views/toolbar/browser_action_test_util_views.cc', |
1730 'browser/ui/website_settings/mock_permission_bubble_request.cc', | 1728 'browser/ui/website_settings/mock_permission_bubble_request.cc', |
1731 'browser/ui/website_settings/mock_permission_bubble_request.h', | 1729 'browser/ui/website_settings/mock_permission_bubble_request.h', |
1732 'browser/ui/webui/signin/login_ui_test_utils.cc', | 1730 'browser/ui/webui/signin/login_ui_test_utils.cc', |
1733 'browser/ui/webui/signin/login_ui_test_utils.h', | 1731 'browser/ui/webui/signin/login_ui_test_utils.h', |
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2781 'dependencies': [ | 2779 'dependencies': [ |
2782 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2780 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2783 ], | 2781 ], |
2784 }], | 2782 }], |
2785 ], | 2783 ], |
2786 }, | 2784 }, |
2787 ], | 2785 ], |
2788 }], | 2786 }], |
2789 ], # 'conditions' | 2787 ], # 'conditions' |
2790 } | 2788 } |
OLD | NEW |