| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 327 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
| 328 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 328 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
| 329 '../tools/json_schema_compiler/test/objects_unittest.cc', | 329 '../tools/json_schema_compiler/test/objects_unittest.cc', |
| 330 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 330 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
| 331 ], | 331 ], |
| 332 'chrome_unit_tests_mac_android_sources': [ | 332 'chrome_unit_tests_mac_android_sources': [ |
| 333 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', | 333 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', |
| 334 'browser/password_manager/save_password_infobar_delegate_unittest.cc', | 334 'browser/password_manager/save_password_infobar_delegate_unittest.cc', |
| 335 ], | 335 ], |
| 336 'chrome_unit_tests_android_sources': [ | 336 'chrome_unit_tests_android_sources': [ |
| 337 'browser/password_manager/auto_signin_infobar_delegate_unittest.cc', | |
| 338 'browser/permissions/permission_queue_controller_unittest.cc', | 337 'browser/permissions/permission_queue_controller_unittest.cc', |
| 339 ], | 338 ], |
| 340 'chrome_unit_tests_non_mobile_sources': [ | 339 'chrome_unit_tests_non_mobile_sources': [ |
| 341 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 340 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 342 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 341 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 343 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', | 342 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', |
| 344 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', | 343 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', |
| 345 'browser/ui/website_settings/mock_permission_bubble_factory.cc', | 344 'browser/ui/website_settings/mock_permission_bubble_factory.cc', |
| 346 'browser/ui/website_settings/mock_permission_bubble_factory.h', | 345 'browser/ui/website_settings/mock_permission_bubble_factory.h', |
| 347 'browser/ui/website_settings/mock_permission_bubble_view.cc', | 346 'browser/ui/website_settings/mock_permission_bubble_view.cc', |
| (...skipping 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3022 'dependencies': [ | 3021 'dependencies': [ |
| 3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3022 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3024 ], | 3023 ], |
| 3025 }], | 3024 }], |
| 3026 ], | 3025 ], |
| 3027 }, | 3026 }, |
| 3028 ], | 3027 ], |
| 3029 }], | 3028 }], |
| 3030 ], # 'conditions' | 3029 ], # 'conditions' |
| 3031 } | 3030 } |
| OLD | NEW |