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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'browser/external_protocol/external_protocol_handler_unittest.cc', | 443 'browser/external_protocol/external_protocol_handler_unittest.cc', |
444 'browser/favicon/favicon_handler_unittest.cc', | 444 'browser/favicon/favicon_handler_unittest.cc', |
445 'browser/file_select_helper_unittest.cc', | 445 'browser/file_select_helper_unittest.cc', |
446 'browser/first_run/first_run_unittest.cc', | 446 'browser/first_run/first_run_unittest.cc', |
447 'browser/font_family_cache_unittest.cc', | 447 'browser/font_family_cache_unittest.cc', |
448 'browser/geolocation/geolocation_permission_context_unittest.cc', | 448 'browser/geolocation/geolocation_permission_context_unittest.cc', |
449 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 449 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
450 'browser/google/google_search_counter_android_unittest.cc', | 450 'browser/google/google_search_counter_android_unittest.cc', |
451 'browser/google/google_search_counter_unittest.cc', | 451 'browser/google/google_search_counter_unittest.cc', |
452 'browser/google/google_update_settings_unittest.cc', | 452 'browser/google/google_update_settings_unittest.cc', |
| 453 'browser/google/google_update_win_unittest.cc', |
453 'browser/history/android/android_cache_database_unittest.cc', | 454 'browser/history/android/android_cache_database_unittest.cc', |
454 'browser/history/android/android_history_provider_service_unittest.cc', | 455 'browser/history/android/android_history_provider_service_unittest.cc', |
455 'browser/history/android/android_provider_backend_unittest.cc', | 456 'browser/history/android/android_provider_backend_unittest.cc', |
456 'browser/history/android/android_urls_database_unittest.cc', | 457 'browser/history/android/android_urls_database_unittest.cc', |
457 'browser/history/android/bookmark_model_sql_handler_unittest.cc', | 458 'browser/history/android/bookmark_model_sql_handler_unittest.cc', |
458 'browser/history/android/sqlite_cursor_unittest.cc', | 459 'browser/history/android/sqlite_cursor_unittest.cc', |
459 'browser/history/android/urls_sql_handler_unittest.cc', | 460 'browser/history/android/urls_sql_handler_unittest.cc', |
460 'browser/history/android/visit_sql_handler_unittest.cc', | 461 'browser/history/android/visit_sql_handler_unittest.cc', |
461 'browser/history/expire_history_backend_unittest.cc', | 462 'browser/history/expire_history_backend_unittest.cc', |
462 'browser/history/history_backend_unittest.cc', | 463 'browser/history/history_backend_unittest.cc', |
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2941 'dependencies': [ | 2942 'dependencies': [ |
2942 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2943 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2943 ], | 2944 ], |
2944 }], | 2945 }], |
2945 ], | 2946 ], |
2946 }, | 2947 }, |
2947 ], | 2948 ], |
2948 }], | 2949 }], |
2949 ], # 'conditions' | 2950 ], # 'conditions' |
2950 } | 2951 } |
OLD | NEW |