| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 526 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
| 527 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 527 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
| 528 '../tools/json_schema_compiler/test/objects_unittest.cc', | 528 '../tools/json_schema_compiler/test/objects_unittest.cc', |
| 529 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 529 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
| 530 ], | 530 ], |
| 531 'chrome_unit_tests_mac_android_sources': [ | 531 'chrome_unit_tests_mac_android_sources': [ |
| 532 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', | 532 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', |
| 533 'browser/password_manager/save_password_infobar_delegate_unittest.cc', | 533 'browser/password_manager/save_password_infobar_delegate_unittest.cc', |
| 534 ], | 534 ], |
| 535 'chrome_unit_tests_android_sources': [ | 535 'chrome_unit_tests_android_sources': [ |
| 536 'browser/password_manager/auto_signin_infobar_delegate_unittest.cc', |
| 536 'browser/permissions/permission_queue_controller_unittest.cc', | 537 'browser/permissions/permission_queue_controller_unittest.cc', |
| 537 ], | 538 ], |
| 538 'chrome_unit_tests_non_mobile_sources': [ | 539 'chrome_unit_tests_non_mobile_sources': [ |
| 539 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 540 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 540 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 541 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 541 'browser/ui/website_settings/mock_permission_bubble_view.cc', | 542 'browser/ui/website_settings/mock_permission_bubble_view.cc', |
| 542 'browser/ui/website_settings/mock_permission_bubble_view.h', | 543 'browser/ui/website_settings/mock_permission_bubble_view.h', |
| 543 ], | 544 ], |
| 544 'chrome_unit_tests_spellchecker_sources': [ | 545 'chrome_unit_tests_spellchecker_sources': [ |
| 545 'browser/spellchecker/feedback_sender_unittest.cc', | 546 'browser/spellchecker/feedback_sender_unittest.cc', |
| (...skipping 2431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2977 'dependencies': [ | 2978 'dependencies': [ |
| 2978 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2979 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2979 ], | 2980 ], |
| 2980 }], | 2981 }], |
| 2981 ], | 2982 ], |
| 2982 }, | 2983 }, |
| 2983 ], | 2984 ], |
| 2984 }], | 2985 }], |
| 2985 ], # 'conditions' | 2986 ], # 'conditions' |
| 2986 } | 2987 } |
| OLD | NEW |