| 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | 615 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', |
| 616 'tools/convert_dict/convert_dict_unittest.cc', | 616 'tools/convert_dict/convert_dict_unittest.cc', |
| 617 ], | 617 ], |
| 618 'chrome_unit_tests_background_sources': [ | 618 'chrome_unit_tests_background_sources': [ |
| 619 'browser/background/background_application_list_model_unittest.cc', | 619 'browser/background/background_application_list_model_unittest.cc', |
| 620 'browser/background/background_contents_service_unittest.cc', | 620 'browser/background/background_contents_service_unittest.cc', |
| 621 'browser/background/background_mode_manager_unittest.cc', | 621 'browser/background/background_mode_manager_unittest.cc', |
| 622 ], | 622 ], |
| 623 'chrome_unit_tests_extensions_sources': [ | 623 'chrome_unit_tests_extensions_sources': [ |
| 624 '../apps/saved_files_service_unittest.cc', | 624 '../apps/saved_files_service_unittest.cc', |
| 625 '../components/drive/drive_api_util_unittest.cc', |
| 626 '../components/drive/drive_app_registry_unittest.cc', |
| 627 '../components/drive/drive_uploader_unittest.cc', |
| 628 '../components/drive/event_logger_unittest.cc', |
| 629 '../components/drive/service/fake_drive_service_unittest.cc', |
| 625 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', | 630 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', |
| 626 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 631 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
| 627 'browser/apps/drive/drive_app_mapping_unittest.cc', | 632 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 628 'browser/apps/ephemeral_app_service_unittest.cc', | 633 'browser/apps/ephemeral_app_service_unittest.cc', |
| 629 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', | 634 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', |
| 630 'browser/drive/drive_api_util_unittest.cc', | |
| 631 'browser/drive/drive_app_registry_unittest.cc', | |
| 632 'browser/drive/drive_uploader_unittest.cc', | |
| 633 'browser/drive/event_logger_unittest.cc', | |
| 634 'browser/drive/fake_drive_service_unittest.cc', | |
| 635 'browser/extensions/active_script_controller_unittest.cc', | 635 'browser/extensions/active_script_controller_unittest.cc', |
| 636 'browser/extensions/active_tab_unittest.cc', | 636 'browser/extensions/active_tab_unittest.cc', |
| 637 'browser/extensions/activity_log/activity_database_unittest.cc', | 637 'browser/extensions/activity_log/activity_database_unittest.cc', |
| 638 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', | 638 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', |
| 639 'browser/extensions/activity_log/activity_log_policy_unittest.cc', | 639 'browser/extensions/activity_log/activity_log_policy_unittest.cc', |
| 640 'browser/extensions/activity_log/activity_log_unittest.cc', | 640 'browser/extensions/activity_log/activity_log_unittest.cc', |
| 641 'browser/extensions/activity_log/ad_injection_unittest.cc', | 641 'browser/extensions/activity_log/ad_injection_unittest.cc', |
| 642 'browser/extensions/activity_log/counting_policy_unittest.cc', | 642 'browser/extensions/activity_log/counting_policy_unittest.cc', |
| 643 'browser/extensions/activity_log/database_string_table_unittest.cc', | 643 'browser/extensions/activity_log/database_string_table_unittest.cc', |
| 644 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', | 644 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', |
| (...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 '../build/linux/system.gyp:ssl', | 1963 '../build/linux/system.gyp:ssl', |
| 1964 ], | 1964 ], |
| 1965 }], | 1965 }], |
| 1966 ['enable_print_preview==1', { | 1966 ['enable_print_preview==1', { |
| 1967 'dependencies': [ | 1967 'dependencies': [ |
| 1968 'service', | 1968 'service', |
| 1969 ], | 1969 ], |
| 1970 }], | 1970 }], |
| 1971 ['enable_extensions==1', { | 1971 ['enable_extensions==1', { |
| 1972 'dependencies': [ | 1972 'dependencies': [ |
| 1973 '../components/components.gyp:drive_test_support', |
| 1973 '../components/components.gyp:storage_monitor_test_support', | 1974 '../components/components.gyp:storage_monitor_test_support', |
| 1974 '../extensions/extensions.gyp:extensions_test_support', | 1975 '../extensions/extensions.gyp:extensions_test_support', |
| 1975 'common/extensions/api/api.gyp:chrome_api', | 1976 'common/extensions/api/api.gyp:chrome_api', |
| 1976 ], | 1977 ], |
| 1977 'sources': [ | 1978 'sources': [ |
| 1978 'browser/drive/dummy_drive_service.cc', | |
| 1979 'browser/drive/dummy_drive_service.h', | |
| 1980 'browser/drive/fake_drive_service.cc', | |
| 1981 'browser/drive/fake_drive_service.h', | |
| 1982 'browser/drive/test_util.cc', | |
| 1983 'browser/drive/test_util.h', | |
| 1984 'browser/extensions/api/messaging/native_messaging_test_util.cc', | 1979 'browser/extensions/api/messaging/native_messaging_test_util.cc', |
| 1985 'browser/extensions/api/messaging/native_messaging_test_util.h', | 1980 'browser/extensions/api/messaging/native_messaging_test_util.h', |
| 1986 'browser/extensions/extension_action_test_util.cc', | 1981 'browser/extensions/extension_action_test_util.cc', |
| 1987 'browser/extensions/extension_action_test_util.h', | 1982 'browser/extensions/extension_action_test_util.h', |
| 1988 'browser/extensions/extension_notification_observer.cc', | 1983 'browser/extensions/extension_notification_observer.cc', |
| 1989 'browser/extensions/extension_notification_observer.h', | 1984 'browser/extensions/extension_notification_observer.h', |
| 1990 'browser/extensions/mock_extension_special_storage_policy.cc', | 1985 'browser/extensions/mock_extension_special_storage_policy.cc', |
| 1991 'browser/extensions/mock_extension_special_storage_policy.h', | 1986 'browser/extensions/mock_extension_special_storage_policy.h', |
| 1992 'browser/extensions/test_blacklist.cc', | 1987 'browser/extensions/test_blacklist.cc', |
| 1993 'browser/extensions/test_blacklist.h', | 1988 'browser/extensions/test_blacklist.h', |
| (...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2852 'dependencies': [ | 2847 'dependencies': [ |
| 2853 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2848 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2854 ], | 2849 ], |
| 2855 }], | 2850 }], |
| 2856 ], | 2851 ], |
| 2857 }, | 2852 }, |
| 2858 ], | 2853 ], |
| 2859 }], | 2854 }], |
| 2860 ], # 'conditions' | 2855 ], # 'conditions' |
| 2861 } | 2856 } |
| OLD | NEW |