| 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 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| (...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2549 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2549 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 2550 | 2550 |
| 2551 # No service process (which also requires multiprocess lock). | 2551 # No service process (which also requires multiprocess lock). |
| 2552 'common/multi_process_lock_unittest.cc', | 2552 'common/multi_process_lock_unittest.cc', |
| 2553 | 2553 |
| 2554 # Sync setup uses native ui. | 2554 # Sync setup uses native ui. |
| 2555 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2555 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2556 'browser/sync/sync_ui_util_unittest.cc', | 2556 'browser/sync/sync_ui_util_unittest.cc', |
| 2557 | 2557 |
| 2558 'browser/browser_commands_unittest.cc', | 2558 'browser/browser_commands_unittest.cc', |
| 2559 'browser/chrome_page_zoom_unittest.cc', |
| 2559 'browser/download/download_shelf_unittest.cc', | 2560 'browser/download/download_shelf_unittest.cc', |
| 2560 'browser/extensions/extension_message_bubble_controller_unittest.cc'
, | 2561 'browser/extensions/extension_message_bubble_controller_unittest.cc'
, |
| 2561 'browser/extensions/extension_test_message_listener_unittest.cc', | 2562 'browser/extensions/extension_test_message_listener_unittest.cc', |
| 2562 'browser/font_family_cache_unittest.cc', | 2563 'browser/font_family_cache_unittest.cc', |
| 2563 'browser/policy/policy_path_parser_unittest.cc', | 2564 'browser/policy/policy_path_parser_unittest.cc', |
| 2564 'browser/process_singleton_posix_unittest.cc', | 2565 'browser/process_singleton_posix_unittest.cc', |
| 2565 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2566 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 2566 'browser/profiles/profile_list_desktop_unittest.cc', | 2567 'browser/profiles/profile_list_desktop_unittest.cc', |
| 2567 'browser/power/process_power_collector_unittest.cc', | 2568 'browser/power/process_power_collector_unittest.cc', |
| 2568 'browser/renderer_context_menu/render_view_context_menu_unittest.cc'
, | 2569 'browser/renderer_context_menu/render_view_context_menu_unittest.cc'
, |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2880 'dependencies': [ | 2881 'dependencies': [ |
| 2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2882 ], | 2883 ], |
| 2883 }], | 2884 }], |
| 2884 ], | 2885 ], |
| 2885 }, | 2886 }, |
| 2886 ], | 2887 ], |
| 2887 }], | 2888 }], |
| 2888 ], # 'conditions' | 2889 ], # 'conditions' |
| 2889 } | 2890 } |
| OLD | NEW |