| 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 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 'browser/search/instant_service_unittest.cc', | 1507 'browser/search/instant_service_unittest.cc', |
| 1508 'browser/search/search_unittest.cc', | 1508 'browser/search/search_unittest.cc', |
| 1509 # GCMDriverAndroid is not yet implemented. | 1509 # GCMDriverAndroid is not yet implemented. |
| 1510 'browser/services/gcm/gcm_profile_service_unittest.cc', | 1510 'browser/services/gcm/gcm_profile_service_unittest.cc', |
| 1511 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 1511 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
| 1512 'browser/sync/sessions/sessions_sync_manager_unittest.cc', | 1512 'browser/sync/sessions/sessions_sync_manager_unittest.cc', |
| 1513 'browser/sync/sync_ui_util_unittest.cc', # Sync setup uses native ui. | 1513 'browser/sync/sync_ui_util_unittest.cc', # Sync setup uses native ui. |
| 1514 'browser/translate/translate_manager_render_view_host_unittest.cc', | 1514 'browser/translate/translate_manager_render_view_host_unittest.cc', |
| 1515 # The autofill popup is implemented in mostly native code on Android. | 1515 # The autofill popup is implemented in mostly native code on Android. |
| 1516 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 1516 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 1517 'browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc', | |
| 1518 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', | 1517 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', |
| 1519 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', | 1518 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', |
| 1520 'browser/ui/autofill/test_generated_credit_card_bubble_controller.cc', | |
| 1521 'browser/ui/autofill/test_generated_credit_card_bubble_controller.h', | |
| 1522 'browser/ui/autofill/test_generated_credit_card_bubble_view.cc', | |
| 1523 'browser/ui/autofill/test_generated_credit_card_bubble_view.h', | |
| 1524 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', | 1519 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', |
| 1525 'browser/ui/bookmarks/bookmark_unittest.cc', | 1520 'browser/ui/bookmarks/bookmark_unittest.cc', |
| 1526 'browser/ui/browser_close_unittest.cc', | 1521 'browser/ui/browser_close_unittest.cc', |
| 1527 'browser/ui/browser_command_controller_unittest.cc', | 1522 'browser/ui/browser_command_controller_unittest.cc', |
| 1528 'browser/ui/browser_instant_controller_unittest.cc', | 1523 'browser/ui/browser_instant_controller_unittest.cc', |
| 1529 'browser/ui/browser_iterator_unittest.cc', | 1524 'browser/ui/browser_iterator_unittest.cc', |
| 1530 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa_unittest.mm', | 1525 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa_unittest.mm', |
| 1531 'browser/ui/content_settings/content_setting_bubble_model_unittest.cc', | 1526 'browser/ui/content_settings/content_setting_bubble_model_unittest.cc', |
| 1532 'browser/ui/content_settings/content_setting_image_model_unittest.cc', | 1527 'browser/ui/content_settings/content_setting_image_model_unittest.cc', |
| 1533 'browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc', | 1528 'browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc', |
| (...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2887 'dependencies': [ | 2882 'dependencies': [ |
| 2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2883 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2889 ], | 2884 ], |
| 2890 }], | 2885 }], |
| 2891 ], | 2886 ], |
| 2892 }, | 2887 }, |
| 2893 ], | 2888 ], |
| 2894 }], | 2889 }], |
| 2895 ], # 'conditions' | 2890 ], # 'conditions' |
| 2896 } | 2891 } |
| OLD | NEW |