OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'sync_driver/device_info_sync_service_unittest.cc', | 611 'sync_driver/device_info_sync_service_unittest.cc', |
612 'sync_driver/favicon_cache_unittest.cc', | 612 'sync_driver/favicon_cache_unittest.cc', |
613 'sync_driver/generic_change_processor_unittest.cc', | 613 'sync_driver/generic_change_processor_unittest.cc', |
614 'sync_driver/model_association_manager_unittest.cc', | 614 'sync_driver/model_association_manager_unittest.cc', |
615 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 615 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
616 'sync_driver/non_ui_data_type_controller_unittest.cc', | 616 'sync_driver/non_ui_data_type_controller_unittest.cc', |
617 'sync_driver/shared_change_processor_unittest.cc', | 617 'sync_driver/shared_change_processor_unittest.cc', |
618 'sync_driver/sync_policy_handler_unittest.cc', | 618 'sync_driver/sync_policy_handler_unittest.cc', |
619 'sync_driver/sync_prefs_unittest.cc', | 619 'sync_driver/sync_prefs_unittest.cc', |
620 'sync_driver/sync_stopped_reporter_unittest.cc', | 620 'sync_driver/sync_stopped_reporter_unittest.cc', |
| 621 'sync_driver/sync_util_unittest.cc', |
621 'sync_driver/system_encryptor_unittest.cc', | 622 'sync_driver/system_encryptor_unittest.cc', |
622 'sync_driver/tab_node_pool_unittest.cc', | 623 'sync_driver/tab_node_pool_unittest.cc', |
623 'sync_driver/ui_data_type_controller_unittest.cc', | 624 'sync_driver/ui_data_type_controller_unittest.cc', |
624 ], | 625 ], |
625 'translate_unittest_sources': [ | 626 'translate_unittest_sources': [ |
626 'translate/core/browser/language_state_unittest.cc', | 627 'translate/core/browser/language_state_unittest.cc', |
627 'translate/core/browser/translate_browser_metrics_unittest.cc', | 628 'translate/core/browser/translate_browser_metrics_unittest.cc', |
628 'translate/core/browser/translate_language_list_unittest.cc', | 629 'translate/core/browser/translate_language_list_unittest.cc', |
629 'translate/core/browser/translate_prefs_unittest.cc', | 630 'translate/core/browser/translate_prefs_unittest.cc', |
630 'translate/core/browser/translate_script_unittest.cc', | 631 'translate/core/browser/translate_script_unittest.cc', |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 'components.gyp:translate_core_language_detection', | 924 'components.gyp:translate_core_language_detection', |
924 'components.gyp:ui_zoom', | 925 'components.gyp:ui_zoom', |
925 'components.gyp:undo_component', | 926 'components.gyp:undo_component', |
926 'components.gyp:update_client', | 927 'components.gyp:update_client', |
927 'components.gyp:update_client_test_support', | 928 'components.gyp:update_client_test_support', |
928 'components.gyp:upload_list', | 929 'components.gyp:upload_list', |
929 'components.gyp:user_prefs_tracked', | 930 'components.gyp:user_prefs_tracked', |
930 'components.gyp:user_prefs_tracked_test_support', | 931 'components.gyp:user_prefs_tracked_test_support', |
931 'components.gyp:variations', | 932 'components.gyp:variations', |
932 'components.gyp:variations_http_provider', | 933 'components.gyp:variations_http_provider', |
| 934 'components.gyp:version_info', |
933 'components.gyp:wallpaper', | 935 'components.gyp:wallpaper', |
934 'components.gyp:web_resource', | 936 'components.gyp:web_resource', |
935 'components.gyp:web_resource_test_support', | 937 'components.gyp:web_resource_test_support', |
936 'components_resources.gyp:components_resources', | 938 'components_resources.gyp:components_resources', |
937 'components_strings.gyp:components_strings', | 939 'components_strings.gyp:components_strings', |
938 'components_tests_pak', | 940 'components_tests_pak', |
939 'mime_util/mime_util.gyp:mime_util', | 941 'mime_util/mime_util.gyp:mime_util', |
940 'url_formatter/url_formatter.gyp:url_formatter', | 942 'url_formatter/url_formatter.gyp:url_formatter', |
941 ], | 943 ], |
942 'conditions': [ | 944 'conditions': [ |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1621 'invalidation/impl/android/junit/', | 1623 'invalidation/impl/android/junit/', |
1622 'policy/android/junit/' | 1624 'policy/android/junit/' |
1623 ], | 1625 ], |
1624 }, | 1626 }, |
1625 'includes': [ '../build/host_jar.gypi' ], | 1627 'includes': [ '../build/host_jar.gypi' ], |
1626 }, | 1628 }, |
1627 ], | 1629 ], |
1628 }], | 1630 }], |
1629 ], | 1631 ], |
1630 } | 1632 } |
OLD | NEW |