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 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1498 'browser/power/process_power_collector_unittest.cc', | 1498 'browser/power/process_power_collector_unittest.cc', |
1499 'browser/process_singleton_posix_unittest.cc', | 1499 'browser/process_singleton_posix_unittest.cc', |
1500 'browser/profile_resetter/profile_resetter_unittest.cc', | 1500 'browser/profile_resetter/profile_resetter_unittest.cc', |
1501 'browser/profile_resetter/triggered_profile_resetter_win_unittest.cc', | 1501 'browser/profile_resetter/triggered_profile_resetter_win_unittest.cc', |
1502 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', | 1502 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', |
1503 'browser/search/instant_service_unittest.cc', | 1503 'browser/search/instant_service_unittest.cc', |
1504 'browser/search/instant_unittest_base.cc', | 1504 'browser/search/instant_unittest_base.cc', |
1505 'browser/search/instant_unittest_base.h', | 1505 'browser/search/instant_unittest_base.h', |
1506 'browser/search/search_unittest.cc', | 1506 'browser/search/search_unittest.cc', |
1507 # GCMDriverAndroid is not yet implemented. | 1507 # GCMDriverAndroid is not yet implemented. |
1508 'browser/services/gcm/gcm_profile_service_unittest.cc', | |
1509 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 1508 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
1510 'browser/sync/sessions/sessions_sync_manager_unittest.cc', | 1509 'browser/sync/sessions/sessions_sync_manager_unittest.cc', |
1511 'browser/sync/sync_ui_util_unittest.cc', # Sync setup uses native ui. | 1510 'browser/sync/sync_ui_util_unittest.cc', # Sync setup uses native ui. |
1512 'browser/translate/translate_manager_render_view_host_unittest.cc', | 1511 'browser/translate/translate_manager_render_view_host_unittest.cc', |
1513 # The autofill popup is implemented in mostly native code on Android. | 1512 # The autofill popup is implemented in mostly native code on Android. |
1514 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 1513 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
1515 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', | 1514 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', |
1516 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', | 1515 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', |
1517 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', | 1516 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', |
1518 'browser/ui/bookmarks/bookmark_unittest.cc', | 1517 'browser/ui/bookmarks/bookmark_unittest.cc', |
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2980 'dependencies': [ | 2979 'dependencies': [ |
2981 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2982 ], | 2981 ], |
2983 }], | 2982 }], |
2984 ], | 2983 ], |
2985 }, | 2984 }, |
2986 ], | 2985 ], |
2987 }], | 2986 }], |
2988 ], # 'conditions' | 2987 ], # 'conditions' |
2989 } | 2988 } |
OLD | NEW |