| 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 'browser/history/shortcuts_database_unittest.cc', | 472 'browser/history/shortcuts_database_unittest.cc', |
| 473 'browser/history/thumbnail_database_unittest.cc', | 473 'browser/history/thumbnail_database_unittest.cc', |
| 474 'browser/history/top_sites_cache_unittest.cc', | 474 'browser/history/top_sites_cache_unittest.cc', |
| 475 'browser/history/top_sites_database_unittest.cc', | 475 'browser/history/top_sites_database_unittest.cc', |
| 476 'browser/history/top_sites_impl_unittest.cc', | 476 'browser/history/top_sites_impl_unittest.cc', |
| 477 'browser/history/typed_url_syncable_service_unittest.cc', | 477 'browser/history/typed_url_syncable_service_unittest.cc', |
| 478 'browser/history/url_utils_unittest.cc', | 478 'browser/history/url_utils_unittest.cc', |
| 479 'browser/history/visit_database_unittest.cc', | 479 'browser/history/visit_database_unittest.cc', |
| 480 'browser/history/visit_filter_unittest.cc', | 480 'browser/history/visit_filter_unittest.cc', |
| 481 'browser/history/visit_tracker_unittest.cc', | 481 'browser/history/visit_tracker_unittest.cc', |
| 482 'browser/history/web_history_service_unittest.cc', |
| 482 'browser/image_holder_unittest.cc', | 483 'browser/image_holder_unittest.cc', |
| 483 'browser/importer/firefox_profile_lock_unittest.cc', | 484 'browser/importer/firefox_profile_lock_unittest.cc', |
| 484 'browser/importer/profile_writer_unittest.cc', | 485 'browser/importer/profile_writer_unittest.cc', |
| 485 'browser/internal_auth_unittest.cc', | 486 'browser/internal_auth_unittest.cc', |
| 486 'browser/install_verification/win/imported_module_verification_unittest.cc
', | 487 'browser/install_verification/win/imported_module_verification_unittest.cc
', |
| 487 'browser/install_verification/win/loaded_module_verification_unittest.cc', | 488 'browser/install_verification/win/loaded_module_verification_unittest.cc', |
| 488 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', | 489 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', |
| 489 'browser/install_verification/win/module_ids_unittest.cc', | 490 'browser/install_verification/win/module_ids_unittest.cc', |
| 490 'browser/install_verification/win/module_info_unittest.cc', | 491 'browser/install_verification/win/module_info_unittest.cc', |
| 491 'browser/install_verification/win/module_list_unittest.cc', | 492 'browser/install_verification/win/module_list_unittest.cc', |
| (...skipping 2435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2927 'dependencies': [ | 2928 'dependencies': [ |
| 2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2929 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2929 ], | 2930 ], |
| 2930 }], | 2931 }], |
| 2931 ], | 2932 ], |
| 2932 }, | 2933 }, |
| 2933 ], | 2934 ], |
| 2934 }], | 2935 }], |
| 2935 ], # 'conditions' | 2936 ], # 'conditions' |
| 2936 } | 2937 } |
| OLD | NEW |