| 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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1789 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc', | 1789 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc', |
| 1790 'browser/ui/exclusive_access/fullscreen_controller_state_test.h', | 1790 'browser/ui/exclusive_access/fullscreen_controller_state_test.h', |
| 1791 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h', | 1791 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h', |
| 1792 'browser/ui/exclusive_access/fullscreen_controller_test.cc', | 1792 'browser/ui/exclusive_access/fullscreen_controller_test.cc', |
| 1793 'browser/ui/exclusive_access/fullscreen_controller_test.h', | 1793 'browser/ui/exclusive_access/fullscreen_controller_test.h', |
| 1794 'browser/ui/find_bar/find_bar_host_unittest_util.h', | 1794 'browser/ui/find_bar/find_bar_host_unittest_util.h', |
| 1795 'browser/ui/login/login_handler_test_utils.cc', | 1795 'browser/ui/login/login_handler_test_utils.cc', |
| 1796 'browser/ui/login/login_handler_test_utils.h', | 1796 'browser/ui/login/login_handler_test_utils.h', |
| 1797 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', | 1797 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', |
| 1798 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', | 1798 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', |
| 1799 'browser/ui/passwords/password_dialog_controller_mock.cc', |
| 1800 'browser/ui/passwords/password_dialog_controller_mock.h', |
| 1799 'browser/ui/test/test_confirm_bubble_model.cc', | 1801 'browser/ui/test/test_confirm_bubble_model.cc', |
| 1800 'browser/ui/test/test_confirm_bubble_model.h', | 1802 'browser/ui/test/test_confirm_bubble_model.h', |
| 1801 'browser/ui/toolbar/test_toolbar_action_view_controller.cc', | 1803 'browser/ui/toolbar/test_toolbar_action_view_controller.cc', |
| 1802 'browser/ui/toolbar/test_toolbar_action_view_controller.h', | 1804 'browser/ui/toolbar/test_toolbar_action_view_controller.h', |
| 1803 'browser/ui/views/find_bar_host_unittest_util_views.cc', | 1805 'browser/ui/views/find_bar_host_unittest_util_views.cc', |
| 1804 'browser/ui/views/toolbar/browser_action_test_util_views.cc', | 1806 'browser/ui/views/toolbar/browser_action_test_util_views.cc', |
| 1805 'browser/ui/website_settings/mock_permission_bubble_request.cc', | 1807 'browser/ui/website_settings/mock_permission_bubble_request.cc', |
| 1806 'browser/ui/website_settings/mock_permission_bubble_request.h', | 1808 'browser/ui/website_settings/mock_permission_bubble_request.h', |
| 1807 'renderer/chrome_mock_render_thread.cc', | 1809 'renderer/chrome_mock_render_thread.cc', |
| 1808 'renderer/chrome_mock_render_thread.h', | 1810 'renderer/chrome_mock_render_thread.h', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1897 ['include', '_ios\\.(cc|mm)$'], | 1899 ['include', '_ios\\.(cc|mm)$'], |
| 1898 ['include', '(^|/)ios/'], | 1900 ['include', '(^|/)ios/'], |
| 1899 # TODO(ios): Add files here as they are updated to compile on iOS. | 1901 # TODO(ios): Add files here as they are updated to compile on iOS. |
| 1900 ['include', '^test/base/chrome_test_suite\\.cc$'], | 1902 ['include', '^test/base/chrome_test_suite\\.cc$'], |
| 1901 ['include', '^test/base/chrome_unit_test_suite\\.cc$'], | 1903 ['include', '^test/base/chrome_unit_test_suite\\.cc$'], |
| 1902 ['include', '^test/base/testing_browser_process'], | 1904 ['include', '^test/base/testing_browser_process'], |
| 1903 ], | 1905 ], |
| 1904 }], | 1906 }], |
| 1905 ['OS=="ios" or OS=="android"', { | 1907 ['OS=="ios" or OS=="android"', { |
| 1906 'sources!': [ | 1908 'sources!': [ |
| 1909 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', |
| 1910 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', |
| 1911 'browser/ui/passwords/password_dialog_controller_mock.cc', |
| 1912 'browser/ui/passwords/password_dialog_controller_mock.h', |
| 1907 'browser/ui/website_settings/mock_permission_bubble_request.cc', | 1913 'browser/ui/website_settings/mock_permission_bubble_request.cc', |
| 1908 'browser/ui/website_settings/mock_permission_bubble_request.h', | 1914 'browser/ui/website_settings/mock_permission_bubble_request.h', |
| 1909 ] | 1915 ] |
| 1910 }], | 1916 }], |
| 1911 ['OS=="android"', { | 1917 ['OS=="android"', { |
| 1912 'dependencies!': [ | 1918 'dependencies!': [ |
| 1913 '../ui/message_center/message_center.gyp:message_center_test_support
', | 1919 '../ui/message_center/message_center.gyp:message_center_test_support
', |
| 1914 ], | 1920 ], |
| 1915 'sources!': [ | 1921 'sources!': [ |
| 1916 'browser/download/test_download_shelf.cc', | 1922 'browser/download/test_download_shelf.cc', |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2988 'dependencies': [ | 2994 'dependencies': [ |
| 2989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2995 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2990 ], | 2996 ], |
| 2991 }], | 2997 }], |
| 2992 ], | 2998 ], |
| 2993 }, | 2999 }, |
| 2994 ], | 3000 ], |
| 2995 }], | 3001 }], |
| 2996 ], # 'conditions' | 3002 ], # 'conditions' |
| 2997 } | 3003 } |
| OLD | NEW |