| 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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 'browser/ui/cocoa/website_settings/website_settings_bubble_controller_unit
test.mm', | 1331 'browser/ui/cocoa/website_settings/website_settings_bubble_controller_unit
test.mm', |
| 1332 'browser/ui/cocoa/window_size_autosaver_unittest.mm', | 1332 'browser/ui/cocoa/window_size_autosaver_unittest.mm', |
| 1333 ], | 1333 ], |
| 1334 # Cross-platform views unit tests ready for toolkit-views on Mac. | 1334 # Cross-platform views unit tests ready for toolkit-views on Mac. |
| 1335 # TODO(tapted): Enable toolkit-views unit_tests on Mac when their | 1335 # TODO(tapted): Enable toolkit-views unit_tests on Mac when their |
| 1336 # respective implementations are linked in. http://crbug.com/412234. | 1336 # respective implementations are linked in. http://crbug.com/412234. |
| 1337 'chrome_unit_tests_views_sources': [ | 1337 'chrome_unit_tests_views_sources': [ |
| 1338 'browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc', | 1338 'browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc', |
| 1339 'browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest
.cc', | 1339 'browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest
.cc', |
| 1340 'browser/ui/views/website_settings/website_settings_popup_view_unittest.cc
', | 1340 'browser/ui/views/website_settings/website_settings_popup_view_unittest.cc
', |
| 1341 '../ui/views/controls/webview/webview_unittest.cc', |
| 1341 ], | 1342 ], |
| 1342 # Views unit_tests for everywhere but ChromeOS. | 1343 # Views unit_tests for everywhere but ChromeOS. |
| 1343 'chrome_unit_tests_views_non_chromeos_sources': [ | 1344 'chrome_unit_tests_views_non_chromeos_sources': [ |
| 1344 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 1345 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 1345 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc', | 1346 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc', |
| 1346 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', | 1347 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', |
| 1347 ], | 1348 ], |
| 1348 # Cross-platform (except Mac) views unit tests. Assumes app list is enabled. | 1349 # Cross-platform (except Mac) views unit tests. Assumes app list is enabled. |
| 1349 'chrome_unit_tests_views_non_mac_sources': [ | 1350 'chrome_unit_tests_views_non_mac_sources': [ |
| 1350 'browser/ui/views/accelerator_table_unittest.cc', | 1351 'browser/ui/views/accelerator_table_unittest.cc', |
| (...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2405 'sources!': [ | 2406 'sources!': [ |
| 2406 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2407 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 2407 ], | 2408 ], |
| 2408 }], | 2409 }], |
| 2409 ], | 2410 ], |
| 2410 }], | 2411 }], |
| 2411 ['use_aura==1', { | 2412 ['use_aura==1', { |
| 2412 'dependencies': [ | 2413 'dependencies': [ |
| 2413 '../ui/wm/wm.gyp:wm', | 2414 '../ui/wm/wm.gyp:wm', |
| 2414 '../ui/aura/aura.gyp:aura_test_support', | 2415 '../ui/aura/aura.gyp:aura_test_support', |
| 2415 '../ui/views/views.gyp:views_test_support', | |
| 2416 ], | |
| 2417 'sources': [ | |
| 2418 '../ui/views/controls/webview/webview_unittest.cc', | |
| 2419 ], | 2416 ], |
| 2420 }], | 2417 }], |
| 2421 ['chromeos==0 and OS=="linux"', { | 2418 ['chromeos==0 and OS=="linux"', { |
| 2422 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], | 2419 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], |
| 2423 }], | 2420 }], |
| 2424 ['chromeos==0 and use_ozone==0 and OS=="linux"', { | 2421 ['chromeos==0 and use_ozone==0 and OS=="linux"', { |
| 2425 'dependencies': [ | 2422 'dependencies': [ |
| 2426 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2423 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
| 2427 '../build/linux/system.gyp:gio', | 2424 '../build/linux/system.gyp:gio', |
| 2428 ], | 2425 ], |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3031 'dependencies': [ | 3028 'dependencies': [ |
| 3032 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3029 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3033 ], | 3030 ], |
| 3034 }], | 3031 }], |
| 3035 ], | 3032 ], |
| 3036 }, | 3033 }, |
| 3037 ], | 3034 ], |
| 3038 }], | 3035 }], |
| 3039 ], # 'conditions' | 3036 ], # 'conditions' |
| 3040 } | 3037 } |
| OLD | NEW |