| 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| (...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1420 # Everything but Android and iOS (iOS is handled separately). | 1420 # Everything but Android and iOS (iOS is handled separately). |
| 1421 'chrome_unit_tests_non_android_sources': [ | 1421 'chrome_unit_tests_non_android_sources': [ |
| 1422 # Bookmark export/import are handled via the BookmarkColumns | 1422 # Bookmark export/import are handled via the BookmarkColumns |
| 1423 # ContentProvider. | 1423 # ContentProvider. |
| 1424 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 1424 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 1425 'browser/browser_commands_unittest.cc', | 1425 'browser/browser_commands_unittest.cc', |
| 1426 'browser/diagnostics/diagnostics_controller_unittest.cc', | 1426 'browser/diagnostics/diagnostics_controller_unittest.cc', |
| 1427 'browser/diagnostics/diagnostics_model_unittest.cc', | 1427 'browser/diagnostics/diagnostics_model_unittest.cc', |
| 1428 'browser/download/download_commands_unittest.cc', | 1428 'browser/download/download_commands_unittest.cc', |
| 1429 'browser/download/download_shelf_unittest.cc', | 1429 'browser/download/download_shelf_unittest.cc', |
| 1430 'browser/engagement/site_engagement_service_unittest.cc', |
| 1430 'browser/first_run/first_run_unittest.cc', | 1431 'browser/first_run/first_run_unittest.cc', |
| 1431 'browser/font_family_cache_unittest.cc', | 1432 'browser/font_family_cache_unittest.cc', |
| 1432 'browser/importer/firefox_profile_lock_unittest.cc', | 1433 'browser/importer/firefox_profile_lock_unittest.cc', |
| 1433 'browser/importer/profile_writer_unittest.cc', | 1434 'browser/importer/profile_writer_unittest.cc', |
| 1434 # Android uses a different invaliator. | 1435 # Android uses a different invaliator. |
| 1435 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', | 1436 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', |
| 1436 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', | 1437 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', |
| 1437 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', | 1438 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', |
| 1438 'browser/media_galleries/gallery_watch_manager_unittest.cc', | 1439 'browser/media_galleries/gallery_watch_manager_unittest.cc', |
| 1439 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc', | 1440 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc', |
| (...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2789 'dependencies': [ | 2790 'dependencies': [ |
| 2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2791 ], | 2792 ], |
| 2792 }], | 2793 }], |
| 2793 ], | 2794 ], |
| 2794 }, | 2795 }, |
| 2795 ], | 2796 ], |
| 2796 }], | 2797 }], |
| 2797 ], # 'conditions' | 2798 ], # 'conditions' |
| 2798 } | 2799 } |
| OLD | NEW |