| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 '../tools/json_schema_compiler/test/enums_unittest.cc', | 343 '../tools/json_schema_compiler/test/enums_unittest.cc', |
| 344 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 344 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
| 345 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', | 345 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', |
| 346 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 346 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
| 347 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 347 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
| 348 '../tools/json_schema_compiler/test/objects_unittest.cc', | 348 '../tools/json_schema_compiler/test/objects_unittest.cc', |
| 349 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 349 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
| 350 ], | 350 ], |
| 351 'chrome_unit_tests_android_sources': [ | 351 'chrome_unit_tests_android_sources': [ |
| 352 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc', | 352 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc', |
| 353 'browser/password_manager/account_chooser_dialog_android_unittest.cc', |
| 353 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc
', | 354 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc
', |
| 354 'browser/password_manager/save_password_infobar_delegate_android_unittest.
cc', | 355 'browser/password_manager/save_password_infobar_delegate_android_unittest.
cc', |
| 355 'browser/permissions/permission_queue_controller_unittest.cc', | 356 'browser/permissions/permission_queue_controller_unittest.cc', |
| 356 ], | 357 ], |
| 357 'chrome_unit_tests_non_mobile_sources': [ | 358 'chrome_unit_tests_non_mobile_sources': [ |
| 358 'browser/download/download_dir_policy_handler_unittest.cc', | 359 'browser/download/download_dir_policy_handler_unittest.cc', |
| 359 'browser/lifetime/keep_alive_registry_unittest.cc', | 360 'browser/lifetime/keep_alive_registry_unittest.cc', |
| 360 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 361 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 361 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 362 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 362 'browser/ui/autofill/country_combobox_model_unittest.cc', | 363 'browser/ui/autofill/country_combobox_model_unittest.cc', |
| (...skipping 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3023 'dependencies': [ | 3024 'dependencies': [ |
| 3024 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3025 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3025 ], | 3026 ], |
| 3026 }], | 3027 }], |
| 3027 ], | 3028 ], |
| 3028 }, | 3029 }, |
| 3029 ], | 3030 ], |
| 3030 }], | 3031 }], |
| 3031 ], # 'conditions' | 3032 ], # 'conditions' |
| 3032 } | 3033 } |
| OLD | NEW |